Html Css Color HEX #DC59CE Free Speech Magenta
📋 copy color: '#DC59CE'red 220 ◦ green 89 ◦ blue 206
Shades of Free Speech Magenta #DC59CE
Tints of Free Speech Magenta #DC59CE
RGB
CMYK
RGB Variations
Color information
#DC59CE (or 0xDC59CE) is known color: Free Speech Magenta. HEX triplet: DC, 59 and CE. RGB value is (220,89,206). Sum of RGB (Red+Green+Blue) = 220+89+206=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC59CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC59CE is #23A631. Grayscale: #8D8D8D. Windows color (decimal): -2336306 or 13523420. OLE color: 13523420.
HSL color Cylindrical-coordinate representation of color #DC59CE: hue angle of 306.41º 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 #DC59CE is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 206 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.14 |
| HSL | 306.41º | 0.65% | 0.61% | - |
| HSV(B) | 306.41º | 0.6% | 0.86% | - |
| XYZ | 44.23 | 26.82 | 61.24 | - |
| YUV | 141.51 | 164.4 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 206 | 0 | 0.60 | 0.06 | 0.14 | 306.41 | 0.65 | 0.61 |
| Hex | DC | 59 | CE | 0 | 3C | 6 | E | 132 | 41 | 3D |
| Octal | 334 | 131 | 316 | 0 | 74 | 6 | 16 | 462 | 101 | 75 |
| Binary | 11011100 | 1011001 | 11001110 | 0 | 111100 | 110 | 1110 | 100110010 | 1000001 | 111101 |
Color Harmonies of #DC59CE
Complementary color
Monochromatic Colors of #DC59CE
Black with #DC59CE
Text Example
Text Example
White with #DC59CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC59CE; }
p { color: rgb(220,89,206); }
H1.HeaderClassName
{
color: #DC59CE;
}
.AnyTagClassName
{
color: #DC59CE;
}
</style>
background-color css
<style>
a { background-color: #DC59CE; }
a { background-color: rgb(220,89,206); }
div.DivClassName
{
background-color: #DC59CE;
}
.BgClassName
{
background-color: #DC59CE;
}
</style>
border-color css
<style>
span { border-color: #DC59CE; }
span { border-color: rgb(220,89,206); }
td.TdClassName
{
border-color: #DC59CE;
}
.TagClassName
{
border-color: #DC59CE;
}
</style>