Shades of Deep Magenta #D40BCA
Tints of Deep Magenta #D40BCA
RGB
CMYK
RGB Variations
Color information
#D40BCA (or 0xD40BCA) is known color: Deep Magenta. HEX triplet: D4, 0B and CA. RGB value is (212,11,202). Sum of RGB (Red+Green+Blue) = 212+11+202=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 11 (4.69% from 255 or 2.59% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D40BCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40BCA is #2BF435. Grayscale: #5C5C5C. Windows color (decimal): -2880566 or 13241300. OLE color: 13241300.
HSL color Cylindrical-coordinate representation of color #D40BCA: hue angle of 302.99º 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 #D40BCA is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 11 | 202 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.17 |
| HSL | 302.99º | 0.9% | 0.44% | - |
| HSV(B) | 302.99º | 0.95% | 0.83% | - |
| XYZ | 37.93 | 18.5 | 57.45 | - |
| YUV | 92.87 | 189.59 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 202 | 0 | 0.95 | 0.05 | 0.17 | 302.99 | 0.9 | 0.44 |
| Hex | D4 | B | CA | 0 | 5F | 5 | 11 | 12F | 5A | 2C |
| Octal | 324 | 13 | 312 | 0 | 137 | 5 | 21 | 457 | 132 | 54 |
| Binary | 11010100 | 1011 | 11001010 | 0 | 1011111 | 101 | 10001 | 100101111 | 1011010 | 101100 |
Color Harmonies of #D40BCA
Complementary color
Monochromatic Colors of #D40BCA
Black with #D40BCA
Text Example
Text Example
White with #D40BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40BCA; }
p { color: rgb(212,11,202); }
H1.HeaderClassName
{
color: #D40BCA;
}
.AnyTagClassName
{
color: #D40BCA;
}
</style>
background-color css
<style>
a { background-color: #D40BCA; }
a { background-color: rgb(212,11,202); }
div.DivClassName
{
background-color: #D40BCA;
}
.BgClassName
{
background-color: #D40BCA;
}
</style>
border-color css
<style>
span { border-color: #D40BCA; }
span { border-color: rgb(212,11,202); }
td.TdClassName
{
border-color: #D40BCA;
}
.TagClassName
{
border-color: #D40BCA;
}
</style>