Shades of Deep Magenta #D602CD
Tints of Deep Magenta #D602CD
RGB
CMYK
RGB Variations
Color information
#D602CD (or 0xD602CD) is known color: Deep Magenta. HEX triplet: D6, 02 and CD. RGB value is (214,2,205). Sum of RGB (Red+Green+Blue) = 214+2+205=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 2 (1.17% from 255 or 0.48% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D602CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D602CD is #29FD32. Grayscale: #575757. Windows color (decimal): -2751795 or 13435606. OLE color: 13435606.
HSL color Cylindrical-coordinate representation of color #D602CD: hue angle of 302.55º 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 #D602CD is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 205 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.16 |
| HSL | 302.55º | 0.98% | 0.42% | - |
| HSV(B) | 302.55º | 0.99% | 0.84% | - |
| XYZ | 38.77 | 18.75 | 59.33 | - |
| YUV | 88.53 | 193.74 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 205 | 0 | 0.99 | 0.04 | 0.16 | 302.55 | 0.98 | 0.42 |
| Hex | D6 | 2 | CD | 0 | 63 | 4 | 10 | 12F | 62 | 2A |
| Octal | 326 | 2 | 315 | 0 | 143 | 4 | 20 | 457 | 142 | 52 |
| Binary | 11010110 | 10 | 11001101 | 0 | 1100011 | 100 | 10000 | 100101111 | 1100010 | 101010 |
Color Harmonies of #D602CD
Complementary color
Monochromatic Colors of #D602CD
Black with #D602CD
Text Example
Text Example
White with #D602CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D602CD; }
p { color: rgb(214,2,205); }
H1.HeaderClassName
{
color: #D602CD;
}
.AnyTagClassName
{
color: #D602CD;
}
</style>
background-color css
<style>
a { background-color: #D602CD; }
a { background-color: rgb(214,2,205); }
div.DivClassName
{
background-color: #D602CD;
}
.BgClassName
{
background-color: #D602CD;
}
</style>
border-color css
<style>
span { border-color: #D602CD; }
span { border-color: rgb(214,2,205); }
td.TdClassName
{
border-color: #D602CD;
}
.TagClassName
{
border-color: #D602CD;
}
</style>