Shades of Deep Magenta #D602D2
Tints of Deep Magenta #D602D2
RGB
CMYK
RGB Variations
Color information
#D602D2 (or 0xD602D2) is known color: Deep Magenta. HEX triplet: D6, 02 and D2. RGB value is (214,2,210). Sum of RGB (Red+Green+Blue) = 214+2+210=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 210 (82.42% from 255 or 49.30% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D602D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D602D2 is #29FD2D. Grayscale: #585858. Windows color (decimal): -2751790 or 13763286. OLE color: 13763286.
HSL color Cylindrical-coordinate representation of color #D602D2: hue angle of 301.13º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D602D2 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 210 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.16 |
| HSL | 301.13º | 0.98% | 0.42% | - |
| HSV(B) | 301.13º | 0.99% | 0.84% | - |
| XYZ | 39.39 | 18.99 | 62.56 | - |
| YUV | 89.1 | 196.24 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 210 | 0 | 0.99 | 0.02 | 0.16 | 301.13 | 0.98 | 0.42 |
| Hex | D6 | 2 | D2 | 0 | 63 | 2 | 10 | 12D | 62 | 2A |
| Octal | 326 | 2 | 322 | 0 | 143 | 2 | 20 | 455 | 142 | 52 |
| Binary | 11010110 | 10 | 11010010 | 0 | 1100011 | 10 | 10000 | 100101101 | 1100010 | 101010 |
Color Harmonies of #D602D2
Complementary color
Monochromatic Colors of #D602D2
Black with #D602D2
Text Example
Text Example
White with #D602D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D602D2; }
p { color: rgb(214,2,210); }
H1.HeaderClassName
{
color: #D602D2;
}
.AnyTagClassName
{
color: #D602D2;
}
</style>
background-color css
<style>
a { background-color: #D602D2; }
a { background-color: rgb(214,2,210); }
div.DivClassName
{
background-color: #D602D2;
}
.BgClassName
{
background-color: #D602D2;
}
</style>
border-color css
<style>
span { border-color: #D602D2; }
span { border-color: rgb(214,2,210); }
td.TdClassName
{
border-color: #D602D2;
}
.TagClassName
{
border-color: #D602D2;
}
</style>