Shades of Deep Magenta #D400CE
Tints of Deep Magenta #D400CE
RGB
CMYK
RGB Variations
Color information
#D400CE (or 0xD400CE) is known color: Deep Magenta. HEX triplet: D4, 00 and CE. RGB value is (212,0,206). Sum of RGB (Red+Green+Blue) = 212+0+206=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D400CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D400CE is #2BFF31. Grayscale: #565656. Windows color (decimal): -2883378 or 13500628. OLE color: 13500628.
HSL color Cylindrical-coordinate representation of color #D400CE: hue angle of 301.7º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D400CE is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 0 | 206 | - |
| CMYK | 0 | 1 | 0.03 | 0.17 |
| HSL | 301.7º | 1% | 0.42% | - |
| HSV(B) | 301.7º | 1% | 0.83% | - |
| XYZ | 38.29 | 18.45 | 59.94 | - |
| YUV | 86.87 | 195.24 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 206 | 0 | 1 | 0.03 | 0.17 | 301.7 | 1 | 0.42 |
| Hex | D4 | 0 | CE | 0 | 64 | 3 | 11 | 12E | 64 | 2A |
| Octal | 324 | 0 | 316 | 0 | 144 | 3 | 21 | 456 | 144 | 52 |
| Binary | 11010100 | 0 | 11001110 | 0 | 1100100 | 11 | 10001 | 100101110 | 1100100 | 101010 |
Color Harmonies of #D400CE
Complementary color
Monochromatic Colors of #D400CE
Black with #D400CE
Text Example
Text Example
White with #D400CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D400CE; }
p { color: rgb(212,0,206); }
H1.HeaderClassName
{
color: #D400CE;
}
.AnyTagClassName
{
color: #D400CE;
}
</style>
background-color css
<style>
a { background-color: #D400CE; }
a { background-color: rgb(212,0,206); }
div.DivClassName
{
background-color: #D400CE;
}
.BgClassName
{
background-color: #D400CE;
}
</style>
border-color css
<style>
span { border-color: #D400CE; }
span { border-color: rgb(212,0,206); }
td.TdClassName
{
border-color: #D400CE;
}
.TagClassName
{
border-color: #D400CE;
}
</style>