Shades of Deep Magenta #D004BE
Tints of Deep Magenta #D004BE
RGB
CMYK
RGB Variations
Color information
#D004BE (or 0xD004BE) is known color: Deep Magenta. HEX triplet: D0, 04 and BE. RGB value is (208,4,190). Sum of RGB (Red+Green+Blue) = 208+4+190=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 4 (1.95% from 255 or 1.00% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D004BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D004BE is #2FFB41. Grayscale: #555555. Windows color (decimal): -3144514 or 12453072. OLE color: 12453072.
HSL color Cylindrical-coordinate representation of color #D004BE: hue angle of 305.29º 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 #D004BE is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 4 | 190 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.18 |
| HSL | 305.29º | 0.96% | 0.42% | - |
| HSV(B) | 305.29º | 0.98% | 0.82% | - |
| XYZ | 35.35 | 17.21 | 50.17 | - |
| YUV | 86.2 | 186.59 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 190 | 0 | 0.98 | 0.09 | 0.18 | 305.29 | 0.96 | 0.42 |
| Hex | D0 | 4 | BE | 0 | 62 | 9 | 12 | 131 | 60 | 2A |
| Octal | 320 | 4 | 276 | 0 | 142 | 11 | 22 | 461 | 140 | 52 |
| Binary | 11010000 | 100 | 10111110 | 0 | 1100010 | 1001 | 10010 | 100110001 | 1100000 | 101010 |
Color Harmonies of #D004BE
Complementary color
Monochromatic Colors of #D004BE
Black with #D004BE
Text Example
Text Example
White with #D004BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D004BE; }
p { color: rgb(208,4,190); }
H1.HeaderClassName
{
color: #D004BE;
}
.AnyTagClassName
{
color: #D004BE;
}
</style>
background-color css
<style>
a { background-color: #D004BE; }
a { background-color: rgb(208,4,190); }
div.DivClassName
{
background-color: #D004BE;
}
.BgClassName
{
background-color: #D004BE;
}
</style>
border-color css
<style>
span { border-color: #D004BE; }
span { border-color: rgb(208,4,190); }
td.TdClassName
{
border-color: #D004BE;
}
.TagClassName
{
border-color: #D004BE;
}
</style>