Shades of Deep Magenta #D40BC5
Tints of Deep Magenta #D40BC5
RGB
CMYK
RGB Variations
Color information
#D40BC5 (or 0xD40BC5) is known color: Deep Magenta. HEX triplet: D4, 0B and C5. RGB value is (212,11,197). Sum of RGB (Red+Green+Blue) = 212+11+197=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 11 (4.69% from 255 or 2.62% from 420); Blue value is 197 (77.34% from 255 or 46.90% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D40BC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40BC5 is #2BF43A. Grayscale: #5B5B5B. Windows color (decimal): -2880571 or 12913620. OLE color: 12913620.
HSL color Cylindrical-coordinate representation of color #D40BC5: hue angle of 304.48º 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 #D40BC5 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 11 | 197 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.17 |
| HSL | 304.48º | 0.9% | 0.44% | - |
| HSV(B) | 304.48º | 0.95% | 0.83% | - |
| XYZ | 37.35 | 18.27 | 54.38 | - |
| YUV | 92.3 | 187.09 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 197 | 0 | 0.95 | 0.07 | 0.17 | 304.48 | 0.9 | 0.44 |
| Hex | D4 | B | C5 | 0 | 5F | 7 | 11 | 130 | 5A | 2C |
| Octal | 324 | 13 | 305 | 0 | 137 | 7 | 21 | 460 | 132 | 54 |
| Binary | 11010100 | 1011 | 11000101 | 0 | 1011111 | 111 | 10001 | 100110000 | 1011010 | 101100 |
Color Harmonies of #D40BC5
Complementary color
Monochromatic Colors of #D40BC5
Black with #D40BC5
Text Example
Text Example
White with #D40BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40BC5; }
p { color: rgb(212,11,197); }
H1.HeaderClassName
{
color: #D40BC5;
}
.AnyTagClassName
{
color: #D40BC5;
}
</style>
background-color css
<style>
a { background-color: #D40BC5; }
a { background-color: rgb(212,11,197); }
div.DivClassName
{
background-color: #D40BC5;
}
.BgClassName
{
background-color: #D40BC5;
}
</style>
border-color css
<style>
span { border-color: #D40BC5; }
span { border-color: rgb(212,11,197); }
td.TdClassName
{
border-color: #D40BC5;
}
.TagClassName
{
border-color: #D40BC5;
}
</style>