Shades of Deep Magenta #DF00CB
Tints of Deep Magenta #DF00CB
RGB
CMYK
RGB Variations
Color information
#DF00CB (or 0xDF00CB) is known color: Deep Magenta. HEX triplet: DF, 00 and CB. RGB value is (223,0,203). Sum of RGB (Red+Green+Blue) = 223+0+203=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF00CB is #20FF34. Grayscale: #595959. Windows color (decimal): -2162485 or 13304031. OLE color: 13304031.
HSL color Cylindrical-coordinate representation of color #DF00CB: hue angle of 305.38º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF00CB is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 203 | - |
| CMYK | 0 | 1 | 0.09 | 0.13 |
| HSL | 305.38º | 1% | 0.44% | - |
| HSV(B) | 305.38º | 1% | 0.87% | - |
| XYZ | 41.21 | 20 | 58.19 | - |
| YUV | 89.82 | 191.88 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 203 | 0 | 1 | 0.09 | 0.13 | 305.38 | 1 | 0.44 |
| Hex | DF | 0 | CB | 0 | 64 | 9 | D | 131 | 64 | 2C |
| Octal | 337 | 0 | 313 | 0 | 144 | 11 | 15 | 461 | 144 | 54 |
| Binary | 11011111 | 0 | 11001011 | 0 | 1100100 | 1001 | 1101 | 100110001 | 1100100 | 101100 |
Color Harmonies of #DF00CB
Complementary color
Monochromatic Colors of #DF00CB
Black with #DF00CB
Text Example
Text Example
White with #DF00CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF00CB; }
p { color: rgb(223,0,203); }
H1.HeaderClassName
{
color: #DF00CB;
}
.AnyTagClassName
{
color: #DF00CB;
}
</style>
background-color css
<style>
a { background-color: #DF00CB; }
a { background-color: rgb(223,0,203); }
div.DivClassName
{
background-color: #DF00CB;
}
.BgClassName
{
background-color: #DF00CB;
}
</style>
border-color css
<style>
span { border-color: #DF00CB; }
span { border-color: rgb(223,0,203); }
td.TdClassName
{
border-color: #DF00CB;
}
.TagClassName
{
border-color: #DF00CB;
}
</style>