Shades of Deep Magenta #D40ECB
Tints of Deep Magenta #D40ECB
RGB
CMYK
RGB Variations
Color information
#D40ECB (or 0xD40ECB) is known color: Deep Magenta. HEX triplet: D4, 0E and CB. RGB value is (212,14,203). Sum of RGB (Red+Green+Blue) = 212+14+203=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 14 (5.86% from 255 or 3.26% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D40ECB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40ECB is #2BF134. Grayscale: #5E5E5E. Windows color (decimal): -2879797 or 13307604. OLE color: 13307604.
HSL color Cylindrical-coordinate representation of color #D40ECB: hue angle of 302.73º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40ECB is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 14 | 203 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.17 |
| HSL | 302.73º | 0.88% | 0.44% | - |
| HSV(B) | 302.73º | 0.93% | 0.83% | - |
| XYZ | 38.09 | 18.62 | 58.09 | - |
| YUV | 94.75 | 189.1 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 14 | 203 | 0 | 0.93 | 0.04 | 0.17 | 302.73 | 0.88 | 0.44 |
| Hex | D4 | E | CB | 0 | 5D | 4 | 11 | 12F | 58 | 2C |
| Octal | 324 | 16 | 313 | 0 | 135 | 4 | 21 | 457 | 130 | 54 |
| Binary | 11010100 | 1110 | 11001011 | 0 | 1011101 | 100 | 10001 | 100101111 | 1011000 | 101100 |
Color Harmonies of #D40ECB
Complementary color
Monochromatic Colors of #D40ECB
Black with #D40ECB
Text Example
Text Example
White with #D40ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40ECB; }
p { color: rgb(212,14,203); }
H1.HeaderClassName
{
color: #D40ECB;
}
.AnyTagClassName
{
color: #D40ECB;
}
</style>
background-color css
<style>
a { background-color: #D40ECB; }
a { background-color: rgb(212,14,203); }
div.DivClassName
{
background-color: #D40ECB;
}
.BgClassName
{
background-color: #D40ECB;
}
</style>
border-color css
<style>
span { border-color: #D40ECB; }
span { border-color: rgb(212,14,203); }
td.TdClassName
{
border-color: #D40ECB;
}
.TagClassName
{
border-color: #D40ECB;
}
</style>