Shades of Medium Violet Red #D21777
Tints of Medium Violet Red #D21777
RGB
CMYK
RGB Variations
Color information
#D21777 (or 0xD21777) is known color: Medium Violet Red. HEX triplet: D2, 17 and 77. RGB value is (210,23,119). Sum of RGB (Red+Green+Blue) = 210+23+119=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D21777 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21777 is #2DE888. Grayscale: #595959. Windows color (decimal): -3008649 or 7804882. OLE color: 7804882.
HSL color Cylindrical-coordinate representation of color #D21777: hue angle of 329.2º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21777 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 119 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.18 |
| HSL | 329.2º | 0.8% | 0.46% | - |
| HSV(B) | 329.2º | 0.89% | 0.82% | - |
| XYZ | 30.21 | 15.65 | 18.88 | - |
| YUV | 89.86 | 144.45 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 119 | 0 | 0.89 | 0.43 | 0.18 | 329.2 | 0.8 | 0.46 |
| Hex | D2 | 17 | 77 | 0 | 59 | 2B | 12 | 149 | 50 | 2E |
| Octal | 322 | 27 | 167 | 0 | 131 | 53 | 22 | 511 | 120 | 56 |
| Binary | 11010010 | 10111 | 1110111 | 0 | 1011001 | 101011 | 10010 | 101001001 | 1010000 | 101110 |
Color Harmonies of #D21777
Complementary color
Monochromatic Colors of #D21777
Black with #D21777
Text Example
Text Example
White with #D21777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21777; }
p { color: rgb(210,23,119); }
H1.HeaderClassName
{
color: #D21777;
}
.AnyTagClassName
{
color: #D21777;
}
</style>
background-color css
<style>
a { background-color: #D21777; }
a { background-color: rgb(210,23,119); }
div.DivClassName
{
background-color: #D21777;
}
.BgClassName
{
background-color: #D21777;
}
</style>
border-color css
<style>
span { border-color: #D21777; }
span { border-color: rgb(210,23,119); }
td.TdClassName
{
border-color: #D21777;
}
.TagClassName
{
border-color: #D21777;
}
</style>