Shades of Deep Magenta #D024C7
Tints of Deep Magenta #D024C7
RGB
CMYK
RGB Variations
Color information
#D024C7 (or 0xD024C7) is known color: Deep Magenta. HEX triplet: D0, 24 and C7. RGB value is (208,36,199). Sum of RGB (Red+Green+Blue) = 208+36+199=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 36 (14.45% from 255 or 8.13% from 443); Blue value is 199 (78.12% from 255 or 44.92% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D024C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D024C7 is #2FDB38. Grayscale: #696969. Windows color (decimal): -3136313 or 13051088. OLE color: 13051088.
HSL color Cylindrical-coordinate representation of color #D024C7: hue angle of 303.14º 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 #D024C7 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 199 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.18 |
| HSL | 303.14º | 0.7% | 0.48% | - |
| HSV(B) | 303.14º | 0.83% | 0.82% | - |
| XYZ | 36.95 | 18.8 | 55.71 | - |
| YUV | 106.01 | 180.48 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 199 | 0 | 0.83 | 0.04 | 0.18 | 303.14 | 0.7 | 0.48 |
| Hex | D0 | 24 | C7 | 0 | 53 | 4 | 12 | 12F | 46 | 30 |
| Octal | 320 | 44 | 307 | 0 | 123 | 4 | 22 | 457 | 106 | 60 |
| Binary | 11010000 | 100100 | 11000111 | 0 | 1010011 | 100 | 10010 | 100101111 | 1000110 | 110000 |
Color Harmonies of #D024C7
Complementary color
Monochromatic Colors of #D024C7
Black with #D024C7
Text Example
Text Example
White with #D024C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D024C7; }
p { color: rgb(208,36,199); }
H1.HeaderClassName
{
color: #D024C7;
}
.AnyTagClassName
{
color: #D024C7;
}
</style>
background-color css
<style>
a { background-color: #D024C7; }
a { background-color: rgb(208,36,199); }
div.DivClassName
{
background-color: #D024C7;
}
.BgClassName
{
background-color: #D024C7;
}
</style>
border-color css
<style>
span { border-color: #D024C7; }
span { border-color: rgb(208,36,199); }
td.TdClassName
{
border-color: #D024C7;
}
.TagClassName
{
border-color: #D024C7;
}
</style>