Shades of Medium Violet Red #D8057D
Tints of Medium Violet Red #D8057D
RGB
CMYK
RGB Variations
Color information
#D8057D (or 0xD8057D) is known color: Medium Violet Red. HEX triplet: D8, 05 and 7D. RGB value is (216,5,125). Sum of RGB (Red+Green+Blue) = 216+5+125=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D8057D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8057D is #27FA82. Grayscale: #515151. Windows color (decimal): -2620035 or 8193496. OLE color: 8193496.
HSL color Cylindrical-coordinate representation of color #D8057D: hue angle of 325.88º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D8057D is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 125 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.15 |
| HSL | 325.88º | 0.95% | 0.43% | - |
| HSV(B) | 325.88º | 0.98% | 0.85% | - |
| XYZ | 32.07 | 16.19 | 20.84 | - |
| YUV | 81.77 | 152.4 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 125 | 0 | 0.98 | 0.42 | 0.15 | 325.88 | 0.95 | 0.43 |
| Hex | D8 | 5 | 7D | 0 | 62 | 2A | F | 146 | 5F | 2B |
| Octal | 330 | 5 | 175 | 0 | 142 | 52 | 17 | 506 | 137 | 53 |
| Binary | 11011000 | 101 | 1111101 | 0 | 1100010 | 101010 | 1111 | 101000110 | 1011111 | 101011 |
Color Harmonies of #D8057D
Complementary color
Monochromatic Colors of #D8057D
Black with #D8057D
Text Example
Text Example
White with #D8057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8057D; }
p { color: rgb(216,5,125); }
H1.HeaderClassName
{
color: #D8057D;
}
.AnyTagClassName
{
color: #D8057D;
}
</style>
background-color css
<style>
a { background-color: #D8057D; }
a { background-color: rgb(216,5,125); }
div.DivClassName
{
background-color: #D8057D;
}
.BgClassName
{
background-color: #D8057D;
}
</style>
border-color css
<style>
span { border-color: #D8057D; }
span { border-color: rgb(216,5,125); }
td.TdClassName
{
border-color: #D8057D;
}
.TagClassName
{
border-color: #D8057D;
}
</style>