Shades of Deep Magenta #D804BD
Tints of Deep Magenta #D804BD
RGB
CMYK
RGB Variations
Color information
#D804BD (or 0xD804BD) is known color: Deep Magenta. HEX triplet: D8, 04 and BD. RGB value is (216,4,189). Sum of RGB (Red+Green+Blue) = 216+4+189=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 4 (1.95% from 255 or 0.98% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D804BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D804BD is #27FB42. Grayscale: #575757. Windows color (decimal): -2620227 or 12387544. OLE color: 12387544.
HSL color Cylindrical-coordinate representation of color #D804BD: hue angle of 307.64º 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 #D804BD is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 189 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.15 |
| HSL | 307.64º | 0.96% | 0.43% | - |
| HSV(B) | 307.64º | 0.98% | 0.85% | - |
| XYZ | 37.55 | 18.36 | 49.71 | - |
| YUV | 88.48 | 184.74 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 189 | 0 | 0.98 | 0.12 | 0.15 | 307.64 | 0.96 | 0.43 |
| Hex | D8 | 4 | BD | 0 | 62 | C | F | 134 | 60 | 2B |
| Octal | 330 | 4 | 275 | 0 | 142 | 14 | 17 | 464 | 140 | 53 |
| Binary | 11011000 | 100 | 10111101 | 0 | 1100010 | 1100 | 1111 | 100110100 | 1100000 | 101011 |
Color Harmonies of #D804BD
Complementary color
Monochromatic Colors of #D804BD
Black with #D804BD
Text Example
Text Example
White with #D804BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D804BD; }
p { color: rgb(216,4,189); }
H1.HeaderClassName
{
color: #D804BD;
}
.AnyTagClassName
{
color: #D804BD;
}
</style>
background-color css
<style>
a { background-color: #D804BD; }
a { background-color: rgb(216,4,189); }
div.DivClassName
{
background-color: #D804BD;
}
.BgClassName
{
background-color: #D804BD;
}
</style>
border-color css
<style>
span { border-color: #D804BD; }
span { border-color: rgb(216,4,189); }
td.TdClassName
{
border-color: #D804BD;
}
.TagClassName
{
border-color: #D804BD;
}
</style>