Shades of Deep Magenta #D20CB0
Tints of Deep Magenta #D20CB0
RGB
CMYK
RGB Variations
Color information
#D20CB0 (or 0xD20CB0) is known color: Deep Magenta. HEX triplet: D2, 0C and B0. RGB value is (210,12,176). Sum of RGB (Red+Green+Blue) = 210+12+176=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D20CB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20CB0 is #2DF34F. Grayscale: #595959. Windows color (decimal): -3011408 or 11537618. OLE color: 11537618.
HSL color Cylindrical-coordinate representation of color #D20CB0: hue angle of 310.3º 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 #D20CB0 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 12 | 176 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.18 |
| HSL | 310.3º | 0.89% | 0.44% | - |
| HSV(B) | 310.3º | 0.94% | 0.82% | - |
| XYZ | 34.55 | 17.1 | 42.55 | - |
| YUV | 89.9 | 176.6 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 176 | 0 | 0.94 | 0.16 | 0.18 | 310.3 | 0.89 | 0.44 |
| Hex | D2 | C | B0 | 0 | 5E | 10 | 12 | 136 | 59 | 2C |
| Octal | 322 | 14 | 260 | 0 | 136 | 20 | 22 | 466 | 131 | 54 |
| Binary | 11010010 | 1100 | 10110000 | 0 | 1011110 | 10000 | 10010 | 100110110 | 1011001 | 101100 |
Color Harmonies of #D20CB0
Complementary color
Monochromatic Colors of #D20CB0
Black with #D20CB0
Text Example
Text Example
White with #D20CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20CB0; }
p { color: rgb(210,12,176); }
H1.HeaderClassName
{
color: #D20CB0;
}
.AnyTagClassName
{
color: #D20CB0;
}
</style>
background-color css
<style>
a { background-color: #D20CB0; }
a { background-color: rgb(210,12,176); }
div.DivClassName
{
background-color: #D20CB0;
}
.BgClassName
{
background-color: #D20CB0;
}
</style>
border-color css
<style>
span { border-color: #D20CB0; }
span { border-color: rgb(210,12,176); }
td.TdClassName
{
border-color: #D20CB0;
}
.TagClassName
{
border-color: #D20CB0;
}
</style>