Shades of Medium Violet Red #D8048C
Tints of Medium Violet Red #D8048C
RGB
CMYK
RGB Variations
Color information
#D8048C (or 0xD8048C) is known color: Medium Violet Red. HEX triplet: D8, 04 and 8C. RGB value is (216,4,140). Sum of RGB (Red+Green+Blue) = 216+4+140=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D8048C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8048C is #27FB73. Grayscale: #525252. Windows color (decimal): -2620276 or 9176280. OLE color: 9176280.
HSL color Cylindrical-coordinate representation of color #D8048C: hue angle of 321.51º 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 #D8048C is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 140 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.15 |
| HSL | 321.51º | 0.96% | 0.43% | - |
| HSV(B) | 321.51º | 0.98% | 0.85% | - |
| XYZ | 33.1 | 16.58 | 26.27 | - |
| YUV | 82.89 | 160.24 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 140 | 0 | 0.98 | 0.35 | 0.15 | 321.51 | 0.96 | 0.43 |
| Hex | D8 | 4 | 8C | 0 | 62 | 23 | F | 142 | 60 | 2B |
| Octal | 330 | 4 | 214 | 0 | 142 | 43 | 17 | 502 | 140 | 53 |
| Binary | 11011000 | 100 | 10001100 | 0 | 1100010 | 100011 | 1111 | 101000010 | 1100000 | 101011 |
Color Harmonies of #D8048C
Complementary color
Monochromatic Colors of #D8048C
Black with #D8048C
Text Example
Text Example
White with #D8048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8048C; }
p { color: rgb(216,4,140); }
H1.HeaderClassName
{
color: #D8048C;
}
.AnyTagClassName
{
color: #D8048C;
}
</style>
background-color css
<style>
a { background-color: #D8048C; }
a { background-color: rgb(216,4,140); }
div.DivClassName
{
background-color: #D8048C;
}
.BgClassName
{
background-color: #D8048C;
}
</style>
border-color css
<style>
span { border-color: #D8048C; }
span { border-color: rgb(216,4,140); }
td.TdClassName
{
border-color: #D8048C;
}
.TagClassName
{
border-color: #D8048C;
}
</style>