Html Css Color HEX #DF60C8 Free Speech Magenta
📋 copy color: '#DF60C8'red 223 ◦ green 96 ◦ blue 200
Shades of Free Speech Magenta #DF60C8
Tints of Free Speech Magenta #DF60C8
RGB
CMYK
RGB Variations
Color information
#DF60C8 (or 0xDF60C8) is known color: Free Speech Magenta. HEX triplet: DF, 60 and C8. RGB value is (223,96,200). Sum of RGB (Red+Green+Blue) = 223+96+200=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF60C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF60C8 is #209F37. Grayscale: #919191. Windows color (decimal): -2137912 or 13131999. OLE color: 13131999.
HSL color Cylindrical-coordinate representation of color #DF60C8: hue angle of 310.87º 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 #DF60C8 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 200 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.13 |
| HSL | 310.87º | 0.66% | 0.63% | - |
| HSV(B) | 310.87º | 0.57% | 0.87% | - |
| XYZ | 45.04 | 28.22 | 57.72 | - |
| YUV | 145.83 | 158.58 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 200 | 0 | 0.57 | 0.10 | 0.13 | 310.87 | 0.66 | 0.63 |
| Hex | DF | 60 | C8 | 0 | 39 | A | D | 137 | 42 | 3F |
| Octal | 337 | 140 | 310 | 0 | 71 | 12 | 15 | 467 | 102 | 77 |
| Binary | 11011111 | 1100000 | 11001000 | 0 | 111001 | 1010 | 1101 | 100110111 | 1000010 | 111111 |
Color Harmonies of #DF60C8
Complementary color
Monochromatic Colors of #DF60C8
Black with #DF60C8
Text Example
Text Example
White with #DF60C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF60C8; }
p { color: rgb(223,96,200); }
H1.HeaderClassName
{
color: #DF60C8;
}
.AnyTagClassName
{
color: #DF60C8;
}
</style>
background-color css
<style>
a { background-color: #DF60C8; }
a { background-color: rgb(223,96,200); }
div.DivClassName
{
background-color: #DF60C8;
}
.BgClassName
{
background-color: #DF60C8;
}
</style>
border-color css
<style>
span { border-color: #DF60C8; }
span { border-color: rgb(223,96,200); }
td.TdClassName
{
border-color: #DF60C8;
}
.TagClassName
{
border-color: #DF60C8;
}
</style>