Shades of Deep Magenta #D802CF
Tints of Deep Magenta #D802CF
RGB
CMYK
RGB Variations
Color information
#D802CF (or 0xD802CF) is known color: Deep Magenta. HEX triplet: D8, 02 and CF. RGB value is (216,2,207). Sum of RGB (Red+Green+Blue) = 216+2+207=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 2 (1.17% from 255 or 0.47% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D802CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D802CF is #27FD30. Grayscale: #585858. Windows color (decimal): -2620721 or 13566680. OLE color: 13566680.
HSL color Cylindrical-coordinate representation of color #D802CF: hue angle of 302.52º 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 #D802CF is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 207 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.15 |
| HSL | 302.52º | 0.98% | 0.43% | - |
| HSV(B) | 302.52º | 0.99% | 0.85% | - |
| XYZ | 39.6 | 19.15 | 60.64 | - |
| YUV | 89.36 | 194.4 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 207 | 0 | 0.99 | 0.04 | 0.15 | 302.52 | 0.98 | 0.43 |
| Hex | D8 | 2 | CF | 0 | 63 | 4 | F | 12F | 62 | 2B |
| Octal | 330 | 2 | 317 | 0 | 143 | 4 | 17 | 457 | 142 | 53 |
| Binary | 11011000 | 10 | 11001111 | 0 | 1100011 | 100 | 1111 | 100101111 | 1100010 | 101011 |
Color Harmonies of #D802CF
Complementary color
Monochromatic Colors of #D802CF
Black with #D802CF
Text Example
Text Example
White with #D802CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D802CF; }
p { color: rgb(216,2,207); }
H1.HeaderClassName
{
color: #D802CF;
}
.AnyTagClassName
{
color: #D802CF;
}
</style>
background-color css
<style>
a { background-color: #D802CF; }
a { background-color: rgb(216,2,207); }
div.DivClassName
{
background-color: #D802CF;
}
.BgClassName
{
background-color: #D802CF;
}
</style>
border-color css
<style>
span { border-color: #D802CF; }
span { border-color: rgb(216,2,207); }
td.TdClassName
{
border-color: #D802CF;
}
.TagClassName
{
border-color: #D802CF;
}
</style>