Shades of Medium Violet Red #D0059A
Tints of Medium Violet Red #D0059A
RGB
CMYK
RGB Variations
Color information
#D0059A (or 0xD0059A) is known color: Medium Violet Red. HEX triplet: D0, 05 and 9A. RGB value is (208,5,154). Sum of RGB (Red+Green+Blue) = 208+5+154=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D0059A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0059A is #2FFA65. Grayscale: #525252. Windows color (decimal): -3144294 or 10094032. OLE color: 10094032.
HSL color Cylindrical-coordinate representation of color #D0059A: hue angle of 315.96º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0059A is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 154 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.18 |
| HSL | 315.96º | 0.95% | 0.42% | - |
| HSV(B) | 315.96º | 0.98% | 0.82% | - |
| XYZ | 31.9 | 15.85 | 31.95 | - |
| YUV | 82.68 | 168.25 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 154 | 0 | 0.98 | 0.26 | 0.18 | 315.96 | 0.95 | 0.42 |
| Hex | D0 | 5 | 9A | 0 | 62 | 1A | 12 | 13C | 5F | 2A |
| Octal | 320 | 5 | 232 | 0 | 142 | 32 | 22 | 474 | 137 | 52 |
| Binary | 11010000 | 101 | 10011010 | 0 | 1100010 | 11010 | 10010 | 100111100 | 1011111 | 101010 |
Color Harmonies of #D0059A
Complementary color
Monochromatic Colors of #D0059A
Black with #D0059A
Text Example
Text Example
White with #D0059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0059A; }
p { color: rgb(208,5,154); }
H1.HeaderClassName
{
color: #D0059A;
}
.AnyTagClassName
{
color: #D0059A;
}
</style>
background-color css
<style>
a { background-color: #D0059A; }
a { background-color: rgb(208,5,154); }
div.DivClassName
{
background-color: #D0059A;
}
.BgClassName
{
background-color: #D0059A;
}
</style>
border-color css
<style>
span { border-color: #D0059A; }
span { border-color: rgb(208,5,154); }
td.TdClassName
{
border-color: #D0059A;
}
.TagClassName
{
border-color: #D0059A;
}
</style>