Shades of Deep Magenta #D802C1
Tints of Deep Magenta #D802C1
RGB
CMYK
RGB Variations
Color information
#D802C1 (or 0xD802C1) is known color: Deep Magenta. HEX triplet: D8, 02 and C1. RGB value is (216,2,193). Sum of RGB (Red+Green+Blue) = 216+2+193=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 2 (1.17% from 255 or 0.49% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D802C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D802C1 is #27FD3E. Grayscale: #575757. Windows color (decimal): -2620735 or 12649176. OLE color: 12649176.
HSL color Cylindrical-coordinate representation of color #D802C1: hue angle of 306.45º 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 #D802C1 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 193 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.15 |
| HSL | 306.45º | 0.98% | 0.43% | - |
| HSV(B) | 306.45º | 0.99% | 0.85% | - |
| XYZ | 37.97 | 18.49 | 52.02 | - |
| YUV | 87.76 | 187.4 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 193 | 0 | 0.99 | 0.11 | 0.15 | 306.45 | 0.98 | 0.43 |
| Hex | D8 | 2 | C1 | 0 | 63 | B | F | 132 | 62 | 2B |
| Octal | 330 | 2 | 301 | 0 | 143 | 13 | 17 | 462 | 142 | 53 |
| Binary | 11011000 | 10 | 11000001 | 0 | 1100011 | 1011 | 1111 | 100110010 | 1100010 | 101011 |
Color Harmonies of #D802C1
Complementary color
Monochromatic Colors of #D802C1
Black with #D802C1
Text Example
Text Example
White with #D802C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D802C1; }
p { color: rgb(216,2,193); }
H1.HeaderClassName
{
color: #D802C1;
}
.AnyTagClassName
{
color: #D802C1;
}
</style>
background-color css
<style>
a { background-color: #D802C1; }
a { background-color: rgb(216,2,193); }
div.DivClassName
{
background-color: #D802C1;
}
.BgClassName
{
background-color: #D802C1;
}
</style>
border-color css
<style>
span { border-color: #D802C1; }
span { border-color: rgb(216,2,193); }
td.TdClassName
{
border-color: #D802C1;
}
.TagClassName
{
border-color: #D802C1;
}
</style>