Shades of Deep Magenta #DF08CD
Tints of Deep Magenta #DF08CD
RGB
CMYK
RGB Variations
Color information
#DF08CD (or 0xDF08CD) is known color: Deep Magenta. HEX triplet: DF, 08 and CD. RGB value is (223,8,205). Sum of RGB (Red+Green+Blue) = 223+8+205=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 8 (3.52% from 255 or 1.83% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF08CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF08CD is #20F732. Grayscale: #5E5E5E. Windows color (decimal): -2160435 or 13437151. OLE color: 13437151.
HSL color Cylindrical-coordinate representation of color #DF08CD: hue angle of 305.02º 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 #DF08CD is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 205 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.13 |
| HSL | 305.02º | 0.93% | 0.45% | - |
| HSV(B) | 305.02º | 0.96% | 0.87% | - |
| XYZ | 41.54 | 20.27 | 59.48 | - |
| YUV | 94.74 | 190.23 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 205 | 0 | 0.96 | 0.08 | 0.13 | 305.02 | 0.93 | 0.45 |
| Hex | DF | 8 | CD | 0 | 60 | 8 | D | 131 | 5D | 2D |
| Octal | 337 | 10 | 315 | 0 | 140 | 10 | 15 | 461 | 135 | 55 |
| Binary | 11011111 | 1000 | 11001101 | 0 | 1100000 | 1000 | 1101 | 100110001 | 1011101 | 101101 |
Color Harmonies of #DF08CD
Complementary color
Monochromatic Colors of #DF08CD
Black with #DF08CD
Text Example
Text Example
White with #DF08CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF08CD; }
p { color: rgb(223,8,205); }
H1.HeaderClassName
{
color: #DF08CD;
}
.AnyTagClassName
{
color: #DF08CD;
}
</style>
background-color css
<style>
a { background-color: #DF08CD; }
a { background-color: rgb(223,8,205); }
div.DivClassName
{
background-color: #DF08CD;
}
.BgClassName
{
background-color: #DF08CD;
}
</style>
border-color css
<style>
span { border-color: #DF08CD; }
span { border-color: rgb(223,8,205); }
td.TdClassName
{
border-color: #DF08CD;
}
.TagClassName
{
border-color: #DF08CD;
}
</style>