Shades of Medium Violet Red #D20992
Tints of Medium Violet Red #D20992
RGB
CMYK
RGB Variations
Color information
#D20992 (or 0xD20992) is known color: Medium Violet Red. HEX triplet: D2, 09 and 92. RGB value is (210,9,146). Sum of RGB (Red+Green+Blue) = 210+9+146=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D20992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20992 is #2DF66D. Grayscale: #545454. Windows color (decimal): -3012206 or 9570770. OLE color: 9570770.
HSL color Cylindrical-coordinate representation of color #D20992: hue angle of 319.1º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20992 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 146 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.18 |
| HSL | 319.1º | 0.92% | 0.43% | - |
| HSV(B) | 319.1º | 0.96% | 0.82% | - |
| XYZ | 31.86 | 15.97 | 28.6 | - |
| YUV | 84.72 | 162.59 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 146 | 0 | 0.96 | 0.30 | 0.18 | 319.1 | 0.92 | 0.43 |
| Hex | D2 | 9 | 92 | 0 | 60 | 1E | 12 | 13F | 5C | 2B |
| Octal | 322 | 11 | 222 | 0 | 140 | 36 | 22 | 477 | 134 | 53 |
| Binary | 11010010 | 1001 | 10010010 | 0 | 1100000 | 11110 | 10010 | 100111111 | 1011100 | 101011 |
Color Harmonies of #D20992
Complementary color
Monochromatic Colors of #D20992
Black with #D20992
Text Example
Text Example
White with #D20992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20992; }
p { color: rgb(210,9,146); }
H1.HeaderClassName
{
color: #D20992;
}
.AnyTagClassName
{
color: #D20992;
}
</style>
background-color css
<style>
a { background-color: #D20992; }
a { background-color: rgb(210,9,146); }
div.DivClassName
{
background-color: #D20992;
}
.BgClassName
{
background-color: #D20992;
}
</style>
border-color css
<style>
span { border-color: #D20992; }
span { border-color: rgb(210,9,146); }
td.TdClassName
{
border-color: #D20992;
}
.TagClassName
{
border-color: #D20992;
}
</style>