Shades of Deep Magenta #D804CA
Tints of Deep Magenta #D804CA
RGB
CMYK
RGB Variations
Color information
#D804CA (or 0xD804CA) is known color: Deep Magenta. HEX triplet: D8, 04 and CA. RGB value is (216,4,202). Sum of RGB (Red+Green+Blue) = 216+4+202=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 4 (1.95% from 255 or 0.95% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D804CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D804CA is #27FB35. Grayscale: #595959. Windows color (decimal): -2620214 or 13239512. OLE color: 13239512.
HSL color Cylindrical-coordinate representation of color #D804CA: hue angle of 303.96º 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 #D804CA is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 202 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.15 |
| HSL | 303.96º | 0.96% | 0.43% | - |
| HSV(B) | 303.96º | 0.98% | 0.85% | - |
| XYZ | 39.02 | 18.95 | 57.48 | - |
| YUV | 89.96 | 191.24 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 202 | 0 | 0.98 | 0.06 | 0.15 | 303.96 | 0.96 | 0.43 |
| Hex | D8 | 4 | CA | 0 | 62 | 6 | F | 130 | 60 | 2B |
| Octal | 330 | 4 | 312 | 0 | 142 | 6 | 17 | 460 | 140 | 53 |
| Binary | 11011000 | 100 | 11001010 | 0 | 1100010 | 110 | 1111 | 100110000 | 1100000 | 101011 |
Color Harmonies of #D804CA
Complementary color
Monochromatic Colors of #D804CA
Black with #D804CA
Text Example
Text Example
White with #D804CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D804CA; }
p { color: rgb(216,4,202); }
H1.HeaderClassName
{
color: #D804CA;
}
.AnyTagClassName
{
color: #D804CA;
}
</style>
background-color css
<style>
a { background-color: #D804CA; }
a { background-color: rgb(216,4,202); }
div.DivClassName
{
background-color: #D804CA;
}
.BgClassName
{
background-color: #D804CA;
}
</style>
border-color css
<style>
span { border-color: #D804CA; }
span { border-color: rgb(216,4,202); }
td.TdClassName
{
border-color: #D804CA;
}
.TagClassName
{
border-color: #D804CA;
}
</style>