Shades of Deep Magenta #DF08CB
Tints of Deep Magenta #DF08CB
RGB
CMYK
RGB Variations
Color information
#DF08CB (or 0xDF08CB) is known color: Deep Magenta. HEX triplet: DF, 08 and CB. RGB value is (223,8,203). Sum of RGB (Red+Green+Blue) = 223+8+203=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 8 (3.52% from 255 or 1.84% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF08CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF08CB is #20F734. Grayscale: #5D5D5D. Windows color (decimal): -2160437 or 13306079. OLE color: 13306079.
HSL color Cylindrical-coordinate representation of color #DF08CB: hue angle of 305.58º 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 #DF08CB is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 203 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.13 |
| HSL | 305.58º | 0.93% | 0.45% | - |
| HSV(B) | 305.58º | 0.96% | 0.87% | - |
| XYZ | 41.3 | 20.17 | 58.22 | - |
| YUV | 94.52 | 189.23 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 203 | 0 | 0.96 | 0.09 | 0.13 | 305.58 | 0.93 | 0.45 |
| Hex | DF | 8 | CB | 0 | 60 | 9 | D | 132 | 5D | 2D |
| Octal | 337 | 10 | 313 | 0 | 140 | 11 | 15 | 462 | 135 | 55 |
| Binary | 11011111 | 1000 | 11001011 | 0 | 1100000 | 1001 | 1101 | 100110010 | 1011101 | 101101 |
Color Harmonies of #DF08CB
Complementary color
Monochromatic Colors of #DF08CB
Black with #DF08CB
Text Example
Text Example
White with #DF08CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF08CB; }
p { color: rgb(223,8,203); }
H1.HeaderClassName
{
color: #DF08CB;
}
.AnyTagClassName
{
color: #DF08CB;
}
</style>
background-color css
<style>
a { background-color: #DF08CB; }
a { background-color: rgb(223,8,203); }
div.DivClassName
{
background-color: #DF08CB;
}
.BgClassName
{
background-color: #DF08CB;
}
</style>
border-color css
<style>
span { border-color: #DF08CB; }
span { border-color: rgb(223,8,203); }
td.TdClassName
{
border-color: #DF08CB;
}
.TagClassName
{
border-color: #DF08CB;
}
</style>