Shades of Deep Magenta #D024B2
Tints of Deep Magenta #D024B2
RGB
CMYK
RGB Variations
Color information
#D024B2 (or 0xD024B2) is known color: Deep Magenta. HEX triplet: D0, 24 and B2. RGB value is (208,36,178). Sum of RGB (Red+Green+Blue) = 208+36+178=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D024B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D024B2 is #2FDB4D. Grayscale: #676767. Windows color (decimal): -3136334 or 11674832. OLE color: 11674832.
HSL color Cylindrical-coordinate representation of color #D024B2: hue angle of 310.47º 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 #D024B2 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 178 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.18 |
| HSL | 310.47º | 0.7% | 0.48% | - |
| HSV(B) | 310.47º | 0.83% | 0.82% | - |
| XYZ | 34.68 | 17.89 | 43.74 | - |
| YUV | 103.62 | 169.98 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 178 | 0 | 0.83 | 0.14 | 0.18 | 310.47 | 0.7 | 0.48 |
| Hex | D0 | 24 | B2 | 0 | 53 | E | 12 | 136 | 46 | 30 |
| Octal | 320 | 44 | 262 | 0 | 123 | 16 | 22 | 466 | 106 | 60 |
| Binary | 11010000 | 100100 | 10110010 | 0 | 1010011 | 1110 | 10010 | 100110110 | 1000110 | 110000 |
Color Harmonies of #D024B2
Complementary color
Monochromatic Colors of #D024B2
Black with #D024B2
Text Example
Text Example
White with #D024B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D024B2; }
p { color: rgb(208,36,178); }
H1.HeaderClassName
{
color: #D024B2;
}
.AnyTagClassName
{
color: #D024B2;
}
</style>
background-color css
<style>
a { background-color: #D024B2; }
a { background-color: rgb(208,36,178); }
div.DivClassName
{
background-color: #D024B2;
}
.BgClassName
{
background-color: #D024B2;
}
</style>
border-color css
<style>
span { border-color: #D024B2; }
span { border-color: rgb(208,36,178); }
td.TdClassName
{
border-color: #D024B2;
}
.TagClassName
{
border-color: #D024B2;
}
</style>