Shades of Medium Violet Red #D60998
Tints of Medium Violet Red #D60998
RGB
CMYK
RGB Variations
Color information
#D60998 (or 0xD60998) is known color: Medium Violet Red. HEX triplet: D6, 09 and 98. RGB value is (214,9,152). Sum of RGB (Red+Green+Blue) = 214+9+152=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D60998 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60998 is #29F667. Grayscale: #565656. Windows color (decimal): -2750056 or 9963990. OLE color: 9963990.
HSL color Cylindrical-coordinate representation of color #D60998: hue angle of 318.15º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60998 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 152 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.16 |
| HSL | 318.15º | 0.92% | 0.44% | - |
| HSV(B) | 318.15º | 0.96% | 0.84% | - |
| XYZ | 33.5 | 16.76 | 31.18 | - |
| YUV | 86.6 | 164.92 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 152 | 0 | 0.96 | 0.29 | 0.16 | 318.15 | 0.92 | 0.44 |
| Hex | D6 | 9 | 98 | 0 | 60 | 1D | 10 | 13E | 5C | 2C |
| Octal | 326 | 11 | 230 | 0 | 140 | 35 | 20 | 476 | 134 | 54 |
| Binary | 11010110 | 1001 | 10011000 | 0 | 1100000 | 11101 | 10000 | 100111110 | 1011100 | 101100 |
Color Harmonies of #D60998
Complementary color
Monochromatic Colors of #D60998
Black with #D60998
Text Example
Text Example
White with #D60998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60998; }
p { color: rgb(214,9,152); }
H1.HeaderClassName
{
color: #D60998;
}
.AnyTagClassName
{
color: #D60998;
}
</style>
background-color css
<style>
a { background-color: #D60998; }
a { background-color: rgb(214,9,152); }
div.DivClassName
{
background-color: #D60998;
}
.BgClassName
{
background-color: #D60998;
}
</style>
border-color css
<style>
span { border-color: #D60998; }
span { border-color: rgb(214,9,152); }
td.TdClassName
{
border-color: #D60998;
}
.TagClassName
{
border-color: #D60998;
}
</style>