Shades of Deep Magenta #D20BCB
Tints of Deep Magenta #D20BCB
RGB
CMYK
RGB Variations
Color information
#D20BCB (or 0xD20BCB) is known color: Deep Magenta. HEX triplet: D2, 0B and CB. RGB value is (210,11,203). Sum of RGB (Red+Green+Blue) = 210+11+203=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 11 (4.69% from 255 or 2.59% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D20BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20BCB is #2DF434. Grayscale: #5B5B5B. Windows color (decimal): -3011637 or 13306834. OLE color: 13306834.
HSL color Cylindrical-coordinate representation of color #D20BCB: hue angle of 302.11º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20BCB is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 11 | 203 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.18 |
| HSL | 302.11º | 0.9% | 0.43% | - |
| HSV(B) | 302.11º | 0.95% | 0.82% | - |
| XYZ | 37.48 | 18.25 | 58.05 | - |
| YUV | 92.39 | 190.43 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 11 | 203 | 0 | 0.95 | 0.03 | 0.18 | 302.11 | 0.9 | 0.43 |
| Hex | D2 | B | CB | 0 | 5F | 3 | 12 | 12E | 5A | 2B |
| Octal | 322 | 13 | 313 | 0 | 137 | 3 | 22 | 456 | 132 | 53 |
| Binary | 11010010 | 1011 | 11001011 | 0 | 1011111 | 11 | 10010 | 100101110 | 1011010 | 101011 |
Color Harmonies of #D20BCB
Complementary color
Monochromatic Colors of #D20BCB
Black with #D20BCB
Text Example
Text Example
White with #D20BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20BCB; }
p { color: rgb(210,11,203); }
H1.HeaderClassName
{
color: #D20BCB;
}
.AnyTagClassName
{
color: #D20BCB;
}
</style>
background-color css
<style>
a { background-color: #D20BCB; }
a { background-color: rgb(210,11,203); }
div.DivClassName
{
background-color: #D20BCB;
}
.BgClassName
{
background-color: #D20BCB;
}
</style>
border-color css
<style>
span { border-color: #D20BCB; }
span { border-color: rgb(210,11,203); }
td.TdClassName
{
border-color: #D20BCB;
}
.TagClassName
{
border-color: #D20BCB;
}
</style>