Shades of Deep Magenta #D40BC3
Tints of Deep Magenta #D40BC3
RGB
CMYK
RGB Variations
Color information
#D40BC3 (or 0xD40BC3) is known color: Deep Magenta. HEX triplet: D4, 0B and C3. RGB value is (212,11,195). Sum of RGB (Red+Green+Blue) = 212+11+195=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 11 (4.69% from 255 or 2.63% from 418); Blue value is 195 (76.56% from 255 or 46.65% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D40BC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40BC3 is #2BF43C. Grayscale: #5B5B5B. Windows color (decimal): -2880573 or 12782548. OLE color: 12782548.
HSL color Cylindrical-coordinate representation of color #D40BC3: hue angle of 305.07º 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 #D40BC3 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 11 | 195 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.17 |
| HSL | 305.07º | 0.9% | 0.44% | - |
| HSV(B) | 305.07º | 0.95% | 0.83% | - |
| XYZ | 37.12 | 18.18 | 53.18 | - |
| YUV | 92.08 | 186.09 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 195 | 0 | 0.95 | 0.08 | 0.17 | 305.07 | 0.9 | 0.44 |
| Hex | D4 | B | C3 | 0 | 5F | 8 | 11 | 131 | 5A | 2C |
| Octal | 324 | 13 | 303 | 0 | 137 | 10 | 21 | 461 | 132 | 54 |
| Binary | 11010100 | 1011 | 11000011 | 0 | 1011111 | 1000 | 10001 | 100110001 | 1011010 | 101100 |
Color Harmonies of #D40BC3
Complementary color
Monochromatic Colors of #D40BC3
Black with #D40BC3
Text Example
Text Example
White with #D40BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40BC3; }
p { color: rgb(212,11,195); }
H1.HeaderClassName
{
color: #D40BC3;
}
.AnyTagClassName
{
color: #D40BC3;
}
</style>
background-color css
<style>
a { background-color: #D40BC3; }
a { background-color: rgb(212,11,195); }
div.DivClassName
{
background-color: #D40BC3;
}
.BgClassName
{
background-color: #D40BC3;
}
</style>
border-color css
<style>
span { border-color: #D40BC3; }
span { border-color: rgb(212,11,195); }
td.TdClassName
{
border-color: #D40BC3;
}
.TagClassName
{
border-color: #D40BC3;
}
</style>