Shades of Deep Magenta #D602D9
Tints of Deep Magenta #D602D9
RGB
CMYK
RGB Variations
Color information
#D602D9 (or 0xD602D9) is known color: Deep Magenta. HEX triplet: D6, 02 and D9. RGB value is (214,2,217). Sum of RGB (Red+Green+Blue) = 214+2+217=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 2 (1.17% from 255 or 0.46% from 433); Blue value is 217 (85.16% from 255 or 50.12% from 433); Max value from RGB is 217 - color contains mainly: blue. Hex color #D602D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D602D9 is #29FD26. Grayscale: #595959. Windows color (decimal): -2751783 or 14222038. OLE color: 14222038.
HSL color Cylindrical-coordinate representation of color #D602D9: hue angle of 299.16º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D602D9 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 2 | 217 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.15 |
| HSL | 299.16º | 0.98% | 0.43% | - |
| HSV(B) | 299.16º | 0.99% | 0.85% | - |
| XYZ | 40.28 | 19.35 | 67.26 | - |
| YUV | 89.9 | 199.74 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 217 | 0.01 | 0.99 | 0 | 0.15 | 299.16 | 0.98 | 0.43 |
| Hex | D6 | 2 | D9 | 1 | 63 | 0 | F | 12B | 62 | 2B |
| Octal | 326 | 2 | 331 | 1 | 143 | 0 | 17 | 453 | 142 | 53 |
| Binary | 11010110 | 10 | 11011001 | 1 | 1100011 | 0 | 1111 | 100101011 | 1100010 | 101011 |
Color Harmonies of #D602D9
Complementary color
Monochromatic Colors of #D602D9
Black with #D602D9
Text Example
Text Example
White with #D602D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D602D9; }
p { color: rgb(214,2,217); }
H1.HeaderClassName
{
color: #D602D9;
}
.AnyTagClassName
{
color: #D602D9;
}
</style>
background-color css
<style>
a { background-color: #D602D9; }
a { background-color: rgb(214,2,217); }
div.DivClassName
{
background-color: #D602D9;
}
.BgClassName
{
background-color: #D602D9;
}
</style>
border-color css
<style>
span { border-color: #D602D9; }
span { border-color: rgb(214,2,217); }
td.TdClassName
{
border-color: #D602D9;
}
.TagClassName
{
border-color: #D602D9;
}
</style>