Shades of Deep Magenta #D210CB
Tints of Deep Magenta #D210CB
RGB
CMYK
RGB Variations
Color information
#D210CB (or 0xD210CB) is known color: Deep Magenta. HEX triplet: D2, 10 and CB. RGB value is (210,16,203). Sum of RGB (Red+Green+Blue) = 210+16+203=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 16 (6.64% from 255 or 3.73% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D210CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D210CB is #2DEF34. Grayscale: #5E5E5E. Windows color (decimal): -3010357 or 13308114. OLE color: 13308114.
HSL color Cylindrical-coordinate representation of color #D210CB: hue angle of 302.16º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D210CB is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 203 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.18 |
| HSL | 302.16º | 0.86% | 0.44% | - |
| HSV(B) | 302.16º | 0.92% | 0.82% | - |
| XYZ | 37.54 | 18.38 | 58.07 | - |
| YUV | 95.32 | 188.77 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 203 | 0 | 0.92 | 0.03 | 0.18 | 302.16 | 0.86 | 0.44 |
| Hex | D2 | 10 | CB | 0 | 5C | 3 | 12 | 12E | 56 | 2C |
| Octal | 322 | 20 | 313 | 0 | 134 | 3 | 22 | 456 | 126 | 54 |
| Binary | 11010010 | 10000 | 11001011 | 0 | 1011100 | 11 | 10010 | 100101110 | 1010110 | 101100 |
Color Harmonies of #D210CB
Complementary color
Monochromatic Colors of #D210CB
Black with #D210CB
Text Example
Text Example
White with #D210CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D210CB; }
p { color: rgb(210,16,203); }
H1.HeaderClassName
{
color: #D210CB;
}
.AnyTagClassName
{
color: #D210CB;
}
</style>
background-color css
<style>
a { background-color: #D210CB; }
a { background-color: rgb(210,16,203); }
div.DivClassName
{
background-color: #D210CB;
}
.BgClassName
{
background-color: #D210CB;
}
</style>
border-color css
<style>
span { border-color: #D210CB; }
span { border-color: rgb(210,16,203); }
td.TdClassName
{
border-color: #D210CB;
}
.TagClassName
{
border-color: #D210CB;
}
</style>