Shades of Deep Magenta #D024B9
Tints of Deep Magenta #D024B9
RGB
CMYK
RGB Variations
Color information
#D024B9 (or 0xD024B9) is known color: Deep Magenta. HEX triplet: D0, 24 and B9. RGB value is (208,36,185). Sum of RGB (Red+Green+Blue) = 208+36+185=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 36 (14.45% from 255 or 8.39% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D024B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D024B9 is #2FDB46. Grayscale: #676767. Windows color (decimal): -3136327 or 12133584. OLE color: 12133584.
HSL color Cylindrical-coordinate representation of color #D024B9: hue angle of 308.02º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D024B9 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 185 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.18 |
| HSL | 308.02º | 0.7% | 0.48% | - |
| HSV(B) | 308.02º | 0.83% | 0.82% | - |
| XYZ | 35.4 | 18.17 | 47.54 | - |
| YUV | 104.41 | 173.48 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 185 | 0 | 0.83 | 0.11 | 0.18 | 308.02 | 0.7 | 0.48 |
| Hex | D0 | 24 | B9 | 0 | 53 | B | 12 | 134 | 46 | 30 |
| Octal | 320 | 44 | 271 | 0 | 123 | 13 | 22 | 464 | 106 | 60 |
| Binary | 11010000 | 100100 | 10111001 | 0 | 1010011 | 1011 | 10010 | 100110100 | 1000110 | 110000 |
Color Harmonies of #D024B9
Complementary color
Monochromatic Colors of #D024B9
Black with #D024B9
Text Example
Text Example
White with #D024B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D024B9; }
p { color: rgb(208,36,185); }
H1.HeaderClassName
{
color: #D024B9;
}
.AnyTagClassName
{
color: #D024B9;
}
</style>
background-color css
<style>
a { background-color: #D024B9; }
a { background-color: rgb(208,36,185); }
div.DivClassName
{
background-color: #D024B9;
}
.BgClassName
{
background-color: #D024B9;
}
</style>
border-color css
<style>
span { border-color: #D024B9; }
span { border-color: rgb(208,36,185); }
td.TdClassName
{
border-color: #D024B9;
}
.TagClassName
{
border-color: #D024B9;
}
</style>