Shades of Medium Violet Red #D9057F
Tints of Medium Violet Red #D9057F
RGB
CMYK
RGB Variations
Color information
#D9057F (or 0xD9057F) is known color: Medium Violet Red. HEX triplet: D9, 05 and 7F. RGB value is (217,5,127). Sum of RGB (Red+Green+Blue) = 217+5+127=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D9057F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9057F is #26FA80. Grayscale: #525252. Windows color (decimal): -2554497 or 8324569. OLE color: 8324569.
HSL color Cylindrical-coordinate representation of color #D9057F: hue angle of 325.47º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D9057F is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 127 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.15 |
| HSL | 325.47º | 0.95% | 0.44% | - |
| HSV(B) | 325.47º | 0.98% | 0.85% | - |
| XYZ | 32.5 | 16.39 | 21.53 | - |
| YUV | 82.3 | 153.24 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 127 | 0 | 0.98 | 0.41 | 0.15 | 325.47 | 0.95 | 0.44 |
| Hex | D9 | 5 | 7F | 0 | 62 | 29 | F | 145 | 5F | 2C |
| Octal | 331 | 5 | 177 | 0 | 142 | 51 | 17 | 505 | 137 | 54 |
| Binary | 11011001 | 101 | 1111111 | 0 | 1100010 | 101001 | 1111 | 101000101 | 1011111 | 101100 |
Color Harmonies of #D9057F
Complementary color
Monochromatic Colors of #D9057F
Black with #D9057F
Text Example
Text Example
White with #D9057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9057F; }
p { color: rgb(217,5,127); }
H1.HeaderClassName
{
color: #D9057F;
}
.AnyTagClassName
{
color: #D9057F;
}
</style>
background-color css
<style>
a { background-color: #D9057F; }
a { background-color: rgb(217,5,127); }
div.DivClassName
{
background-color: #D9057F;
}
.BgClassName
{
background-color: #D9057F;
}
</style>
border-color css
<style>
span { border-color: #D9057F; }
span { border-color: rgb(217,5,127); }
td.TdClassName
{
border-color: #D9057F;
}
.TagClassName
{
border-color: #D9057F;
}
</style>