Shades of Deep Magenta #D20CCB
Tints of Deep Magenta #D20CCB
RGB
CMYK
RGB Variations
Color information
#D20CCB (or 0xD20CCB) is known color: Deep Magenta. HEX triplet: D2, 0C and CB. RGB value is (210,12,203). Sum of RGB (Red+Green+Blue) = 210+12+203=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 12 (5.08% from 255 or 2.82% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D20CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20CCB is #2DF334. Grayscale: #5C5C5C. Windows color (decimal): -3011381 or 13307090. OLE color: 13307090.
HSL color Cylindrical-coordinate representation of color #D20CCB: hue angle of 302.12º 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 #D20CCB is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 12 | 203 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.18 |
| HSL | 302.12º | 0.89% | 0.44% | - |
| HSV(B) | 302.12º | 0.94% | 0.82% | - |
| XYZ | 37.49 | 18.28 | 58.05 | - |
| YUV | 92.98 | 190.1 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 203 | 0 | 0.94 | 0.03 | 0.18 | 302.12 | 0.89 | 0.44 |
| Hex | D2 | C | CB | 0 | 5E | 3 | 12 | 12E | 59 | 2C |
| Octal | 322 | 14 | 313 | 0 | 136 | 3 | 22 | 456 | 131 | 54 |
| Binary | 11010010 | 1100 | 11001011 | 0 | 1011110 | 11 | 10010 | 100101110 | 1011001 | 101100 |
Color Harmonies of #D20CCB
Complementary color
Monochromatic Colors of #D20CCB
Black with #D20CCB
Text Example
Text Example
White with #D20CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20CCB; }
p { color: rgb(210,12,203); }
H1.HeaderClassName
{
color: #D20CCB;
}
.AnyTagClassName
{
color: #D20CCB;
}
</style>
background-color css
<style>
a { background-color: #D20CCB; }
a { background-color: rgb(210,12,203); }
div.DivClassName
{
background-color: #D20CCB;
}
.BgClassName
{
background-color: #D20CCB;
}
</style>
border-color css
<style>
span { border-color: #D20CCB; }
span { border-color: rgb(210,12,203); }
td.TdClassName
{
border-color: #D20CCB;
}
.TagClassName
{
border-color: #D20CCB;
}
</style>