Shades of Medium Violet Red #D5057B
Tints of Medium Violet Red #D5057B
RGB
CMYK
RGB Variations
Color information
#D5057B (or 0xD5057B) is known color: Medium Violet Red. HEX triplet: D5, 05 and 7B. RGB value is (213,5,123). Sum of RGB (Red+Green+Blue) = 213+5+123=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D5057B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5057B is #2AFA84. Grayscale: #505050. Windows color (decimal): -2816645 or 8062421. OLE color: 8062421.
HSL color Cylindrical-coordinate representation of color #D5057B: hue angle of 325.96º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D5057B is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 5 | 123 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.16 |
| HSL | 325.96º | 0.95% | 0.43% | - |
| HSV(B) | 325.96º | 0.98% | 0.84% | - |
| XYZ | 31.07 | 15.68 | 20.13 | - |
| YUV | 80.64 | 151.91 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 123 | 0 | 0.98 | 0.42 | 0.16 | 325.96 | 0.95 | 0.43 |
| Hex | D5 | 5 | 7B | 0 | 62 | 2A | 10 | 146 | 5F | 2B |
| Octal | 325 | 5 | 173 | 0 | 142 | 52 | 20 | 506 | 137 | 53 |
| Binary | 11010101 | 101 | 1111011 | 0 | 1100010 | 101010 | 10000 | 101000110 | 1011111 | 101011 |
Color Harmonies of #D5057B
Complementary color
Monochromatic Colors of #D5057B
Black with #D5057B
Text Example
Text Example
White with #D5057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5057B; }
p { color: rgb(213,5,123); }
H1.HeaderClassName
{
color: #D5057B;
}
.AnyTagClassName
{
color: #D5057B;
}
</style>
background-color css
<style>
a { background-color: #D5057B; }
a { background-color: rgb(213,5,123); }
div.DivClassName
{
background-color: #D5057B;
}
.BgClassName
{
background-color: #D5057B;
}
</style>
border-color css
<style>
span { border-color: #D5057B; }
span { border-color: rgb(213,5,123); }
td.TdClassName
{
border-color: #D5057B;
}
.TagClassName
{
border-color: #D5057B;
}
</style>