Shades of Deep Magenta #D420CE
Tints of Deep Magenta #D420CE
RGB
CMYK
RGB Variations
Color information
#D420CE (or 0xD420CE) is known color: Deep Magenta. HEX triplet: D4, 20 and CE. RGB value is (212,32,206). Sum of RGB (Red+Green+Blue) = 212+32+206=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 32 (12.89% from 255 or 7.11% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D420CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D420CE is #2BDF31. Grayscale: #696969. Windows color (decimal): -2875186 or 13508820. OLE color: 13508820.
HSL color Cylindrical-coordinate representation of color #D420CE: hue angle of 302º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D420CE is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 32 | 206 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.17 |
| HSL | 302º | 0.74% | 0.48% | - |
| HSV(B) | 302º | 0.85% | 0.83% | - |
| XYZ | 38.81 | 19.49 | 60.11 | - |
| YUV | 105.66 | 184.63 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 32 | 206 | 0 | 0.85 | 0.03 | 0.17 | 302 | 0.74 | 0.48 |
| Hex | D4 | 20 | CE | 0 | 55 | 3 | 11 | 12E | 4A | 30 |
| Octal | 324 | 40 | 316 | 0 | 125 | 3 | 21 | 456 | 112 | 60 |
| Binary | 11010100 | 100000 | 11001110 | 0 | 1010101 | 11 | 10001 | 100101110 | 1001010 | 110000 |
Color Harmonies of #D420CE
Complementary color
Monochromatic Colors of #D420CE
Black with #D420CE
Text Example
Text Example
White with #D420CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D420CE; }
p { color: rgb(212,32,206); }
H1.HeaderClassName
{
color: #D420CE;
}
.AnyTagClassName
{
color: #D420CE;
}
</style>
background-color css
<style>
a { background-color: #D420CE; }
a { background-color: rgb(212,32,206); }
div.DivClassName
{
background-color: #D420CE;
}
.BgClassName
{
background-color: #D420CE;
}
</style>
border-color css
<style>
span { border-color: #D420CE; }
span { border-color: rgb(212,32,206); }
td.TdClassName
{
border-color: #D420CE;
}
.TagClassName
{
border-color: #D420CE;
}
</style>