Shades of Deep Magenta #D802CA
Tints of Deep Magenta #D802CA
RGB
CMYK
RGB Variations
Color information
#D802CA (or 0xD802CA) is known color: Deep Magenta. HEX triplet: D8, 02 and CA. RGB value is (216,2,202). Sum of RGB (Red+Green+Blue) = 216+2+202=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 2 (1.17% from 255 or 0.48% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D802CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D802CA is #27FD35. Grayscale: #585858. Windows color (decimal): -2620726 or 13239000. OLE color: 13239000.
HSL color Cylindrical-coordinate representation of color #D802CA: hue angle of 303.93º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D802CA is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 202 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.15 |
| HSL | 303.93º | 0.98% | 0.43% | - |
| HSV(B) | 303.93º | 0.99% | 0.85% | - |
| XYZ | 39 | 18.91 | 57.47 | - |
| YUV | 88.79 | 191.9 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 202 | 0 | 0.99 | 0.06 | 0.15 | 303.93 | 0.98 | 0.43 |
| Hex | D8 | 2 | CA | 0 | 63 | 6 | F | 130 | 62 | 2B |
| Octal | 330 | 2 | 312 | 0 | 143 | 6 | 17 | 460 | 142 | 53 |
| Binary | 11011000 | 10 | 11001010 | 0 | 1100011 | 110 | 1111 | 100110000 | 1100010 | 101011 |
Color Harmonies of #D802CA
Complementary color
Monochromatic Colors of #D802CA
Black with #D802CA
Text Example
Text Example
White with #D802CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D802CA; }
p { color: rgb(216,2,202); }
H1.HeaderClassName
{
color: #D802CA;
}
.AnyTagClassName
{
color: #D802CA;
}
</style>
background-color css
<style>
a { background-color: #D802CA; }
a { background-color: rgb(216,2,202); }
div.DivClassName
{
background-color: #D802CA;
}
.BgClassName
{
background-color: #D802CA;
}
</style>
border-color css
<style>
span { border-color: #D802CA; }
span { border-color: rgb(216,2,202); }
td.TdClassName
{
border-color: #D802CA;
}
.TagClassName
{
border-color: #D802CA;
}
</style>