Shades of Deep Magenta #D602CA
Tints of Deep Magenta #D602CA
RGB
CMYK
RGB Variations
Color information
#D602CA (or 0xD602CA) is known color: Deep Magenta. HEX triplet: D6, 02 and CA. RGB value is (214,2,202). Sum of RGB (Red+Green+Blue) = 214+2+202=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 2 (1.17% from 255 or 0.48% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D602CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D602CA is #29FD35. Grayscale: #575757. Windows color (decimal): -2751798 or 13238998. OLE color: 13238998.
HSL color Cylindrical-coordinate representation of color #D602CA: hue angle of 303.4º 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 #D602CA is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 202 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.16 |
| HSL | 303.4º | 0.98% | 0.42% | - |
| HSV(B) | 303.4º | 0.99% | 0.84% | - |
| XYZ | 38.41 | 18.6 | 57.44 | - |
| YUV | 88.19 | 192.24 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 202 | 0 | 0.99 | 0.06 | 0.16 | 303.4 | 0.98 | 0.42 |
| Hex | D6 | 2 | CA | 0 | 63 | 6 | 10 | 12F | 62 | 2A |
| Octal | 326 | 2 | 312 | 0 | 143 | 6 | 20 | 457 | 142 | 52 |
| Binary | 11010110 | 10 | 11001010 | 0 | 1100011 | 110 | 10000 | 100101111 | 1100010 | 101010 |
Color Harmonies of #D602CA
Complementary color
Monochromatic Colors of #D602CA
Black with #D602CA
Text Example
Text Example
White with #D602CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D602CA; }
p { color: rgb(214,2,202); }
H1.HeaderClassName
{
color: #D602CA;
}
.AnyTagClassName
{
color: #D602CA;
}
</style>
background-color css
<style>
a { background-color: #D602CA; }
a { background-color: rgb(214,2,202); }
div.DivClassName
{
background-color: #D602CA;
}
.BgClassName
{
background-color: #D602CA;
}
</style>
border-color css
<style>
span { border-color: #D602CA; }
span { border-color: rgb(214,2,202); }
td.TdClassName
{
border-color: #D602CA;
}
.TagClassName
{
border-color: #D602CA;
}
</style>