Shades of Medium Violet Red #D0057F
Tints of Medium Violet Red #D0057F
RGB
CMYK
RGB Variations
Color information
#D0057F (or 0xD0057F) is known color: Medium Violet Red. HEX triplet: D0, 05 and 7F. RGB value is (208,5,127). Sum of RGB (Red+Green+Blue) = 208+5+127=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D0057F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0057F is #2FFA80. Grayscale: #4F4F4F. Windows color (decimal): -3144321 or 8324560. OLE color: 8324560.
HSL color Cylindrical-coordinate representation of color #D0057F: hue angle of 323.94º 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 #D0057F is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 127 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.18 |
| HSL | 323.94º | 0.95% | 0.42% | - |
| HSV(B) | 323.94º | 0.98% | 0.82% | - |
| XYZ | 29.9 | 15.05 | 21.41 | - |
| YUV | 79.61 | 154.75 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 127 | 0 | 0.98 | 0.39 | 0.18 | 323.94 | 0.95 | 0.42 |
| Hex | D0 | 5 | 7F | 0 | 62 | 27 | 12 | 144 | 5F | 2A |
| Octal | 320 | 5 | 177 | 0 | 142 | 47 | 22 | 504 | 137 | 52 |
| Binary | 11010000 | 101 | 1111111 | 0 | 1100010 | 100111 | 10010 | 101000100 | 1011111 | 101010 |
Color Harmonies of #D0057F
Complementary color
Monochromatic Colors of #D0057F
Black with #D0057F
Text Example
Text Example
White with #D0057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0057F; }
p { color: rgb(208,5,127); }
H1.HeaderClassName
{
color: #D0057F;
}
.AnyTagClassName
{
color: #D0057F;
}
</style>
background-color css
<style>
a { background-color: #D0057F; }
a { background-color: rgb(208,5,127); }
div.DivClassName
{
background-color: #D0057F;
}
.BgClassName
{
background-color: #D0057F;
}
</style>
border-color css
<style>
span { border-color: #D0057F; }
span { border-color: rgb(208,5,127); }
td.TdClassName
{
border-color: #D0057F;
}
.TagClassName
{
border-color: #D0057F;
}
</style>