Shades of Deep Magenta #D804CF
Tints of Deep Magenta #D804CF
RGB
CMYK
RGB Variations
Color information
#D804CF (or 0xD804CF) is known color: Deep Magenta. HEX triplet: D8, 04 and CF. RGB value is (216,4,207). Sum of RGB (Red+Green+Blue) = 216+4+207=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 4 (1.95% from 255 or 0.94% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D804CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D804CF is #27FB30. Grayscale: #595959. Windows color (decimal): -2620209 or 13567192. OLE color: 13567192.
HSL color Cylindrical-coordinate representation of color #D804CF: hue angle of 302.55º 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 #D804CF is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 207 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.15 |
| HSL | 302.55º | 0.96% | 0.43% | - |
| HSV(B) | 302.55º | 0.98% | 0.85% | - |
| XYZ | 39.62 | 19.19 | 60.65 | - |
| YUV | 90.53 | 193.74 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 207 | 0 | 0.98 | 0.04 | 0.15 | 302.55 | 0.96 | 0.43 |
| Hex | D8 | 4 | CF | 0 | 62 | 4 | F | 12F | 60 | 2B |
| Octal | 330 | 4 | 317 | 0 | 142 | 4 | 17 | 457 | 140 | 53 |
| Binary | 11011000 | 100 | 11001111 | 0 | 1100010 | 100 | 1111 | 100101111 | 1100000 | 101011 |
Color Harmonies of #D804CF
Complementary color
Monochromatic Colors of #D804CF
Black with #D804CF
Text Example
Text Example
White with #D804CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D804CF; }
p { color: rgb(216,4,207); }
H1.HeaderClassName
{
color: #D804CF;
}
.AnyTagClassName
{
color: #D804CF;
}
</style>
background-color css
<style>
a { background-color: #D804CF; }
a { background-color: rgb(216,4,207); }
div.DivClassName
{
background-color: #D804CF;
}
.BgClassName
{
background-color: #D804CF;
}
</style>
border-color css
<style>
span { border-color: #D804CF; }
span { border-color: rgb(216,4,207); }
td.TdClassName
{
border-color: #D804CF;
}
.TagClassName
{
border-color: #D804CF;
}
</style>