Shades of Medium Violet Red #D60588
Tints of Medium Violet Red #D60588
RGB
CMYK
RGB Variations
Color information
#D60588 (or 0xD60588) is known color: Medium Violet Red. HEX triplet: D6, 05 and 88. RGB value is (214,5,136). Sum of RGB (Red+Green+Blue) = 214+5+136=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D60588 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60588 is #29FA77. Grayscale: #525252. Windows color (decimal): -2751096 or 8914390. OLE color: 8914390.
HSL color Cylindrical-coordinate representation of color #D60588: hue angle of 322.39º 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 #D60588 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 5 | 136 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.16 |
| HSL | 322.39º | 0.95% | 0.43% | - |
| HSV(B) | 322.39º | 0.98% | 0.84% | - |
| XYZ | 32.23 | 16.18 | 24.72 | - |
| YUV | 82.43 | 158.24 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 5 | 136 | 0 | 0.98 | 0.36 | 0.16 | 322.39 | 0.95 | 0.43 |
| Hex | D6 | 5 | 88 | 0 | 62 | 24 | 10 | 142 | 5F | 2B |
| Octal | 326 | 5 | 210 | 0 | 142 | 44 | 20 | 502 | 137 | 53 |
| Binary | 11010110 | 101 | 10001000 | 0 | 1100010 | 100100 | 10000 | 101000010 | 1011111 | 101011 |
Color Harmonies of #D60588
Complementary color
Monochromatic Colors of #D60588
Black with #D60588
Text Example
Text Example
White with #D60588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60588; }
p { color: rgb(214,5,136); }
H1.HeaderClassName
{
color: #D60588;
}
.AnyTagClassName
{
color: #D60588;
}
</style>
background-color css
<style>
a { background-color: #D60588; }
a { background-color: rgb(214,5,136); }
div.DivClassName
{
background-color: #D60588;
}
.BgClassName
{
background-color: #D60588;
}
</style>
border-color css
<style>
span { border-color: #D60588; }
span { border-color: rgb(214,5,136); }
td.TdClassName
{
border-color: #D60588;
}
.TagClassName
{
border-color: #D60588;
}
</style>