Shades of Medium Violet Red #D60088
Tints of Medium Violet Red #D60088
RGB
CMYK
RGB Variations
Color information
#D60088 (or 0xD60088) is known color: Medium Violet Red. HEX triplet: D6, 00 and 88. RGB value is (214,0,136). Sum of RGB (Red+Green+Blue) = 214+0+136=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D60088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60088 is #29FF77. Grayscale: #4F4F4F. Windows color (decimal): -2752376 or 8913110. OLE color: 8913110.
HSL color Cylindrical-coordinate representation of color #D60088: hue angle of 321.87º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60088 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 136 | - |
| CMYK | 0 | 1 | 0.36 | 0.16 |
| HSL | 321.87º | 1% | 0.42% | - |
| HSV(B) | 321.87º | 1% | 0.84% | - |
| XYZ | 32.18 | 16.07 | 24.7 | - |
| YUV | 79.49 | 159.9 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 136 | 0 | 1 | 0.36 | 0.16 | 321.87 | 1 | 0.42 |
| Hex | D6 | 0 | 88 | 0 | 64 | 24 | 10 | 142 | 64 | 2A |
| Octal | 326 | 0 | 210 | 0 | 144 | 44 | 20 | 502 | 144 | 52 |
| Binary | 11010110 | 0 | 10001000 | 0 | 1100100 | 100100 | 10000 | 101000010 | 1100100 | 101010 |
Color Harmonies of #D60088
Complementary color
Monochromatic Colors of #D60088
Black with #D60088
Text Example
Text Example
White with #D60088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60088; }
p { color: rgb(214,0,136); }
H1.HeaderClassName
{
color: #D60088;
}
.AnyTagClassName
{
color: #D60088;
}
</style>
background-color css
<style>
a { background-color: #D60088; }
a { background-color: rgb(214,0,136); }
div.DivClassName
{
background-color: #D60088;
}
.BgClassName
{
background-color: #D60088;
}
</style>
border-color css
<style>
span { border-color: #D60088; }
span { border-color: rgb(214,0,136); }
td.TdClassName
{
border-color: #D60088;
}
.TagClassName
{
border-color: #D60088;
}
</style>