Shades of Deep Magenta #DF05CD
Tints of Deep Magenta #DF05CD
RGB
CMYK
RGB Variations
Color information
#DF05CD (or 0xDF05CD) is known color: Deep Magenta. HEX triplet: DF, 05 and CD. RGB value is (223,5,205). Sum of RGB (Red+Green+Blue) = 223+5+205=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 5 (2.34% from 255 or 1.15% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF05CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF05CD is #20FA32. Grayscale: #5C5C5C. Windows color (decimal): -2161203 or 13436383. OLE color: 13436383.
HSL color Cylindrical-coordinate representation of color #DF05CD: hue angle of 304.95º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF05CD is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 205 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.13 |
| HSL | 304.95º | 0.96% | 0.45% | - |
| HSV(B) | 304.95º | 0.98% | 0.87% | - |
| XYZ | 41.51 | 20.2 | 59.47 | - |
| YUV | 92.98 | 191.22 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 205 | 0 | 0.98 | 0.08 | 0.13 | 304.95 | 0.96 | 0.45 |
| Hex | DF | 5 | CD | 0 | 62 | 8 | D | 131 | 60 | 2D |
| Octal | 337 | 5 | 315 | 0 | 142 | 10 | 15 | 461 | 140 | 55 |
| Binary | 11011111 | 101 | 11001101 | 0 | 1100010 | 1000 | 1101 | 100110001 | 1100000 | 101101 |
Color Harmonies of #DF05CD
Complementary color
Monochromatic Colors of #DF05CD
Black with #DF05CD
Text Example
Text Example
White with #DF05CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF05CD; }
p { color: rgb(223,5,205); }
H1.HeaderClassName
{
color: #DF05CD;
}
.AnyTagClassName
{
color: #DF05CD;
}
</style>
background-color css
<style>
a { background-color: #DF05CD; }
a { background-color: rgb(223,5,205); }
div.DivClassName
{
background-color: #DF05CD;
}
.BgClassName
{
background-color: #DF05CD;
}
</style>
border-color css
<style>
span { border-color: #DF05CD; }
span { border-color: rgb(223,5,205); }
td.TdClassName
{
border-color: #DF05CD;
}
.TagClassName
{
border-color: #DF05CD;
}
</style>