Shades of Medium Violet Red #D8087D
Tints of Medium Violet Red #D8087D
RGB
CMYK
RGB Variations
Color information
#D8087D (or 0xD8087D) is known color: Medium Violet Red. HEX triplet: D8, 08 and 7D. RGB value is (216,8,125). Sum of RGB (Red+Green+Blue) = 216+8+125=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D8087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8087D is #27F782. Grayscale: #535353. Windows color (decimal): -2619267 or 8194264. OLE color: 8194264.
HSL color Cylindrical-coordinate representation of color #D8087D: hue angle of 326.25º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D8087D is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 125 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.15 |
| HSL | 326.25º | 0.93% | 0.44% | - |
| HSV(B) | 326.25º | 0.96% | 0.85% | - |
| XYZ | 32.11 | 16.25 | 20.85 | - |
| YUV | 83.53 | 151.41 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 125 | 0 | 0.96 | 0.42 | 0.15 | 326.25 | 0.93 | 0.44 |
| Hex | D8 | 8 | 7D | 0 | 60 | 2A | F | 146 | 5D | 2C |
| Octal | 330 | 10 | 175 | 0 | 140 | 52 | 17 | 506 | 135 | 54 |
| Binary | 11011000 | 1000 | 1111101 | 0 | 1100000 | 101010 | 1111 | 101000110 | 1011101 | 101100 |
Color Harmonies of #D8087D
Complementary color
Monochromatic Colors of #D8087D
Black with #D8087D
Text Example
Text Example
White with #D8087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8087D; }
p { color: rgb(216,8,125); }
H1.HeaderClassName
{
color: #D8087D;
}
.AnyTagClassName
{
color: #D8087D;
}
</style>
background-color css
<style>
a { background-color: #D8087D; }
a { background-color: rgb(216,8,125); }
div.DivClassName
{
background-color: #D8087D;
}
.BgClassName
{
background-color: #D8087D;
}
</style>
border-color css
<style>
span { border-color: #D8087D; }
span { border-color: rgb(216,8,125); }
td.TdClassName
{
border-color: #D8087D;
}
.TagClassName
{
border-color: #D8087D;
}
</style>