Shades of Deep Magenta #D40BC7
Tints of Deep Magenta #D40BC7
RGB
CMYK
RGB Variations
Color information
#D40BC7 (or 0xD40BC7) is known color: Deep Magenta. HEX triplet: D4, 0B and C7. RGB value is (212,11,199). Sum of RGB (Red+Green+Blue) = 212+11+199=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 11 (4.69% from 255 or 2.61% from 422); Blue value is 199 (78.12% from 255 or 47.16% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D40BC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40BC7 is #2BF438. Grayscale: #5B5B5B. Windows color (decimal): -2880569 or 13044692. OLE color: 13044692.
HSL color Cylindrical-coordinate representation of color #D40BC7: hue angle of 303.88º 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 #D40BC7 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 11 | 199 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.17 |
| HSL | 303.88º | 0.9% | 0.44% | - |
| HSV(B) | 303.88º | 0.95% | 0.83% | - |
| XYZ | 37.58 | 18.36 | 55.6 | - |
| YUV | 92.53 | 188.09 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 199 | 0 | 0.95 | 0.06 | 0.17 | 303.88 | 0.9 | 0.44 |
| Hex | D4 | B | C7 | 0 | 5F | 6 | 11 | 130 | 5A | 2C |
| Octal | 324 | 13 | 307 | 0 | 137 | 6 | 21 | 460 | 132 | 54 |
| Binary | 11010100 | 1011 | 11000111 | 0 | 1011111 | 110 | 10001 | 100110000 | 1011010 | 101100 |
Color Harmonies of #D40BC7
Complementary color
Monochromatic Colors of #D40BC7
Black with #D40BC7
Text Example
Text Example
White with #D40BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40BC7; }
p { color: rgb(212,11,199); }
H1.HeaderClassName
{
color: #D40BC7;
}
.AnyTagClassName
{
color: #D40BC7;
}
</style>
background-color css
<style>
a { background-color: #D40BC7; }
a { background-color: rgb(212,11,199); }
div.DivClassName
{
background-color: #D40BC7;
}
.BgClassName
{
background-color: #D40BC7;
}
</style>
border-color css
<style>
span { border-color: #D40BC7; }
span { border-color: rgb(212,11,199); }
td.TdClassName
{
border-color: #D40BC7;
}
.TagClassName
{
border-color: #D40BC7;
}
</style>