Shades of Deep Magenta #D20CBE
Tints of Deep Magenta #D20CBE
RGB
CMYK
RGB Variations
Color information
#D20CBE (or 0xD20CBE) is known color: Deep Magenta. HEX triplet: D2, 0C and BE. RGB value is (210,12,190). Sum of RGB (Red+Green+Blue) = 210+12+190=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 12 (5.08% from 255 or 2.91% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D20CBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20CBE is #2DF341. Grayscale: #5A5A5A. Windows color (decimal): -3011394 or 12455122. OLE color: 12455122.
HSL color Cylindrical-coordinate representation of color #D20CBE: hue angle of 306.06º 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 #D20CBE is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 12 | 190 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.18 |
| HSL | 306.06º | 0.89% | 0.44% | - |
| HSV(B) | 306.06º | 0.94% | 0.82% | - |
| XYZ | 36 | 17.68 | 50.23 | - |
| YUV | 91.49 | 183.6 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 190 | 0 | 0.94 | 0.10 | 0.18 | 306.06 | 0.89 | 0.44 |
| Hex | D2 | C | BE | 0 | 5E | A | 12 | 132 | 59 | 2C |
| Octal | 322 | 14 | 276 | 0 | 136 | 12 | 22 | 462 | 131 | 54 |
| Binary | 11010010 | 1100 | 10111110 | 0 | 1011110 | 1010 | 10010 | 100110010 | 1011001 | 101100 |
Color Harmonies of #D20CBE
Complementary color
Monochromatic Colors of #D20CBE
Black with #D20CBE
Text Example
Text Example
White with #D20CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20CBE; }
p { color: rgb(210,12,190); }
H1.HeaderClassName
{
color: #D20CBE;
}
.AnyTagClassName
{
color: #D20CBE;
}
</style>
background-color css
<style>
a { background-color: #D20CBE; }
a { background-color: rgb(210,12,190); }
div.DivClassName
{
background-color: #D20CBE;
}
.BgClassName
{
background-color: #D20CBE;
}
</style>
border-color css
<style>
span { border-color: #D20CBE; }
span { border-color: rgb(210,12,190); }
td.TdClassName
{
border-color: #D20CBE;
}
.TagClassName
{
border-color: #D20CBE;
}
</style>