Shades of Deep Magenta #D402DD
Tints of Deep Magenta #D402DD
RGB
CMYK
RGB Variations
Color information
#D402DD (or 0xD402DD) is known color: Deep Magenta. HEX triplet: D4, 02 and DD. RGB value is (212,2,221). Sum of RGB (Red+Green+Blue) = 212+2+221=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 2 (1.17% from 255 or 0.46% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #D402DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D402DD is #2BFD22. Grayscale: #595959. Windows color (decimal): -2882851 or 14484180. OLE color: 14484180.
HSL color Cylindrical-coordinate representation of color #D402DD: hue angle of 297.53º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D402DD is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 2 | 221 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.13 |
| HSL | 297.53º | 0.98% | 0.44% | - |
| HSV(B) | 297.53º | 0.99% | 0.87% | - |
| XYZ | 40.22 | 19.26 | 70 | - |
| YUV | 89.76 | 202.07 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 221 | 0.04 | 0.99 | 0 | 0.13 | 297.53 | 0.98 | 0.44 |
| Hex | D4 | 2 | DD | 4 | 63 | 0 | D | 12A | 62 | 2C |
| Octal | 324 | 2 | 335 | 4 | 143 | 0 | 15 | 452 | 142 | 54 |
| Binary | 11010100 | 10 | 11011101 | 100 | 1100011 | 0 | 1101 | 100101010 | 1100010 | 101100 |
Color Harmonies of #D402DD
Complementary color
Monochromatic Colors of #D402DD
Black with #D402DD
Text Example
Text Example
White with #D402DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D402DD; }
p { color: rgb(212,2,221); }
H1.HeaderClassName
{
color: #D402DD;
}
.AnyTagClassName
{
color: #D402DD;
}
</style>
background-color css
<style>
a { background-color: #D402DD; }
a { background-color: rgb(212,2,221); }
div.DivClassName
{
background-color: #D402DD;
}
.BgClassName
{
background-color: #D402DD;
}
</style>
border-color css
<style>
span { border-color: #D402DD; }
span { border-color: rgb(212,2,221); }
td.TdClassName
{
border-color: #D402DD;
}
.TagClassName
{
border-color: #D402DD;
}
</style>