Shades of Deep Magenta #D20CB1
Tints of Deep Magenta #D20CB1
RGB
CMYK
RGB Variations
Color information
#D20CB1 (or 0xD20CB1) is known color: Deep Magenta. HEX triplet: D2, 0C and B1. RGB value is (210,12,177). Sum of RGB (Red+Green+Blue) = 210+12+177=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 177 (69.53% from 255 or 44.36% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D20CB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20CB1 is #2DF34E. Grayscale: #595959. Windows color (decimal): -3011407 or 11603154. OLE color: 11603154.
HSL color Cylindrical-coordinate representation of color #D20CB1: hue angle of 310º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20CB1 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 12 | 177 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.18 |
| HSL | 310º | 0.89% | 0.44% | - |
| HSV(B) | 310º | 0.94% | 0.82% | - |
| XYZ | 34.65 | 17.14 | 43.08 | - |
| YUV | 90.01 | 177.1 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 177 | 0 | 0.94 | 0.16 | 0.18 | 310 | 0.89 | 0.44 |
| Hex | D2 | C | B1 | 0 | 5E | 10 | 12 | 136 | 59 | 2C |
| Octal | 322 | 14 | 261 | 0 | 136 | 20 | 22 | 466 | 131 | 54 |
| Binary | 11010010 | 1100 | 10110001 | 0 | 1011110 | 10000 | 10010 | 100110110 | 1011001 | 101100 |
Color Harmonies of #D20CB1
Complementary color
Monochromatic Colors of #D20CB1
Black with #D20CB1
Text Example
Text Example
White with #D20CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20CB1; }
p { color: rgb(210,12,177); }
H1.HeaderClassName
{
color: #D20CB1;
}
.AnyTagClassName
{
color: #D20CB1;
}
</style>
background-color css
<style>
a { background-color: #D20CB1; }
a { background-color: rgb(210,12,177); }
div.DivClassName
{
background-color: #D20CB1;
}
.BgClassName
{
background-color: #D20CB1;
}
</style>
border-color css
<style>
span { border-color: #D20CB1; }
span { border-color: rgb(210,12,177); }
td.TdClassName
{
border-color: #D20CB1;
}
.TagClassName
{
border-color: #D20CB1;
}
</style>