Shades of Medium Violet Red #D8047E
Tints of Medium Violet Red #D8047E
RGB
CMYK
RGB Variations
Color information
#D8047E (or 0xD8047E) is known color: Medium Violet Red. HEX triplet: D8, 04 and 7E. RGB value is (216,4,126). Sum of RGB (Red+Green+Blue) = 216+4+126=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D8047E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8047E is #27FB81. Grayscale: #515151. Windows color (decimal): -2620290 or 8258776. OLE color: 8258776.
HSL color Cylindrical-coordinate representation of color #D8047E: hue angle of 325.47º degrees, saturation: 0.96, 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 #D8047E is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 126 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.15 |
| HSL | 325.47º | 0.96% | 0.43% | - |
| HSV(B) | 325.47º | 0.98% | 0.85% | - |
| XYZ | 32.13 | 16.19 | 21.17 | - |
| YUV | 81.3 | 153.24 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 126 | 0 | 0.98 | 0.42 | 0.15 | 325.47 | 0.96 | 0.43 |
| Hex | D8 | 4 | 7E | 0 | 62 | 2A | F | 145 | 60 | 2B |
| Octal | 330 | 4 | 176 | 0 | 142 | 52 | 17 | 505 | 140 | 53 |
| Binary | 11011000 | 100 | 1111110 | 0 | 1100010 | 101010 | 1111 | 101000101 | 1100000 | 101011 |
Color Harmonies of #D8047E
Complementary color
Monochromatic Colors of #D8047E
Black with #D8047E
Text Example
Text Example
White with #D8047E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8047E; }
p { color: rgb(216,4,126); }
H1.HeaderClassName
{
color: #D8047E;
}
.AnyTagClassName
{
color: #D8047E;
}
</style>
background-color css
<style>
a { background-color: #D8047E; }
a { background-color: rgb(216,4,126); }
div.DivClassName
{
background-color: #D8047E;
}
.BgClassName
{
background-color: #D8047E;
}
</style>
border-color css
<style>
span { border-color: #D8047E; }
span { border-color: rgb(216,4,126); }
td.TdClassName
{
border-color: #D8047E;
}
.TagClassName
{
border-color: #D8047E;
}
</style>