Shades of Deep Magenta #D40BB1
Tints of Deep Magenta #D40BB1
RGB
CMYK
RGB Variations
Color information
#D40BB1 (or 0xD40BB1) is known color: Deep Magenta. HEX triplet: D4, 0B and B1. RGB value is (212,11,177). Sum of RGB (Red+Green+Blue) = 212+11+177=400 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53% from 400); Green value is 11 (4.69% from 255 or 2.75% from 400); Blue value is 177 (69.53% from 255 or 44.25% from 400); Max value from RGB is 212 - color contains mainly: red. Hex color #D40BB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40BB1 is #2BF44E. Grayscale: #595959. Windows color (decimal): -2880591 or 11602900. OLE color: 11602900.
HSL color Cylindrical-coordinate representation of color #D40BB1: hue angle of 310.45º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40BB1 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 11 | 177 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.17 |
| HSL | 310.45º | 0.9% | 0.44% | - |
| HSV(B) | 310.45º | 0.95% | 0.83% | - |
| XYZ | 35.21 | 17.41 | 43.1 | - |
| YUV | 90.02 | 177.09 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 177 | 0 | 0.95 | 0.17 | 0.17 | 310.45 | 0.9 | 0.44 |
| Hex | D4 | B | B1 | 0 | 5F | 11 | 11 | 136 | 5A | 2C |
| Octal | 324 | 13 | 261 | 0 | 137 | 21 | 21 | 466 | 132 | 54 |
| Binary | 11010100 | 1011 | 10110001 | 0 | 1011111 | 10001 | 10001 | 100110110 | 1011010 | 101100 |
Color Harmonies of #D40BB1
Complementary color
Monochromatic Colors of #D40BB1
Black with #D40BB1
Text Example
Text Example
White with #D40BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40BB1; }
p { color: rgb(212,11,177); }
H1.HeaderClassName
{
color: #D40BB1;
}
.AnyTagClassName
{
color: #D40BB1;
}
</style>
background-color css
<style>
a { background-color: #D40BB1; }
a { background-color: rgb(212,11,177); }
div.DivClassName
{
background-color: #D40BB1;
}
.BgClassName
{
background-color: #D40BB1;
}
</style>
border-color css
<style>
span { border-color: #D40BB1; }
span { border-color: rgb(212,11,177); }
td.TdClassName
{
border-color: #D40BB1;
}
.TagClassName
{
border-color: #D40BB1;
}
</style>