Shades of Deep Magenta #D40BBC
Tints of Deep Magenta #D40BBC
RGB
CMYK
RGB Variations
Color information
#D40BBC (or 0xD40BBC) is known color: Deep Magenta. HEX triplet: D4, 0B and BC. RGB value is (212,11,188). Sum of RGB (Red+Green+Blue) = 212+11+188=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D40BBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40BBC is #2BF443. Grayscale: #5A5A5A. Windows color (decimal): -2880580 or 12323796. OLE color: 12323796.
HSL color Cylindrical-coordinate representation of color #D40BBC: hue angle of 307.16º 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 #D40BBC is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 11 | 188 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.17 |
| HSL | 307.16º | 0.9% | 0.44% | - |
| HSV(B) | 307.16º | 0.95% | 0.83% | - |
| XYZ | 36.35 | 17.87 | 49.11 | - |
| YUV | 91.28 | 182.59 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 188 | 0 | 0.95 | 0.11 | 0.17 | 307.16 | 0.9 | 0.44 |
| Hex | D4 | B | BC | 0 | 5F | B | 11 | 133 | 5A | 2C |
| Octal | 324 | 13 | 274 | 0 | 137 | 13 | 21 | 463 | 132 | 54 |
| Binary | 11010100 | 1011 | 10111100 | 0 | 1011111 | 1011 | 10001 | 100110011 | 1011010 | 101100 |
Color Harmonies of #D40BBC
Complementary color
Monochromatic Colors of #D40BBC
Black with #D40BBC
Text Example
Text Example
White with #D40BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40BBC; }
p { color: rgb(212,11,188); }
H1.HeaderClassName
{
color: #D40BBC;
}
.AnyTagClassName
{
color: #D40BBC;
}
</style>
background-color css
<style>
a { background-color: #D40BBC; }
a { background-color: rgb(212,11,188); }
div.DivClassName
{
background-color: #D40BBC;
}
.BgClassName
{
background-color: #D40BBC;
}
</style>
border-color css
<style>
span { border-color: #D40BBC; }
span { border-color: rgb(212,11,188); }
td.TdClassName
{
border-color: #D40BBC;
}
.TagClassName
{
border-color: #D40BBC;
}
</style>