Shades of Deep Magenta #D40BC9
Tints of Deep Magenta #D40BC9
RGB
CMYK
RGB Variations
Color information
#D40BC9 (or 0xD40BC9) is known color: Deep Magenta. HEX triplet: D4, 0B and C9. RGB value is (212,11,201). Sum of RGB (Red+Green+Blue) = 212+11+201=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 11 (4.69% from 255 or 2.59% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D40BC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40BC9 is #2BF436. Grayscale: #5C5C5C. Windows color (decimal): -2880567 or 13175764. OLE color: 13175764.
HSL color Cylindrical-coordinate representation of color #D40BC9: hue angle of 303.28º 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 #D40BC9 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 11 | 201 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.17 |
| HSL | 303.28º | 0.9% | 0.44% | - |
| HSV(B) | 303.28º | 0.95% | 0.83% | - |
| XYZ | 37.81 | 18.45 | 56.83 | - |
| YUV | 92.76 | 189.09 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 201 | 0 | 0.95 | 0.05 | 0.17 | 303.28 | 0.9 | 0.44 |
| Hex | D4 | B | C9 | 0 | 5F | 5 | 11 | 12F | 5A | 2C |
| Octal | 324 | 13 | 311 | 0 | 137 | 5 | 21 | 457 | 132 | 54 |
| Binary | 11010100 | 1011 | 11001001 | 0 | 1011111 | 101 | 10001 | 100101111 | 1011010 | 101100 |
Color Harmonies of #D40BC9
Complementary color
Monochromatic Colors of #D40BC9
Black with #D40BC9
Text Example
Text Example
White with #D40BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40BC9; }
p { color: rgb(212,11,201); }
H1.HeaderClassName
{
color: #D40BC9;
}
.AnyTagClassName
{
color: #D40BC9;
}
</style>
background-color css
<style>
a { background-color: #D40BC9; }
a { background-color: rgb(212,11,201); }
div.DivClassName
{
background-color: #D40BC9;
}
.BgClassName
{
background-color: #D40BC9;
}
</style>
border-color css
<style>
span { border-color: #D40BC9; }
span { border-color: rgb(212,11,201); }
td.TdClassName
{
border-color: #D40BC9;
}
.TagClassName
{
border-color: #D40BC9;
}
</style>