Shades of Medium Violet Red #D60C99
Tints of Medium Violet Red #D60C99
RGB
CMYK
RGB Variations
Color information
#D60C99 (or 0xD60C99) is known color: Medium Violet Red. HEX triplet: D6, 0C and 99. RGB value is (214,12,153). Sum of RGB (Red+Green+Blue) = 214+12+153=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60C99 is #29F366. Grayscale: #585858. Windows color (decimal): -2749287 or 10030294. OLE color: 10030294.
HSL color Cylindrical-coordinate representation of color #D60C99: hue angle of 318.12º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60C99 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 153 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.16 |
| HSL | 318.12º | 0.89% | 0.44% | - |
| HSV(B) | 318.12º | 0.94% | 0.84% | - |
| XYZ | 33.61 | 16.86 | 31.62 | - |
| YUV | 88.47 | 164.42 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 153 | 0 | 0.94 | 0.29 | 0.16 | 318.12 | 0.89 | 0.44 |
| Hex | D6 | C | 99 | 0 | 5E | 1D | 10 | 13E | 59 | 2C |
| Octal | 326 | 14 | 231 | 0 | 136 | 35 | 20 | 476 | 131 | 54 |
| Binary | 11010110 | 1100 | 10011001 | 0 | 1011110 | 11101 | 10000 | 100111110 | 1011001 | 101100 |
Color Harmonies of #D60C99
Complementary color
Monochromatic Colors of #D60C99
Black with #D60C99
Text Example
Text Example
White with #D60C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60C99; }
p { color: rgb(214,12,153); }
H1.HeaderClassName
{
color: #D60C99;
}
.AnyTagClassName
{
color: #D60C99;
}
</style>
background-color css
<style>
a { background-color: #D60C99; }
a { background-color: rgb(214,12,153); }
div.DivClassName
{
background-color: #D60C99;
}
.BgClassName
{
background-color: #D60C99;
}
</style>
border-color css
<style>
span { border-color: #D60C99; }
span { border-color: rgb(214,12,153); }
td.TdClassName
{
border-color: #D60C99;
}
.TagClassName
{
border-color: #D60C99;
}
</style>