Shades of Medium Violet Red #D70588
Tints of Medium Violet Red #D70588
RGB
CMYK
RGB Variations
Color information
#D70588 (or 0xD70588) is known color: Medium Violet Red. HEX triplet: D7, 05 and 88. RGB value is (215,5,136). Sum of RGB (Red+Green+Blue) = 215+5+136=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D70588 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70588 is #28FA77. Grayscale: #525252. Windows color (decimal): -2685560 or 8914391. OLE color: 8914391.
HSL color Cylindrical-coordinate representation of color #D70588: hue angle of 322.57º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D70588 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 5 | 136 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.16 |
| HSL | 322.57º | 0.95% | 0.43% | - |
| HSV(B) | 322.57º | 0.98% | 0.84% | - |
| XYZ | 32.52 | 16.33 | 24.73 | - |
| YUV | 82.72 | 158.07 | 222.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 5 | 136 | 0 | 0.98 | 0.37 | 0.16 | 322.57 | 0.95 | 0.43 |
| Hex | D7 | 5 | 88 | 0 | 62 | 25 | 10 | 143 | 5F | 2B |
| Octal | 327 | 5 | 210 | 0 | 142 | 45 | 20 | 503 | 137 | 53 |
| Binary | 11010111 | 101 | 10001000 | 0 | 1100010 | 100101 | 10000 | 101000011 | 1011111 | 101011 |
Color Harmonies of #D70588
Complementary color
Monochromatic Colors of #D70588
Black with #D70588
Text Example
Text Example
White with #D70588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70588; }
p { color: rgb(215,5,136); }
H1.HeaderClassName
{
color: #D70588;
}
.AnyTagClassName
{
color: #D70588;
}
</style>
background-color css
<style>
a { background-color: #D70588; }
a { background-color: rgb(215,5,136); }
div.DivClassName
{
background-color: #D70588;
}
.BgClassName
{
background-color: #D70588;
}
</style>
border-color css
<style>
span { border-color: #D70588; }
span { border-color: rgb(215,5,136); }
td.TdClassName
{
border-color: #D70588;
}
.TagClassName
{
border-color: #D70588;
}
</style>