Shades of Deep Magenta #D804CC
Tints of Deep Magenta #D804CC
RGB
CMYK
RGB Variations
Color information
#D804CC (or 0xD804CC) is known color: Deep Magenta. HEX triplet: D8, 04 and CC. RGB value is (216,4,204). Sum of RGB (Red+Green+Blue) = 216+4+204=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 4 (1.95% from 255 or 0.94% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D804CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D804CC is #27FB33. Grayscale: #595959. Windows color (decimal): -2620212 or 13370584. OLE color: 13370584.
HSL color Cylindrical-coordinate representation of color #D804CC: hue angle of 303.4º 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 #D804CC is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 204 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.15 |
| HSL | 303.4º | 0.96% | 0.43% | - |
| HSV(B) | 303.4º | 0.98% | 0.85% | - |
| XYZ | 39.26 | 19.05 | 58.73 | - |
| YUV | 90.19 | 192.24 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 204 | 0 | 0.98 | 0.06 | 0.15 | 303.4 | 0.96 | 0.43 |
| Hex | D8 | 4 | CC | 0 | 62 | 6 | F | 12F | 60 | 2B |
| Octal | 330 | 4 | 314 | 0 | 142 | 6 | 17 | 457 | 140 | 53 |
| Binary | 11011000 | 100 | 11001100 | 0 | 1100010 | 110 | 1111 | 100101111 | 1100000 | 101011 |
Color Harmonies of #D804CC
Complementary color
Monochromatic Colors of #D804CC
Black with #D804CC
Text Example
Text Example
White with #D804CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D804CC; }
p { color: rgb(216,4,204); }
H1.HeaderClassName
{
color: #D804CC;
}
.AnyTagClassName
{
color: #D804CC;
}
</style>
background-color css
<style>
a { background-color: #D804CC; }
a { background-color: rgb(216,4,204); }
div.DivClassName
{
background-color: #D804CC;
}
.BgClassName
{
background-color: #D804CC;
}
</style>
border-color css
<style>
span { border-color: #D804CC; }
span { border-color: rgb(216,4,204); }
td.TdClassName
{
border-color: #D804CC;
}
.TagClassName
{
border-color: #D804CC;
}
</style>