Shades of Deep Magenta #DF08CA
Tints of Deep Magenta #DF08CA
RGB
CMYK
RGB Variations
Color information
#DF08CA (or 0xDF08CA) is known color: Deep Magenta. HEX triplet: DF, 08 and CA. RGB value is (223,8,202). Sum of RGB (Red+Green+Blue) = 223+8+202=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 8 (3.52% from 255 or 1.85% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF08CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF08CA is #20F735. Grayscale: #5D5D5D. Windows color (decimal): -2160438 or 13240543. OLE color: 13240543.
HSL color Cylindrical-coordinate representation of color #DF08CA: hue angle of 305.86º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF08CA is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 202 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.13 |
| HSL | 305.86º | 0.93% | 0.45% | - |
| HSV(B) | 305.86º | 0.96% | 0.87% | - |
| XYZ | 41.18 | 20.13 | 57.59 | - |
| YUV | 94.4 | 188.73 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 202 | 0 | 0.96 | 0.09 | 0.13 | 305.86 | 0.93 | 0.45 |
| Hex | DF | 8 | CA | 0 | 60 | 9 | D | 132 | 5D | 2D |
| Octal | 337 | 10 | 312 | 0 | 140 | 11 | 15 | 462 | 135 | 55 |
| Binary | 11011111 | 1000 | 11001010 | 0 | 1100000 | 1001 | 1101 | 100110010 | 1011101 | 101101 |
Color Harmonies of #DF08CA
Complementary color
Monochromatic Colors of #DF08CA
Black with #DF08CA
Text Example
Text Example
White with #DF08CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF08CA; }
p { color: rgb(223,8,202); }
H1.HeaderClassName
{
color: #DF08CA;
}
.AnyTagClassName
{
color: #DF08CA;
}
</style>
background-color css
<style>
a { background-color: #DF08CA; }
a { background-color: rgb(223,8,202); }
div.DivClassName
{
background-color: #DF08CA;
}
.BgClassName
{
background-color: #DF08CA;
}
</style>
border-color css
<style>
span { border-color: #DF08CA; }
span { border-color: rgb(223,8,202); }
td.TdClassName
{
border-color: #DF08CA;
}
.TagClassName
{
border-color: #DF08CA;
}
</style>