Shades of Medium Violet Red #D20695
Tints of Medium Violet Red #D20695
RGB
CMYK
RGB Variations
Color information
#D20695 (or 0xD20695) is known color: Medium Violet Red. HEX triplet: D2, 06 and 95. RGB value is (210,6,149). Sum of RGB (Red+Green+Blue) = 210+6+149=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D20695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20695 is #2DF96A. Grayscale: #525252. Windows color (decimal): -3012971 or 9766610. OLE color: 9766610.
HSL color Cylindrical-coordinate representation of color #D20695: hue angle of 317.94º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D20695 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 6 | 149 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.18 |
| HSL | 317.94º | 0.94% | 0.42% | - |
| HSV(B) | 317.94º | 0.97% | 0.82% | - |
| XYZ | 32.07 | 16 | 29.83 | - |
| YUV | 83.3 | 165.09 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 6 | 149 | 0 | 0.97 | 0.29 | 0.18 | 317.94 | 0.94 | 0.42 |
| Hex | D2 | 6 | 95 | 0 | 61 | 1D | 12 | 13E | 5E | 2A |
| Octal | 322 | 6 | 225 | 0 | 141 | 35 | 22 | 476 | 136 | 52 |
| Binary | 11010010 | 110 | 10010101 | 0 | 1100001 | 11101 | 10010 | 100111110 | 1011110 | 101010 |
Color Harmonies of #D20695
Complementary color
Monochromatic Colors of #D20695
Black with #D20695
Text Example
Text Example
White with #D20695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20695; }
p { color: rgb(210,6,149); }
H1.HeaderClassName
{
color: #D20695;
}
.AnyTagClassName
{
color: #D20695;
}
</style>
background-color css
<style>
a { background-color: #D20695; }
a { background-color: rgb(210,6,149); }
div.DivClassName
{
background-color: #D20695;
}
.BgClassName
{
background-color: #D20695;
}
</style>
border-color css
<style>
span { border-color: #D20695; }
span { border-color: rgb(210,6,149); }
td.TdClassName
{
border-color: #D20695;
}
.TagClassName
{
border-color: #D20695;
}
</style>