Shades of Medium Violet Red #D024AC
Tints of Medium Violet Red #D024AC
RGB
CMYK
RGB Variations
Color information
#D024AC (or 0xD024AC) is known color: Medium Violet Red. HEX triplet: D0, 24 and AC. RGB value is (208,36,172). Sum of RGB (Red+Green+Blue) = 208+36+172=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D024AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D024AC is #2FDB53. Grayscale: #666666. Windows color (decimal): -3136340 or 11281616. OLE color: 11281616.
HSL color Cylindrical-coordinate representation of color #D024AC: hue angle of 312.56º 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 #D024AC is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 172 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.18 |
| HSL | 312.56º | 0.7% | 0.48% | - |
| HSV(B) | 312.56º | 0.83% | 0.82% | - |
| XYZ | 34.09 | 17.65 | 40.64 | - |
| YUV | 102.93 | 166.98 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 172 | 0 | 0.83 | 0.17 | 0.18 | 312.56 | 0.7 | 0.48 |
| Hex | D0 | 24 | AC | 0 | 53 | 11 | 12 | 139 | 46 | 30 |
| Octal | 320 | 44 | 254 | 0 | 123 | 21 | 22 | 471 | 106 | 60 |
| Binary | 11010000 | 100100 | 10101100 | 0 | 1010011 | 10001 | 10010 | 100111001 | 1000110 | 110000 |
Color Harmonies of #D024AC
Complementary color
Monochromatic Colors of #D024AC
Black with #D024AC
Text Example
Text Example
White with #D024AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D024AC; }
p { color: rgb(208,36,172); }
H1.HeaderClassName
{
color: #D024AC;
}
.AnyTagClassName
{
color: #D024AC;
}
</style>
background-color css
<style>
a { background-color: #D024AC; }
a { background-color: rgb(208,36,172); }
div.DivClassName
{
background-color: #D024AC;
}
.BgClassName
{
background-color: #D024AC;
}
</style>
border-color css
<style>
span { border-color: #D024AC; }
span { border-color: rgb(208,36,172); }
td.TdClassName
{
border-color: #D024AC;
}
.TagClassName
{
border-color: #D024AC;
}
</style>