Shades of Medium Violet Red #D60477
Tints of Medium Violet Red #D60477
RGB
CMYK
RGB Variations
Color information
#D60477 (or 0xD60477) is known color: Medium Violet Red. HEX triplet: D6, 04 and 77. RGB value is (214,4,119). Sum of RGB (Red+Green+Blue) = 214+4+119=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D60477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60477 is #29FB88. Grayscale: #4F4F4F. Windows color (decimal): -2751369 or 7800022. OLE color: 7800022.
HSL color Cylindrical-coordinate representation of color #D60477: hue angle of 327.14º 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 #D60477 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 119 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.16 |
| HSL | 327.14º | 0.96% | 0.43% | - |
| HSV(B) | 327.14º | 0.98% | 0.84% | - |
| XYZ | 31.1 | 15.71 | 18.85 | - |
| YUV | 79.9 | 150.07 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 119 | 0 | 0.98 | 0.44 | 0.16 | 327.14 | 0.96 | 0.43 |
| Hex | D6 | 4 | 77 | 0 | 62 | 2C | 10 | 147 | 60 | 2B |
| Octal | 326 | 4 | 167 | 0 | 142 | 54 | 20 | 507 | 140 | 53 |
| Binary | 11010110 | 100 | 1110111 | 0 | 1100010 | 101100 | 10000 | 101000111 | 1100000 | 101011 |
Color Harmonies of #D60477
Complementary color
Monochromatic Colors of #D60477
Black with #D60477
Text Example
Text Example
White with #D60477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60477; }
p { color: rgb(214,4,119); }
H1.HeaderClassName
{
color: #D60477;
}
.AnyTagClassName
{
color: #D60477;
}
</style>
background-color css
<style>
a { background-color: #D60477; }
a { background-color: rgb(214,4,119); }
div.DivClassName
{
background-color: #D60477;
}
.BgClassName
{
background-color: #D60477;
}
</style>
border-color css
<style>
span { border-color: #D60477; }
span { border-color: rgb(214,4,119); }
td.TdClassName
{
border-color: #D60477;
}
.TagClassName
{
border-color: #D60477;
}
</style>