Shades of Medium Violet Red #D80488
Tints of Medium Violet Red #D80488
RGB
CMYK
RGB Variations
Color information
#D80488 (or 0xD80488) is known color: Medium Violet Red. HEX triplet: D8, 04 and 88. RGB value is (216,4,136). Sum of RGB (Red+Green+Blue) = 216+4+136=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D80488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80488 is #27FB77. Grayscale: #525252. Windows color (decimal): -2620280 or 8914136. OLE color: 8914136.
HSL color Cylindrical-coordinate representation of color #D80488: hue angle of 322.64º 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 #D80488 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 136 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.15 |
| HSL | 322.64º | 0.96% | 0.43% | - |
| HSV(B) | 322.64º | 0.98% | 0.85% | - |
| XYZ | 32.81 | 16.46 | 24.74 | - |
| YUV | 82.44 | 158.24 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 136 | 0 | 0.98 | 0.37 | 0.15 | 322.64 | 0.96 | 0.43 |
| Hex | D8 | 4 | 88 | 0 | 62 | 25 | F | 143 | 60 | 2B |
| Octal | 330 | 4 | 210 | 0 | 142 | 45 | 17 | 503 | 140 | 53 |
| Binary | 11011000 | 100 | 10001000 | 0 | 1100010 | 100101 | 1111 | 101000011 | 1100000 | 101011 |
Color Harmonies of #D80488
Complementary color
Monochromatic Colors of #D80488
Black with #D80488
Text Example
Text Example
White with #D80488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80488; }
p { color: rgb(216,4,136); }
H1.HeaderClassName
{
color: #D80488;
}
.AnyTagClassName
{
color: #D80488;
}
</style>
background-color css
<style>
a { background-color: #D80488; }
a { background-color: rgb(216,4,136); }
div.DivClassName
{
background-color: #D80488;
}
.BgClassName
{
background-color: #D80488;
}
</style>
border-color css
<style>
span { border-color: #D80488; }
span { border-color: rgb(216,4,136); }
td.TdClassName
{
border-color: #D80488;
}
.TagClassName
{
border-color: #D80488;
}
</style>