Shades of Deep Magenta #D024B0
Tints of Deep Magenta #D024B0
RGB
CMYK
RGB Variations
Color information
#D024B0 (or 0xD024B0) is known color: Deep Magenta. HEX triplet: D0, 24 and B0. RGB value is (208,36,176). Sum of RGB (Red+Green+Blue) = 208+36+176=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D024B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D024B0 is #2FDB4F. Grayscale: #676767. Windows color (decimal): -3136336 or 11543760. OLE color: 11543760.
HSL color Cylindrical-coordinate representation of color #D024B0: hue angle of 311.16º 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 #D024B0 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 176 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.18 |
| HSL | 311.16º | 0.7% | 0.48% | - |
| HSV(B) | 311.16º | 0.83% | 0.82% | - |
| XYZ | 34.48 | 17.81 | 42.69 | - |
| YUV | 103.39 | 168.98 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 176 | 0 | 0.83 | 0.15 | 0.18 | 311.16 | 0.7 | 0.48 |
| Hex | D0 | 24 | B0 | 0 | 53 | F | 12 | 137 | 46 | 30 |
| Octal | 320 | 44 | 260 | 0 | 123 | 17 | 22 | 467 | 106 | 60 |
| Binary | 11010000 | 100100 | 10110000 | 0 | 1010011 | 1111 | 10010 | 100110111 | 1000110 | 110000 |
Color Harmonies of #D024B0
Complementary color
Monochromatic Colors of #D024B0
Black with #D024B0
Text Example
Text Example
White with #D024B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D024B0; }
p { color: rgb(208,36,176); }
H1.HeaderClassName
{
color: #D024B0;
}
.AnyTagClassName
{
color: #D024B0;
}
</style>
background-color css
<style>
a { background-color: #D024B0; }
a { background-color: rgb(208,36,176); }
div.DivClassName
{
background-color: #D024B0;
}
.BgClassName
{
background-color: #D024B0;
}
</style>
border-color css
<style>
span { border-color: #D024B0; }
span { border-color: rgb(208,36,176); }
td.TdClassName
{
border-color: #D024B0;
}
.TagClassName
{
border-color: #D024B0;
}
</style>