Shades of Deep Magenta #D004B0
Tints of Deep Magenta #D004B0
RGB
CMYK
RGB Variations
Color information
#D004B0 (or 0xD004B0) is known color: Deep Magenta. HEX triplet: D0, 04 and B0. RGB value is (208,4,176). Sum of RGB (Red+Green+Blue) = 208+4+176=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 4 (1.95% from 255 or 1.03% from 388); Blue value is 176 (69.14% from 255 or 45.36% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D004B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D004B0 is #2FFB4F. Grayscale: #545454. Windows color (decimal): -3144528 or 11535568. OLE color: 11535568.
HSL color Cylindrical-coordinate representation of color #D004B0: hue angle of 309.41º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D004B0 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 4 | 176 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.18 |
| HSL | 309.41º | 0.96% | 0.42% | - |
| HSV(B) | 309.41º | 0.98% | 0.82% | - |
| XYZ | 33.89 | 16.63 | 42.5 | - |
| YUV | 84.6 | 179.59 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 176 | 0 | 0.98 | 0.15 | 0.18 | 309.41 | 0.96 | 0.42 |
| Hex | D0 | 4 | B0 | 0 | 62 | F | 12 | 135 | 60 | 2A |
| Octal | 320 | 4 | 260 | 0 | 142 | 17 | 22 | 465 | 140 | 52 |
| Binary | 11010000 | 100 | 10110000 | 0 | 1100010 | 1111 | 10010 | 100110101 | 1100000 | 101010 |
Color Harmonies of #D004B0
Complementary color
Monochromatic Colors of #D004B0
Black with #D004B0
Text Example
Text Example
White with #D004B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D004B0; }
p { color: rgb(208,4,176); }
H1.HeaderClassName
{
color: #D004B0;
}
.AnyTagClassName
{
color: #D004B0;
}
</style>
background-color css
<style>
a { background-color: #D004B0; }
a { background-color: rgb(208,4,176); }
div.DivClassName
{
background-color: #D004B0;
}
.BgClassName
{
background-color: #D004B0;
}
</style>
border-color css
<style>
span { border-color: #D004B0; }
span { border-color: rgb(208,4,176); }
td.TdClassName
{
border-color: #D004B0;
}
.TagClassName
{
border-color: #D004B0;
}
</style>