Shades of Deep Magenta #DF05CB
Tints of Deep Magenta #DF05CB
RGB
CMYK
RGB Variations
Color information
#DF05CB (or 0xDF05CB) is known color: Deep Magenta. HEX triplet: DF, 05 and CB. RGB value is (223,5,203). Sum of RGB (Red+Green+Blue) = 223+5+203=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 5 (2.34% from 255 or 1.16% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF05CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF05CB is #20FA34. Grayscale: #5C5C5C. Windows color (decimal): -2161205 or 13305311. OLE color: 13305311.
HSL color Cylindrical-coordinate representation of color #DF05CB: hue angle of 305.5º 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 #DF05CB is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 203 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.13 |
| HSL | 305.5º | 0.96% | 0.45% | - |
| HSV(B) | 305.5º | 0.98% | 0.87% | - |
| XYZ | 41.27 | 20.11 | 58.21 | - |
| YUV | 92.75 | 190.22 | 220.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 203 | 0 | 0.98 | 0.09 | 0.13 | 305.5 | 0.96 | 0.45 |
| Hex | DF | 5 | CB | 0 | 62 | 9 | D | 132 | 60 | 2D |
| Octal | 337 | 5 | 313 | 0 | 142 | 11 | 15 | 462 | 140 | 55 |
| Binary | 11011111 | 101 | 11001011 | 0 | 1100010 | 1001 | 1101 | 100110010 | 1100000 | 101101 |
Color Harmonies of #DF05CB
Complementary color
Monochromatic Colors of #DF05CB
Black with #DF05CB
Text Example
Text Example
White with #DF05CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF05CB; }
p { color: rgb(223,5,203); }
H1.HeaderClassName
{
color: #DF05CB;
}
.AnyTagClassName
{
color: #DF05CB;
}
</style>
background-color css
<style>
a { background-color: #DF05CB; }
a { background-color: rgb(223,5,203); }
div.DivClassName
{
background-color: #DF05CB;
}
.BgClassName
{
background-color: #DF05CB;
}
</style>
border-color css
<style>
span { border-color: #DF05CB; }
span { border-color: rgb(223,5,203); }
td.TdClassName
{
border-color: #DF05CB;
}
.TagClassName
{
border-color: #DF05CB;
}
</style>