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