Shades of Deep Magenta #D602D0
Tints of Deep Magenta #D602D0
RGB
CMYK
RGB Variations
Color information
#D602D0 (or 0xD602D0) is known color: Deep Magenta. HEX triplet: D6, 02 and D0. RGB value is (214,2,208). Sum of RGB (Red+Green+Blue) = 214+2+208=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 2 (1.17% from 255 or 0.47% from 424); Blue value is 208 (81.64% from 255 or 49.06% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D602D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D602D0 is #29FD2F. Grayscale: #585858. Windows color (decimal): -2751792 or 13632214. OLE color: 13632214.
HSL color Cylindrical-coordinate representation of color #D602D0: hue angle of 301.7º 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 #D602D0 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 208 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.16 |
| HSL | 301.7º | 0.98% | 0.42% | - |
| HSV(B) | 301.7º | 0.99% | 0.84% | - |
| XYZ | 39.14 | 18.89 | 61.26 | - |
| YUV | 88.87 | 195.24 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 208 | 0 | 0.99 | 0.03 | 0.16 | 301.7 | 0.98 | 0.42 |
| Hex | D6 | 2 | D0 | 0 | 63 | 3 | 10 | 12E | 62 | 2A |
| Octal | 326 | 2 | 320 | 0 | 143 | 3 | 20 | 456 | 142 | 52 |
| Binary | 11010110 | 10 | 11010000 | 0 | 1100011 | 11 | 10000 | 100101110 | 1100010 | 101010 |
Color Harmonies of #D602D0
Complementary color
Monochromatic Colors of #D602D0
Black with #D602D0
Text Example
Text Example
White with #D602D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D602D0; }
p { color: rgb(214,2,208); }
H1.HeaderClassName
{
color: #D602D0;
}
.AnyTagClassName
{
color: #D602D0;
}
</style>
background-color css
<style>
a { background-color: #D602D0; }
a { background-color: rgb(214,2,208); }
div.DivClassName
{
background-color: #D602D0;
}
.BgClassName
{
background-color: #D602D0;
}
</style>
border-color css
<style>
span { border-color: #D602D0; }
span { border-color: rgb(214,2,208); }
td.TdClassName
{
border-color: #D602D0;
}
.TagClassName
{
border-color: #D602D0;
}
</style>