Shades of Deep Magenta #D402DC
Tints of Deep Magenta #D402DC
RGB
CMYK
RGB Variations
Color information
#D402DC (or 0xD402DC) is known color: Deep Magenta. HEX triplet: D4, 02 and DC. RGB value is (212,2,220). Sum of RGB (Red+Green+Blue) = 212+2+220=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 2 (1.17% from 255 or 0.46% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #D402DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D402DC is #2BFD23. Grayscale: #585858. Windows color (decimal): -2882852 or 14418644. OLE color: 14418644.
HSL color Cylindrical-coordinate representation of color #D402DC: hue angle of 297.8º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D402DC is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 2 | 220 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.14 |
| HSL | 297.8º | 0.98% | 0.44% | - |
| HSV(B) | 297.8º | 0.99% | 0.86% | - |
| XYZ | 40.09 | 19.21 | 69.3 | - |
| YUV | 89.64 | 201.57 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 220 | 0.04 | 0.99 | 0 | 0.14 | 297.8 | 0.98 | 0.44 |
| Hex | D4 | 2 | DC | 4 | 63 | 0 | E | 12A | 62 | 2C |
| Octal | 324 | 2 | 334 | 4 | 143 | 0 | 16 | 452 | 142 | 54 |
| Binary | 11010100 | 10 | 11011100 | 100 | 1100011 | 0 | 1110 | 100101010 | 1100010 | 101100 |
Color Harmonies of #D402DC
Complementary color
Monochromatic Colors of #D402DC
Black with #D402DC
Text Example
Text Example
White with #D402DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D402DC; }
p { color: rgb(212,2,220); }
H1.HeaderClassName
{
color: #D402DC;
}
.AnyTagClassName
{
color: #D402DC;
}
</style>
background-color css
<style>
a { background-color: #D402DC; }
a { background-color: rgb(212,2,220); }
div.DivClassName
{
background-color: #D402DC;
}
.BgClassName
{
background-color: #D402DC;
}
</style>
border-color css
<style>
span { border-color: #D402DC; }
span { border-color: rgb(212,2,220); }
td.TdClassName
{
border-color: #D402DC;
}
.TagClassName
{
border-color: #D402DC;
}
</style>