Shades of Deep Magenta #D802C7
Tints of Deep Magenta #D802C7
RGB
CMYK
RGB Variations
Color information
#D802C7 (or 0xD802C7) is known color: Deep Magenta. HEX triplet: D8, 02 and C7. RGB value is (216,2,199). Sum of RGB (Red+Green+Blue) = 216+2+199=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 199 (78.12% from 255 or 47.72% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D802C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D802C7 is #27FD38. Grayscale: #575757. Windows color (decimal): -2620729 or 13042392. OLE color: 13042392.
HSL color Cylindrical-coordinate representation of color #D802C7: hue angle of 304.77º 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 #D802C7 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 199 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.15 |
| HSL | 304.77º | 0.98% | 0.43% | - |
| HSV(B) | 304.77º | 0.99% | 0.85% | - |
| XYZ | 38.65 | 18.77 | 55.62 | - |
| YUV | 88.44 | 190.4 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 199 | 0 | 0.99 | 0.08 | 0.15 | 304.77 | 0.98 | 0.43 |
| Hex | D8 | 2 | C7 | 0 | 63 | 8 | F | 131 | 62 | 2B |
| Octal | 330 | 2 | 307 | 0 | 143 | 10 | 17 | 461 | 142 | 53 |
| Binary | 11011000 | 10 | 11000111 | 0 | 1100011 | 1000 | 1111 | 100110001 | 1100010 | 101011 |
Color Harmonies of #D802C7
Complementary color
Monochromatic Colors of #D802C7
Black with #D802C7
Text Example
Text Example
White with #D802C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D802C7; }
p { color: rgb(216,2,199); }
H1.HeaderClassName
{
color: #D802C7;
}
.AnyTagClassName
{
color: #D802C7;
}
</style>
background-color css
<style>
a { background-color: #D802C7; }
a { background-color: rgb(216,2,199); }
div.DivClassName
{
background-color: #D802C7;
}
.BgClassName
{
background-color: #D802C7;
}
</style>
border-color css
<style>
span { border-color: #D802C7; }
span { border-color: rgb(216,2,199); }
td.TdClassName
{
border-color: #D802C7;
}
.TagClassName
{
border-color: #D802C7;
}
</style>