Shades of Medium Violet Red #D024A0
Tints of Medium Violet Red #D024A0
RGB
CMYK
RGB Variations
Color information
#D024A0 (or 0xD024A0) is known color: Medium Violet Red. HEX triplet: D0, 24 and A0. RGB value is (208,36,160). Sum of RGB (Red+Green+Blue) = 208+36+160=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D024A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D024A0 is #2FDB5F. Grayscale: #656565. Windows color (decimal): -3136352 or 10495184. OLE color: 10495184.
HSL color Cylindrical-coordinate representation of color #D024A0: hue angle of 316.74º 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 #D024A0 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 160 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.18 |
| HSL | 316.74º | 0.7% | 0.48% | - |
| HSV(B) | 316.74º | 0.83% | 0.82% | - |
| XYZ | 32.99 | 17.21 | 34.84 | - |
| YUV | 101.56 | 160.98 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 160 | 0 | 0.83 | 0.23 | 0.18 | 316.74 | 0.7 | 0.48 |
| Hex | D0 | 24 | A0 | 0 | 53 | 17 | 12 | 13D | 46 | 30 |
| Octal | 320 | 44 | 240 | 0 | 123 | 27 | 22 | 475 | 106 | 60 |
| Binary | 11010000 | 100100 | 10100000 | 0 | 1010011 | 10111 | 10010 | 100111101 | 1000110 | 110000 |
Color Harmonies of #D024A0
Complementary color
Monochromatic Colors of #D024A0
Black with #D024A0
Text Example
Text Example
White with #D024A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D024A0; }
p { color: rgb(208,36,160); }
H1.HeaderClassName
{
color: #D024A0;
}
.AnyTagClassName
{
color: #D024A0;
}
</style>
background-color css
<style>
a { background-color: #D024A0; }
a { background-color: rgb(208,36,160); }
div.DivClassName
{
background-color: #D024A0;
}
.BgClassName
{
background-color: #D024A0;
}
</style>
border-color css
<style>
span { border-color: #D024A0; }
span { border-color: rgb(208,36,160); }
td.TdClassName
{
border-color: #D024A0;
}
.TagClassName
{
border-color: #D024A0;
}
</style>