Shades of Medium Violet Red #D5057F
Tints of Medium Violet Red #D5057F
RGB
CMYK
RGB Variations
Color information
#D5057F (or 0xD5057F) is known color: Medium Violet Red. HEX triplet: D5, 05 and 7F. RGB value is (213,5,127). Sum of RGB (Red+Green+Blue) = 213+5+127=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D5057F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5057F is #2AFA80. Grayscale: #505050. Windows color (decimal): -2816641 or 8324565. OLE color: 8324565.
HSL color Cylindrical-coordinate representation of color #D5057F: hue angle of 324.81º 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 #D5057F is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 5 | 127 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.16 |
| HSL | 324.81º | 0.95% | 0.43% | - |
| HSV(B) | 324.81º | 0.98% | 0.84% | - |
| XYZ | 31.33 | 15.79 | 21.47 | - |
| YUV | 81.1 | 153.91 | 222.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 127 | 0 | 0.98 | 0.40 | 0.16 | 324.81 | 0.95 | 0.43 |
| Hex | D5 | 5 | 7F | 0 | 62 | 28 | 10 | 145 | 5F | 2B |
| Octal | 325 | 5 | 177 | 0 | 142 | 50 | 20 | 505 | 137 | 53 |
| Binary | 11010101 | 101 | 1111111 | 0 | 1100010 | 101000 | 10000 | 101000101 | 1011111 | 101011 |
Color Harmonies of #D5057F
Complementary color
Monochromatic Colors of #D5057F
Black with #D5057F
Text Example
Text Example
White with #D5057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5057F; }
p { color: rgb(213,5,127); }
H1.HeaderClassName
{
color: #D5057F;
}
.AnyTagClassName
{
color: #D5057F;
}
</style>
background-color css
<style>
a { background-color: #D5057F; }
a { background-color: rgb(213,5,127); }
div.DivClassName
{
background-color: #D5057F;
}
.BgClassName
{
background-color: #D5057F;
}
</style>
border-color css
<style>
span { border-color: #D5057F; }
span { border-color: rgb(213,5,127); }
td.TdClassName
{
border-color: #D5057F;
}
.TagClassName
{
border-color: #D5057F;
}
</style>