Shades of Medium Violet Red #D80588
Tints of Medium Violet Red #D80588
RGB
CMYK
RGB Variations
Color information
#D80588 (or 0xD80588) is known color: Medium Violet Red. HEX triplet: D8, 05 and 88. RGB value is (216,5,136). Sum of RGB (Red+Green+Blue) = 216+5+136=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D80588 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80588 is #27FA77. Grayscale: #525252. Windows color (decimal): -2620024 or 8914392. OLE color: 8914392.
HSL color Cylindrical-coordinate representation of color #D80588: hue angle of 322.75º degrees, saturation: 0.95, 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 #D80588 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 136 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.15 |
| HSL | 322.75º | 0.95% | 0.43% | - |
| HSV(B) | 322.75º | 0.98% | 0.85% | - |
| XYZ | 32.82 | 16.49 | 24.74 | - |
| YUV | 83.02 | 157.9 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 136 | 0 | 0.98 | 0.37 | 0.15 | 322.75 | 0.95 | 0.43 |
| Hex | D8 | 5 | 88 | 0 | 62 | 25 | F | 143 | 5F | 2B |
| Octal | 330 | 5 | 210 | 0 | 142 | 45 | 17 | 503 | 137 | 53 |
| Binary | 11011000 | 101 | 10001000 | 0 | 1100010 | 100101 | 1111 | 101000011 | 1011111 | 101011 |
Color Harmonies of #D80588
Complementary color
Monochromatic Colors of #D80588
Black with #D80588
Text Example
Text Example
White with #D80588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80588; }
p { color: rgb(216,5,136); }
H1.HeaderClassName
{
color: #D80588;
}
.AnyTagClassName
{
color: #D80588;
}
</style>
background-color css
<style>
a { background-color: #D80588; }
a { background-color: rgb(216,5,136); }
div.DivClassName
{
background-color: #D80588;
}
.BgClassName
{
background-color: #D80588;
}
</style>
border-color css
<style>
span { border-color: #D80588; }
span { border-color: rgb(216,5,136); }
td.TdClassName
{
border-color: #D80588;
}
.TagClassName
{
border-color: #D80588;
}
</style>