Shades of Medium Violet Red #D8047A
Tints of Medium Violet Red #D8047A
RGB
CMYK
RGB Variations
Color information
#D8047A (or 0xD8047A) is known color: Medium Violet Red. HEX triplet: D8, 04 and 7A. RGB value is (216,4,122). Sum of RGB (Red+Green+Blue) = 216+4+122=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D8047A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8047A is #27FB85. Grayscale: #505050. Windows color (decimal): -2620294 or 7996632. OLE color: 7996632.
HSL color Cylindrical-coordinate representation of color #D8047A: hue angle of 326.6º 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 #D8047A is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 122 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.15 |
| HSL | 326.6º | 0.96% | 0.43% | - |
| HSV(B) | 326.6º | 0.98% | 0.85% | - |
| XYZ | 31.88 | 16.09 | 19.84 | - |
| YUV | 80.84 | 151.24 | 224.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 122 | 0 | 0.98 | 0.44 | 0.15 | 326.6 | 0.96 | 0.43 |
| Hex | D8 | 4 | 7A | 0 | 62 | 2C | F | 147 | 60 | 2B |
| Octal | 330 | 4 | 172 | 0 | 142 | 54 | 17 | 507 | 140 | 53 |
| Binary | 11011000 | 100 | 1111010 | 0 | 1100010 | 101100 | 1111 | 101000111 | 1100000 | 101011 |
Color Harmonies of #D8047A
Complementary color
Monochromatic Colors of #D8047A
Black with #D8047A
Text Example
Text Example
White with #D8047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8047A; }
p { color: rgb(216,4,122); }
H1.HeaderClassName
{
color: #D8047A;
}
.AnyTagClassName
{
color: #D8047A;
}
</style>
background-color css
<style>
a { background-color: #D8047A; }
a { background-color: rgb(216,4,122); }
div.DivClassName
{
background-color: #D8047A;
}
.BgClassName
{
background-color: #D8047A;
}
</style>
border-color css
<style>
span { border-color: #D8047A; }
span { border-color: rgb(216,4,122); }
td.TdClassName
{
border-color: #D8047A;
}
.TagClassName
{
border-color: #D8047A;
}
</style>