Shades of Medium Violet Red #D60498
Tints of Medium Violet Red #D60498
RGB
CMYK
RGB Variations
Color information
#D60498 (or 0xD60498) is known color: Medium Violet Red. HEX triplet: D6, 04 and 98. RGB value is (214,4,152). Sum of RGB (Red+Green+Blue) = 214+4+152=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D60498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60498 is #29FB67. Grayscale: #535353. Windows color (decimal): -2751336 or 9962710. OLE color: 9962710.
HSL color Cylindrical-coordinate representation of color #D60498: hue angle of 317.71º degrees, saturation: 0.96, 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 #D60498 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 152 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.16 |
| HSL | 317.71º | 0.96% | 0.43% | - |
| HSV(B) | 317.71º | 0.98% | 0.84% | - |
| XYZ | 33.44 | 16.65 | 31.16 | - |
| YUV | 83.66 | 166.57 | 220.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 152 | 0 | 0.98 | 0.29 | 0.16 | 317.71 | 0.96 | 0.43 |
| Hex | D6 | 4 | 98 | 0 | 62 | 1D | 10 | 13E | 60 | 2B |
| Octal | 326 | 4 | 230 | 0 | 142 | 35 | 20 | 476 | 140 | 53 |
| Binary | 11010110 | 100 | 10011000 | 0 | 1100010 | 11101 | 10000 | 100111110 | 1100000 | 101011 |
Color Harmonies of #D60498
Complementary color
Monochromatic Colors of #D60498
Black with #D60498
Text Example
Text Example
White with #D60498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60498; }
p { color: rgb(214,4,152); }
H1.HeaderClassName
{
color: #D60498;
}
.AnyTagClassName
{
color: #D60498;
}
</style>
background-color css
<style>
a { background-color: #D60498; }
a { background-color: rgb(214,4,152); }
div.DivClassName
{
background-color: #D60498;
}
.BgClassName
{
background-color: #D60498;
}
</style>
border-color css
<style>
span { border-color: #D60498; }
span { border-color: rgb(214,4,152); }
td.TdClassName
{
border-color: #D60498;
}
.TagClassName
{
border-color: #D60498;
}
</style>