Html Css Color HEX #DF59CF Free Speech Magenta
📋 copy color: '#DF59CF'red 223 ◦ green 89 ◦ blue 207
Shades of Free Speech Magenta #DF59CF
Tints of Free Speech Magenta #DF59CF
RGB
CMYK
RGB Variations
Color information
#DF59CF (or 0xDF59CF) is known color: Free Speech Magenta. HEX triplet: DF, 59 and CF. RGB value is (223,89,207). Sum of RGB (Red+Green+Blue) = 223+89+207=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF59CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF59CF is #20A630. Grayscale: #8E8E8E. Windows color (decimal): -2139697 or 13588959. OLE color: 13588959.
HSL color Cylindrical-coordinate representation of color #DF59CF: hue angle of 307.16º degrees, saturation: 0.68, 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 #DF59CF is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 207 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.13 |
| HSL | 307.16º | 0.68% | 0.61% | - |
| HSV(B) | 307.16º | 0.6% | 0.87% | - |
| XYZ | 45.27 | 27.34 | 61.92 | - |
| YUV | 142.52 | 164.39 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 207 | 0 | 0.60 | 0.07 | 0.13 | 307.16 | 0.68 | 0.61 |
| Hex | DF | 59 | CF | 0 | 3C | 7 | D | 133 | 44 | 3D |
| Octal | 337 | 131 | 317 | 0 | 74 | 7 | 15 | 463 | 104 | 75 |
| Binary | 11011111 | 1011001 | 11001111 | 0 | 111100 | 111 | 1101 | 100110011 | 1000100 | 111101 |
Color Harmonies of #DF59CF
Complementary color
Monochromatic Colors of #DF59CF
Black with #DF59CF
Text Example
Text Example
White with #DF59CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF59CF; }
p { color: rgb(223,89,207); }
H1.HeaderClassName
{
color: #DF59CF;
}
.AnyTagClassName
{
color: #DF59CF;
}
</style>
background-color css
<style>
a { background-color: #DF59CF; }
a { background-color: rgb(223,89,207); }
div.DivClassName
{
background-color: #DF59CF;
}
.BgClassName
{
background-color: #DF59CF;
}
</style>
border-color css
<style>
span { border-color: #DF59CF; }
span { border-color: rgb(223,89,207); }
td.TdClassName
{
border-color: #DF59CF;
}
.TagClassName
{
border-color: #DF59CF;
}
</style>