Shades of Medium Violet Red #D0057A
Tints of Medium Violet Red #D0057A
RGB
CMYK
RGB Variations
Color information
#D0057A (or 0xD0057A) is known color: Medium Violet Red. HEX triplet: D0, 05 and 7A. RGB value is (208,5,122). Sum of RGB (Red+Green+Blue) = 208+5+122=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D0057A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0057A is #2FFA85. Grayscale: #4E4E4E. Windows color (decimal): -3144326 or 7996880. OLE color: 7996880.
HSL color Cylindrical-coordinate representation of color #D0057A: hue angle of 325.42º 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 #D0057A is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 122 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.18 |
| HSL | 325.42º | 0.95% | 0.42% | - |
| HSV(B) | 325.42º | 0.98% | 0.82% | - |
| XYZ | 29.58 | 14.92 | 19.73 | - |
| YUV | 79.04 | 152.25 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 122 | 0 | 0.98 | 0.41 | 0.18 | 325.42 | 0.95 | 0.42 |
| Hex | D0 | 5 | 7A | 0 | 62 | 29 | 12 | 145 | 5F | 2A |
| Octal | 320 | 5 | 172 | 0 | 142 | 51 | 22 | 505 | 137 | 52 |
| Binary | 11010000 | 101 | 1111010 | 0 | 1100010 | 101001 | 10010 | 101000101 | 1011111 | 101010 |
Color Harmonies of #D0057A
Complementary color
Monochromatic Colors of #D0057A
Black with #D0057A
Text Example
Text Example
White with #D0057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0057A; }
p { color: rgb(208,5,122); }
H1.HeaderClassName
{
color: #D0057A;
}
.AnyTagClassName
{
color: #D0057A;
}
</style>
background-color css
<style>
a { background-color: #D0057A; }
a { background-color: rgb(208,5,122); }
div.DivClassName
{
background-color: #D0057A;
}
.BgClassName
{
background-color: #D0057A;
}
</style>
border-color css
<style>
span { border-color: #D0057A; }
span { border-color: rgb(208,5,122); }
td.TdClassName
{
border-color: #D0057A;
}
.TagClassName
{
border-color: #D0057A;
}
</style>