Shades of Medium Violet Red #D0057E
Tints of Medium Violet Red #D0057E
RGB
CMYK
RGB Variations
Color information
#D0057E (or 0xD0057E) is known color: Medium Violet Red. HEX triplet: D0, 05 and 7E. RGB value is (208,5,126). Sum of RGB (Red+Green+Blue) = 208+5+126=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D0057E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0057E is #2FFA81. Grayscale: #4F4F4F. Windows color (decimal): -3144322 or 8259024. OLE color: 8259024.
HSL color Cylindrical-coordinate representation of color #D0057E: hue angle of 324.24º 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 #D0057E is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 126 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.18 |
| HSL | 324.24º | 0.95% | 0.42% | - |
| HSV(B) | 324.24º | 0.98% | 0.82% | - |
| XYZ | 29.83 | 15.02 | 21.07 | - |
| YUV | 79.49 | 154.25 | 219.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 126 | 0 | 0.98 | 0.39 | 0.18 | 324.24 | 0.95 | 0.42 |
| Hex | D0 | 5 | 7E | 0 | 62 | 27 | 12 | 144 | 5F | 2A |
| Octal | 320 | 5 | 176 | 0 | 142 | 47 | 22 | 504 | 137 | 52 |
| Binary | 11010000 | 101 | 1111110 | 0 | 1100010 | 100111 | 10010 | 101000100 | 1011111 | 101010 |
Color Harmonies of #D0057E
Complementary color
Monochromatic Colors of #D0057E
Black with #D0057E
Text Example
Text Example
White with #D0057E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0057E; }
p { color: rgb(208,5,126); }
H1.HeaderClassName
{
color: #D0057E;
}
.AnyTagClassName
{
color: #D0057E;
}
</style>
background-color css
<style>
a { background-color: #D0057E; }
a { background-color: rgb(208,5,126); }
div.DivClassName
{
background-color: #D0057E;
}
.BgClassName
{
background-color: #D0057E;
}
</style>
border-color css
<style>
span { border-color: #D0057E; }
span { border-color: rgb(208,5,126); }
td.TdClassName
{
border-color: #D0057E;
}
.TagClassName
{
border-color: #D0057E;
}
</style>