Shades of Deep Magenta #D21BCB
Tints of Deep Magenta #D21BCB
RGB
CMYK
RGB Variations
Color information
#D21BCB (or 0xD21BCB) is known color: Deep Magenta. HEX triplet: D2, 1B and CB. RGB value is (210,27,203). Sum of RGB (Red+Green+Blue) = 210+27+203=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 27 (10.94% from 255 or 6.14% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D21BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21BCB is #2DE434. Grayscale: #656565. Windows color (decimal): -3007541 or 13310930. OLE color: 13310930.
HSL color Cylindrical-coordinate representation of color #D21BCB: hue angle of 302.3º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21BCB is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 203 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.18 |
| HSL | 302.3º | 0.77% | 0.46% | - |
| HSV(B) | 302.3º | 0.87% | 0.82% | - |
| XYZ | 37.75 | 18.8 | 58.14 | - |
| YUV | 101.78 | 185.13 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 203 | 0 | 0.87 | 0.03 | 0.18 | 302.3 | 0.77 | 0.46 |
| Hex | D2 | 1B | CB | 0 | 57 | 3 | 12 | 12E | 4D | 2E |
| Octal | 322 | 33 | 313 | 0 | 127 | 3 | 22 | 456 | 115 | 56 |
| Binary | 11010010 | 11011 | 11001011 | 0 | 1010111 | 11 | 10010 | 100101110 | 1001101 | 101110 |
Color Harmonies of #D21BCB
Complementary color
Monochromatic Colors of #D21BCB
Black with #D21BCB
Text Example
Text Example
White with #D21BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21BCB; }
p { color: rgb(210,27,203); }
H1.HeaderClassName
{
color: #D21BCB;
}
.AnyTagClassName
{
color: #D21BCB;
}
</style>
background-color css
<style>
a { background-color: #D21BCB; }
a { background-color: rgb(210,27,203); }
div.DivClassName
{
background-color: #D21BCB;
}
.BgClassName
{
background-color: #D21BCB;
}
</style>
border-color css
<style>
span { border-color: #D21BCB; }
span { border-color: rgb(210,27,203); }
td.TdClassName
{
border-color: #D21BCB;
}
.TagClassName
{
border-color: #D21BCB;
}
</style>