Shades of Deep Magenta #D20BB5
Tints of Deep Magenta #D20BB5
RGB
CMYK
RGB Variations
Color information
#D20BB5 (or 0xD20BB5) is known color: Deep Magenta. HEX triplet: D2, 0B and B5. RGB value is (210,11,181). Sum of RGB (Red+Green+Blue) = 210+11+181=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 11 (4.69% from 255 or 2.74% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D20BB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20BB5 is #2DF44A. Grayscale: #595959. Windows color (decimal): -3011659 or 11865042. OLE color: 11865042.
HSL color Cylindrical-coordinate representation of color #D20BB5: hue angle of 308.74º 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 #D20BB5 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 11 | 181 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.18 |
| HSL | 308.74º | 0.9% | 0.43% | - |
| HSV(B) | 308.74º | 0.95% | 0.82% | - |
| XYZ | 35.04 | 17.28 | 45.2 | - |
| YUV | 89.88 | 179.43 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 11 | 181 | 0 | 0.95 | 0.14 | 0.18 | 308.74 | 0.9 | 0.43 |
| Hex | D2 | B | B5 | 0 | 5F | E | 12 | 135 | 5A | 2B |
| Octal | 322 | 13 | 265 | 0 | 137 | 16 | 22 | 465 | 132 | 53 |
| Binary | 11010010 | 1011 | 10110101 | 0 | 1011111 | 1110 | 10010 | 100110101 | 1011010 | 101011 |
Color Harmonies of #D20BB5
Complementary color
Monochromatic Colors of #D20BB5
Black with #D20BB5
Text Example
Text Example
White with #D20BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20BB5; }
p { color: rgb(210,11,181); }
H1.HeaderClassName
{
color: #D20BB5;
}
.AnyTagClassName
{
color: #D20BB5;
}
</style>
background-color css
<style>
a { background-color: #D20BB5; }
a { background-color: rgb(210,11,181); }
div.DivClassName
{
background-color: #D20BB5;
}
.BgClassName
{
background-color: #D20BB5;
}
</style>
border-color css
<style>
span { border-color: #D20BB5; }
span { border-color: rgb(210,11,181); }
td.TdClassName
{
border-color: #D20BB5;
}
.TagClassName
{
border-color: #D20BB5;
}
</style>