Shades of Deep Magenta #D800CB
Tints of Deep Magenta #D800CB
RGB
CMYK
RGB Variations
Color information
#D800CB (or 0xD800CB) is known color: Deep Magenta. HEX triplet: D8, 00 and CB. RGB value is (216,0,203). Sum of RGB (Red+Green+Blue) = 216+0+203=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D800CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D800CB is #27FF34. Grayscale: #575757. Windows color (decimal): -2621237 or 13304024. OLE color: 13304024.
HSL color Cylindrical-coordinate representation of color #D800CB: hue angle of 303.61º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D800CB is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 203 | - |
| CMYK | 0 | 1 | 0.06 | 0.15 |
| HSL | 303.61º | 1% | 0.42% | - |
| HSV(B) | 303.61º | 1% | 0.85% | - |
| XYZ | 39.1 | 18.91 | 58.09 | - |
| YUV | 87.73 | 193.06 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 203 | 0 | 1 | 0.06 | 0.15 | 303.61 | 1 | 0.42 |
| Hex | D8 | 0 | CB | 0 | 64 | 6 | F | 130 | 64 | 2A |
| Octal | 330 | 0 | 313 | 0 | 144 | 6 | 17 | 460 | 144 | 52 |
| Binary | 11011000 | 0 | 11001011 | 0 | 1100100 | 110 | 1111 | 100110000 | 1100100 | 101010 |
Color Harmonies of #D800CB
Complementary color
Monochromatic Colors of #D800CB
Black with #D800CB
Text Example
Text Example
White with #D800CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D800CB; }
p { color: rgb(216,0,203); }
H1.HeaderClassName
{
color: #D800CB;
}
.AnyTagClassName
{
color: #D800CB;
}
</style>
background-color css
<style>
a { background-color: #D800CB; }
a { background-color: rgb(216,0,203); }
div.DivClassName
{
background-color: #D800CB;
}
.BgClassName
{
background-color: #D800CB;
}
</style>
border-color css
<style>
span { border-color: #D800CB; }
span { border-color: rgb(216,0,203); }
td.TdClassName
{
border-color: #D800CB;
}
.TagClassName
{
border-color: #D800CB;
}
</style>