Shades of Medium Violet Red #D8047F
Tints of Medium Violet Red #D8047F
RGB
CMYK
RGB Variations
Color information
#D8047F (or 0xD8047F) is known color: Medium Violet Red. HEX triplet: D8, 04 and 7F. RGB value is (216,4,127). Sum of RGB (Red+Green+Blue) = 216+4+127=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D8047F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8047F is #27FB80. Grayscale: #515151. Windows color (decimal): -2620289 or 8324312. OLE color: 8324312.
HSL color Cylindrical-coordinate representation of color #D8047F: hue angle of 325.19º 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 #D8047F is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 127 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.15 |
| HSL | 325.19º | 0.96% | 0.43% | - |
| HSV(B) | 325.19º | 0.98% | 0.85% | - |
| XYZ | 32.19 | 16.22 | 21.51 | - |
| YUV | 81.41 | 153.74 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 127 | 0 | 0.98 | 0.41 | 0.15 | 325.19 | 0.96 | 0.43 |
| Hex | D8 | 4 | 7F | 0 | 62 | 29 | F | 145 | 60 | 2B |
| Octal | 330 | 4 | 177 | 0 | 142 | 51 | 17 | 505 | 140 | 53 |
| Binary | 11011000 | 100 | 1111111 | 0 | 1100010 | 101001 | 1111 | 101000101 | 1100000 | 101011 |
Color Harmonies of #D8047F
Complementary color
Monochromatic Colors of #D8047F
Black with #D8047F
Text Example
Text Example
White with #D8047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8047F; }
p { color: rgb(216,4,127); }
H1.HeaderClassName
{
color: #D8047F;
}
.AnyTagClassName
{
color: #D8047F;
}
</style>
background-color css
<style>
a { background-color: #D8047F; }
a { background-color: rgb(216,4,127); }
div.DivClassName
{
background-color: #D8047F;
}
.BgClassName
{
background-color: #D8047F;
}
</style>
border-color css
<style>
span { border-color: #D8047F; }
span { border-color: rgb(216,4,127); }
td.TdClassName
{
border-color: #D8047F;
}
.TagClassName
{
border-color: #D8047F;
}
</style>