Shades of Medium Violet Red #D024AB
Tints of Medium Violet Red #D024AB
RGB
CMYK
RGB Variations
Color information
#D024AB (or 0xD024AB) is known color: Medium Violet Red. HEX triplet: D0, 24 and AB. RGB value is (208,36,171). Sum of RGB (Red+Green+Blue) = 208+36+171=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D024AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D024AB is #2FDB54. Grayscale: #666666. Windows color (decimal): -3136341 or 11216080. OLE color: 11216080.
HSL color Cylindrical-coordinate representation of color #D024AB: hue angle of 312.91º 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 #D024AB is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 171 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.18 |
| HSL | 312.91º | 0.7% | 0.48% | - |
| HSV(B) | 312.91º | 0.83% | 0.82% | - |
| XYZ | 33.99 | 17.61 | 40.14 | - |
| YUV | 102.82 | 166.48 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 171 | 0 | 0.83 | 0.18 | 0.18 | 312.91 | 0.7 | 0.48 |
| Hex | D0 | 24 | AB | 0 | 53 | 12 | 12 | 139 | 46 | 30 |
| Octal | 320 | 44 | 253 | 0 | 123 | 22 | 22 | 471 | 106 | 60 |
| Binary | 11010000 | 100100 | 10101011 | 0 | 1010011 | 10010 | 10010 | 100111001 | 1000110 | 110000 |
Color Harmonies of #D024AB
Complementary color
Monochromatic Colors of #D024AB
Black with #D024AB
Text Example
Text Example
White with #D024AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D024AB; }
p { color: rgb(208,36,171); }
H1.HeaderClassName
{
color: #D024AB;
}
.AnyTagClassName
{
color: #D024AB;
}
</style>
background-color css
<style>
a { background-color: #D024AB; }
a { background-color: rgb(208,36,171); }
div.DivClassName
{
background-color: #D024AB;
}
.BgClassName
{
background-color: #D024AB;
}
</style>
border-color css
<style>
span { border-color: #D024AB; }
span { border-color: rgb(208,36,171); }
td.TdClassName
{
border-color: #D024AB;
}
.TagClassName
{
border-color: #D024AB;
}
</style>