Shades of Deep Magenta #D40BBE
Tints of Deep Magenta #D40BBE
RGB
CMYK
RGB Variations
Color information
#D40BBE (or 0xD40BBE) is known color: Deep Magenta. HEX triplet: D4, 0B and BE. RGB value is (212,11,190). Sum of RGB (Red+Green+Blue) = 212+11+190=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 11 (4.69% from 255 or 2.66% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D40BBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40BBE is #2BF441. Grayscale: #5A5A5A. Windows color (decimal): -2880578 or 12454868. OLE color: 12454868.
HSL color Cylindrical-coordinate representation of color #D40BBE: hue angle of 306.57º 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 #D40BBE is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 11 | 190 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.17 |
| HSL | 306.57º | 0.9% | 0.44% | - |
| HSV(B) | 306.57º | 0.95% | 0.83% | - |
| XYZ | 36.57 | 17.95 | 50.25 | - |
| YUV | 91.51 | 183.59 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 190 | 0 | 0.95 | 0.10 | 0.17 | 306.57 | 0.9 | 0.44 |
| Hex | D4 | B | BE | 0 | 5F | A | 11 | 133 | 5A | 2C |
| Octal | 324 | 13 | 276 | 0 | 137 | 12 | 21 | 463 | 132 | 54 |
| Binary | 11010100 | 1011 | 10111110 | 0 | 1011111 | 1010 | 10001 | 100110011 | 1011010 | 101100 |
Color Harmonies of #D40BBE
Complementary color
Monochromatic Colors of #D40BBE
Black with #D40BBE
Text Example
Text Example
White with #D40BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40BBE; }
p { color: rgb(212,11,190); }
H1.HeaderClassName
{
color: #D40BBE;
}
.AnyTagClassName
{
color: #D40BBE;
}
</style>
background-color css
<style>
a { background-color: #D40BBE; }
a { background-color: rgb(212,11,190); }
div.DivClassName
{
background-color: #D40BBE;
}
.BgClassName
{
background-color: #D40BBE;
}
</style>
border-color css
<style>
span { border-color: #D40BBE; }
span { border-color: rgb(212,11,190); }
td.TdClassName
{
border-color: #D40BBE;
}
.TagClassName
{
border-color: #D40BBE;
}
</style>