Html Css Color HEX #DF60CE Free Speech Magenta
📋 copy color: '#DF60CE'red 223 ◦ green 96 ◦ blue 206
Shades of Free Speech Magenta #DF60CE
Tints of Free Speech Magenta #DF60CE
RGB
CMYK
RGB Variations
Color information
#DF60CE (or 0xDF60CE) is known color: Free Speech Magenta. HEX triplet: DF, 60 and CE. RGB value is (223,96,206). Sum of RGB (Red+Green+Blue) = 223+96+206=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 96 (37.89% from 255 or 18.29% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF60CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF60CE is #209F31. Grayscale: #929292. Windows color (decimal): -2137906 or 13525215. OLE color: 13525215.
HSL color Cylindrical-coordinate representation of color #DF60CE: hue angle of 308.03º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF60CE is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 206 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.13 |
| HSL | 308.03º | 0.66% | 0.63% | - |
| HSV(B) | 308.03º | 0.57% | 0.87% | - |
| XYZ | 45.75 | 28.51 | 61.48 | - |
| YUV | 146.51 | 161.58 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 206 | 0 | 0.57 | 0.08 | 0.13 | 308.03 | 0.66 | 0.63 |
| Hex | DF | 60 | CE | 0 | 39 | 8 | D | 134 | 42 | 3F |
| Octal | 337 | 140 | 316 | 0 | 71 | 10 | 15 | 464 | 102 | 77 |
| Binary | 11011111 | 1100000 | 11001110 | 0 | 111001 | 1000 | 1101 | 100110100 | 1000010 | 111111 |
Color Harmonies of #DF60CE
Complementary color
Monochromatic Colors of #DF60CE
Black with #DF60CE
Text Example
Text Example
White with #DF60CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF60CE; }
p { color: rgb(223,96,206); }
H1.HeaderClassName
{
color: #DF60CE;
}
.AnyTagClassName
{
color: #DF60CE;
}
</style>
background-color css
<style>
a { background-color: #DF60CE; }
a { background-color: rgb(223,96,206); }
div.DivClassName
{
background-color: #DF60CE;
}
.BgClassName
{
background-color: #DF60CE;
}
</style>
border-color css
<style>
span { border-color: #DF60CE; }
span { border-color: rgb(223,96,206); }
td.TdClassName
{
border-color: #DF60CE;
}
.TagClassName
{
border-color: #DF60CE;
}
</style>