Html Css Color HEX #DC59D0 Free Speech Magenta
📋 copy color: '#DC59D0'red 220 ◦ green 89 ◦ blue 208
Shades of Free Speech Magenta #DC59D0
Tints of Free Speech Magenta #DC59D0
RGB
CMYK
RGB Variations
Color information
#DC59D0 (or 0xDC59D0) is known color: Free Speech Magenta. HEX triplet: DC, 59 and D0. RGB value is (220,89,208). Sum of RGB (Red+Green+Blue) = 220+89+208=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 89 (35.16% from 255 or 17.21% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC59D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC59D0 is #23A62F. Grayscale: #8D8D8D. Windows color (decimal): -2336304 or 13654492. OLE color: 13654492.
HSL color Cylindrical-coordinate representation of color #DC59D0: hue angle of 305.5º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC59D0 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 208 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.14 |
| HSL | 305.5º | 0.65% | 0.61% | - |
| HSV(B) | 305.5º | 0.6% | 0.86% | - |
| XYZ | 44.47 | 26.91 | 62.53 | - |
| YUV | 141.74 | 165.4 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 208 | 0 | 0.60 | 0.05 | 0.14 | 305.5 | 0.65 | 0.61 |
| Hex | DC | 59 | D0 | 0 | 3C | 5 | E | 131 | 41 | 3D |
| Octal | 334 | 131 | 320 | 0 | 74 | 5 | 16 | 461 | 101 | 75 |
| Binary | 11011100 | 1011001 | 11010000 | 0 | 111100 | 101 | 1110 | 100110001 | 1000001 | 111101 |
Color Harmonies of #DC59D0
Complementary color
Monochromatic Colors of #DC59D0
Black with #DC59D0
Text Example
Text Example
White with #DC59D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC59D0; }
p { color: rgb(220,89,208); }
H1.HeaderClassName
{
color: #DC59D0;
}
.AnyTagClassName
{
color: #DC59D0;
}
</style>
background-color css
<style>
a { background-color: #DC59D0; }
a { background-color: rgb(220,89,208); }
div.DivClassName
{
background-color: #DC59D0;
}
.BgClassName
{
background-color: #DC59D0;
}
</style>
border-color css
<style>
span { border-color: #DC59D0; }
span { border-color: rgb(220,89,208); }
td.TdClassName
{
border-color: #DC59D0;
}
.TagClassName
{
border-color: #DC59D0;
}
</style>