#DC59DD

Color #DC59DD Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DC59DD

Tints of Free Speech Magenta #DC59DD

Color information

#DC59DD (or 0xDC59DD) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 59 and DD. RGB value is (220,89,221). Sum of RGB (Red+Green+Blue) = 220+89+221=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 89 (35.16% from 255 or 16.79% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC59DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC59DD is #23A622. Grayscale: #8E8E8E. Windows color (decimal): -2336291 or 14506460. OLE color: 14506460.

HSL color Cylindrical-coordinate representation of color #DC59DD: hue angle of 299.55º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC59DD is Cyan = 0.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB22089221-
CMYK0.000.6000.13
HSL299.55º66%60.78%-
HSV(B)299.55º59.73%86.67%-
XYZ46.1427.5871.3-
YUV143.22171.9182.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 41.51%
GREEN value IS 89 (35.16% from 255) = 16.79%
BLUE value IS 221 (86.72% from 255) = 41.70%
R=41.51%
G=16.79%
B=41.70%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal220892210.000.6000.13299.556660.78
HexDC59DD03C0D12c423d
Octal33413133507401545410275
Binary110111001011001110111010111100011011001011001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC59DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC59DD; }

 p { color: rgb(220,89,221); }

 H1.HeaderClassName
 {
   color: #DC59DD;
 }
 .AnyTagClassName
 {
   color: #DC59DD;
 }
</style>
background-color css

<style>
 a { background-color: #DC59DD; }

 a { background-color: rgb(220,89,221); }

 div.DivClassName
 {
   background-color: #DC59DD;
 }
 .BgClassName
 {
   background-color: #DC59DD;
 }
</style>
border-color css

<style>
 span { border-color: #DC59DD; }

 span { border-color: rgb(220,89,221); }

 td.TdClassName
 {
   border-color: #DC59DD;
 }
 .TagClassName
 {
   border-color: #DC59DD;
 }
</style>