Shades of Deep Magenta #D804C7
Tints of Deep Magenta #D804C7
RGB
CMYK
RGB Variations
Color information
#D804C7 (or 0xD804C7) is known color: Deep Magenta. HEX triplet: D8, 04 and C7. RGB value is (216,4,199). Sum of RGB (Red+Green+Blue) = 216+4+199=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 4 (1.95% from 255 or 0.95% from 419); Blue value is 199 (78.12% from 255 or 47.49% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D804C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D804C7 is #27FB38. Grayscale: #595959. Windows color (decimal): -2620217 or 13042904. OLE color: 13042904.
HSL color Cylindrical-coordinate representation of color #D804C7: hue angle of 304.81º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D804C7 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 199 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.15 |
| HSL | 304.81º | 0.96% | 0.43% | - |
| HSV(B) | 304.81º | 0.98% | 0.85% | - |
| XYZ | 38.67 | 18.81 | 55.63 | - |
| YUV | 89.62 | 189.74 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 199 | 0 | 0.98 | 0.08 | 0.15 | 304.81 | 0.96 | 0.43 |
| Hex | D8 | 4 | C7 | 0 | 62 | 8 | F | 131 | 60 | 2B |
| Octal | 330 | 4 | 307 | 0 | 142 | 10 | 17 | 461 | 140 | 53 |
| Binary | 11011000 | 100 | 11000111 | 0 | 1100010 | 1000 | 1111 | 100110001 | 1100000 | 101011 |
Color Harmonies of #D804C7
Complementary color
Monochromatic Colors of #D804C7
Black with #D804C7
Text Example
Text Example
White with #D804C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D804C7; }
p { color: rgb(216,4,199); }
H1.HeaderClassName
{
color: #D804C7;
}
.AnyTagClassName
{
color: #D804C7;
}
</style>
background-color css
<style>
a { background-color: #D804C7; }
a { background-color: rgb(216,4,199); }
div.DivClassName
{
background-color: #D804C7;
}
.BgClassName
{
background-color: #D804C7;
}
</style>
border-color css
<style>
span { border-color: #D804C7; }
span { border-color: rgb(216,4,199); }
td.TdClassName
{
border-color: #D804C7;
}
.TagClassName
{
border-color: #D804C7;
}
</style>