Shades of Deep Magenta #D802CE
Tints of Deep Magenta #D802CE
RGB
CMYK
RGB Variations
Color information
#D802CE (or 0xD802CE) is known color: Deep Magenta. HEX triplet: D8, 02 and CE. RGB value is (216,2,206). Sum of RGB (Red+Green+Blue) = 216+2+206=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 2 (1.17% from 255 or 0.47% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D802CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D802CE is #27FD31. Grayscale: #585858. Windows color (decimal): -2620722 or 13501144. OLE color: 13501144.
HSL color Cylindrical-coordinate representation of color #D802CE: hue angle of 302.8º 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 #D802CE is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 206 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.15 |
| HSL | 302.8º | 0.98% | 0.43% | - |
| HSV(B) | 302.8º | 0.99% | 0.85% | - |
| XYZ | 39.48 | 19.1 | 60 | - |
| YUV | 89.24 | 193.9 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 206 | 0 | 0.99 | 0.05 | 0.15 | 302.8 | 0.98 | 0.43 |
| Hex | D8 | 2 | CE | 0 | 63 | 5 | F | 12F | 62 | 2B |
| Octal | 330 | 2 | 316 | 0 | 143 | 5 | 17 | 457 | 142 | 53 |
| Binary | 11011000 | 10 | 11001110 | 0 | 1100011 | 101 | 1111 | 100101111 | 1100010 | 101011 |
Color Harmonies of #D802CE
Complementary color
Monochromatic Colors of #D802CE
Black with #D802CE
Text Example
Text Example
White with #D802CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D802CE; }
p { color: rgb(216,2,206); }
H1.HeaderClassName
{
color: #D802CE;
}
.AnyTagClassName
{
color: #D802CE;
}
</style>
background-color css
<style>
a { background-color: #D802CE; }
a { background-color: rgb(216,2,206); }
div.DivClassName
{
background-color: #D802CE;
}
.BgClassName
{
background-color: #D802CE;
}
</style>
border-color css
<style>
span { border-color: #D802CE; }
span { border-color: rgb(216,2,206); }
td.TdClassName
{
border-color: #D802CE;
}
.TagClassName
{
border-color: #D802CE;
}
</style>