Shades of Deep Magenta #D40FCE
Tints of Deep Magenta #D40FCE
RGB
CMYK
RGB Variations
Color information
#D40FCE (or 0xD40FCE) is known color: Deep Magenta. HEX triplet: D4, 0F and CE. RGB value is (212,15,206). Sum of RGB (Red+Green+Blue) = 212+15+206=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 15 (6.25% from 255 or 3.46% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D40FCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40FCE is #2BF031. Grayscale: #5F5F5F. Windows color (decimal): -2879538 or 13504468. OLE color: 13504468.
HSL color Cylindrical-coordinate representation of color #D40FCE: hue angle of 301.83º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40FCE is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 15 | 206 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.17 |
| HSL | 301.83º | 0.87% | 0.45% | - |
| HSV(B) | 301.83º | 0.93% | 0.83% | - |
| XYZ | 38.46 | 18.79 | 59.99 | - |
| YUV | 95.68 | 190.27 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 15 | 206 | 0 | 0.93 | 0.03 | 0.17 | 301.83 | 0.87 | 0.45 |
| Hex | D4 | F | CE | 0 | 5D | 3 | 11 | 12E | 57 | 2D |
| Octal | 324 | 17 | 316 | 0 | 135 | 3 | 21 | 456 | 127 | 55 |
| Binary | 11010100 | 1111 | 11001110 | 0 | 1011101 | 11 | 10001 | 100101110 | 1010111 | 101101 |
Color Harmonies of #D40FCE
Complementary color
Monochromatic Colors of #D40FCE
Black with #D40FCE
Text Example
Text Example
White with #D40FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40FCE; }
p { color: rgb(212,15,206); }
H1.HeaderClassName
{
color: #D40FCE;
}
.AnyTagClassName
{
color: #D40FCE;
}
</style>
background-color css
<style>
a { background-color: #D40FCE; }
a { background-color: rgb(212,15,206); }
div.DivClassName
{
background-color: #D40FCE;
}
.BgClassName
{
background-color: #D40FCE;
}
</style>
border-color css
<style>
span { border-color: #D40FCE; }
span { border-color: rgb(212,15,206); }
td.TdClassName
{
border-color: #D40FCE;
}
.TagClassName
{
border-color: #D40FCE;
}
</style>