Shades of Deep Magenta #D602DE
Tints of Deep Magenta #D602DE
RGB
CMYK
RGB Variations
Color information
#D602DE (or 0xD602DE) is known color: Deep Magenta. HEX triplet: D6, 02 and DE. RGB value is (214,2,222). Sum of RGB (Red+Green+Blue) = 214+2+222=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 2 (1.17% from 255 or 0.46% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #D602DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D602DE is #29FD21. Grayscale: #595959. Windows color (decimal): -2751778 or 14549718. OLE color: 14549718.
HSL color Cylindrical-coordinate representation of color #D602DE: hue angle of 297.82º 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 #D602DE is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 2 | 222 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.13 |
| HSL | 297.82º | 0.98% | 0.44% | - |
| HSV(B) | 297.82º | 0.99% | 0.87% | - |
| XYZ | 40.94 | 19.61 | 70.74 | - |
| YUV | 90.47 | 202.24 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 222 | 0.04 | 0.99 | 0 | 0.13 | 297.82 | 0.98 | 0.44 |
| Hex | D6 | 2 | DE | 4 | 63 | 0 | D | 12A | 62 | 2C |
| Octal | 326 | 2 | 336 | 4 | 143 | 0 | 15 | 452 | 142 | 54 |
| Binary | 11010110 | 10 | 11011110 | 100 | 1100011 | 0 | 1101 | 100101010 | 1100010 | 101100 |
Color Harmonies of #D602DE
Complementary color
Monochromatic Colors of #D602DE
Black with #D602DE
Text Example
Text Example
White with #D602DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D602DE; }
p { color: rgb(214,2,222); }
H1.HeaderClassName
{
color: #D602DE;
}
.AnyTagClassName
{
color: #D602DE;
}
</style>
background-color css
<style>
a { background-color: #D602DE; }
a { background-color: rgb(214,2,222); }
div.DivClassName
{
background-color: #D602DE;
}
.BgClassName
{
background-color: #D602DE;
}
</style>
border-color css
<style>
span { border-color: #D602DE; }
span { border-color: rgb(214,2,222); }
td.TdClassName
{
border-color: #D602DE;
}
.TagClassName
{
border-color: #D602DE;
}
</style>