Shades of Deep Magenta #D21BBD
Tints of Deep Magenta #D21BBD
RGB
CMYK
RGB Variations
Color information
#D21BBD (or 0xD21BBD) is known color: Deep Magenta. HEX triplet: D2, 1B and BD. RGB value is (210,27,189). Sum of RGB (Red+Green+Blue) = 210+27+189=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 27 (10.94% from 255 or 6.34% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D21BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21BBD is #2DE442. Grayscale: #636363. Windows color (decimal): -3007555 or 12393426. OLE color: 12393426.
HSL color Cylindrical-coordinate representation of color #D21BBD: hue angle of 306.89º 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 #D21BBD is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 189 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.18 |
| HSL | 306.89º | 0.77% | 0.46% | - |
| HSV(B) | 306.89º | 0.87% | 0.82% | - |
| XYZ | 36.16 | 18.16 | 49.74 | - |
| YUV | 100.19 | 178.13 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 189 | 0 | 0.87 | 0.10 | 0.18 | 306.89 | 0.77 | 0.46 |
| Hex | D2 | 1B | BD | 0 | 57 | A | 12 | 133 | 4D | 2E |
| Octal | 322 | 33 | 275 | 0 | 127 | 12 | 22 | 463 | 115 | 56 |
| Binary | 11010010 | 11011 | 10111101 | 0 | 1010111 | 1010 | 10010 | 100110011 | 1001101 | 101110 |
Color Harmonies of #D21BBD
Complementary color
Monochromatic Colors of #D21BBD
Black with #D21BBD
Text Example
Text Example
White with #D21BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21BBD; }
p { color: rgb(210,27,189); }
H1.HeaderClassName
{
color: #D21BBD;
}
.AnyTagClassName
{
color: #D21BBD;
}
</style>
background-color css
<style>
a { background-color: #D21BBD; }
a { background-color: rgb(210,27,189); }
div.DivClassName
{
background-color: #D21BBD;
}
.BgClassName
{
background-color: #D21BBD;
}
</style>
border-color css
<style>
span { border-color: #D21BBD; }
span { border-color: rgb(210,27,189); }
td.TdClassName
{
border-color: #D21BBD;
}
.TagClassName
{
border-color: #D21BBD;
}
</style>