Shades of Deep Magenta #D602DD
Tints of Deep Magenta #D602DD
RGB
CMYK
RGB Variations
Color information
#D602DD (or 0xD602DD) is known color: Deep Magenta. HEX triplet: D6, 02 and DD. RGB value is (214,2,221). Sum of RGB (Red+Green+Blue) = 214+2+221=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 2 (1.17% from 255 or 0.46% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #D602DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D602DD is #29FD22. Grayscale: #595959. Windows color (decimal): -2751779 or 14484182. OLE color: 14484182.
HSL color Cylindrical-coordinate representation of color #D602DD: hue angle of 298.08º 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 #D602DD is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 2 | 221 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.13 |
| HSL | 298.08º | 0.98% | 0.44% | - |
| HSV(B) | 298.08º | 0.99% | 0.87% | - |
| XYZ | 40.8 | 19.56 | 70.03 | - |
| YUV | 90.35 | 201.74 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 221 | 0.03 | 0.99 | 0 | 0.13 | 298.08 | 0.98 | 0.44 |
| Hex | D6 | 2 | DD | 3 | 63 | 0 | D | 12A | 62 | 2C |
| Octal | 326 | 2 | 335 | 3 | 143 | 0 | 15 | 452 | 142 | 54 |
| Binary | 11010110 | 10 | 11011101 | 11 | 1100011 | 0 | 1101 | 100101010 | 1100010 | 101100 |
Color Harmonies of #D602DD
Complementary color
Monochromatic Colors of #D602DD
Black with #D602DD
Text Example
Text Example
White with #D602DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D602DD; }
p { color: rgb(214,2,221); }
H1.HeaderClassName
{
color: #D602DD;
}
.AnyTagClassName
{
color: #D602DD;
}
</style>
background-color css
<style>
a { background-color: #D602DD; }
a { background-color: rgb(214,2,221); }
div.DivClassName
{
background-color: #D602DD;
}
.BgClassName
{
background-color: #D602DD;
}
</style>
border-color css
<style>
span { border-color: #D602DD; }
span { border-color: rgb(214,2,221); }
td.TdClassName
{
border-color: #D602DD;
}
.TagClassName
{
border-color: #D602DD;
}
</style>