Shades of Medium Violet Red #D90695
Tints of Medium Violet Red #D90695
RGB
CMYK
RGB Variations
Color information
#D90695 (or 0xD90695) is known color: Medium Violet Red. HEX triplet: D9, 06 and 95. RGB value is (217,6,149). Sum of RGB (Red+Green+Blue) = 217+6+149=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 6 (2.73% from 255 or 1.61% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D90695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90695 is #26F96A. Grayscale: #555555. Windows color (decimal): -2554219 or 9766617. OLE color: 9766617.
HSL color Cylindrical-coordinate representation of color #D90695: hue angle of 319.34º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D90695 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 149 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.15 |
| HSL | 319.34º | 0.95% | 0.44% | - |
| HSV(B) | 319.34º | 0.97% | 0.85% | - |
| XYZ | 34.11 | 17.05 | 29.93 | - |
| YUV | 85.39 | 163.9 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 149 | 0 | 0.97 | 0.31 | 0.15 | 319.34 | 0.95 | 0.44 |
| Hex | D9 | 6 | 95 | 0 | 61 | 1F | F | 13F | 5F | 2C |
| Octal | 331 | 6 | 225 | 0 | 141 | 37 | 17 | 477 | 137 | 54 |
| Binary | 11011001 | 110 | 10010101 | 0 | 1100001 | 11111 | 1111 | 100111111 | 1011111 | 101100 |
Color Harmonies of #D90695
Complementary color
Monochromatic Colors of #D90695
Black with #D90695
Text Example
Text Example
White with #D90695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90695; }
p { color: rgb(217,6,149); }
H1.HeaderClassName
{
color: #D90695;
}
.AnyTagClassName
{
color: #D90695;
}
</style>
background-color css
<style>
a { background-color: #D90695; }
a { background-color: rgb(217,6,149); }
div.DivClassName
{
background-color: #D90695;
}
.BgClassName
{
background-color: #D90695;
}
</style>
border-color css
<style>
span { border-color: #D90695; }
span { border-color: rgb(217,6,149); }
td.TdClassName
{
border-color: #D90695;
}
.TagClassName
{
border-color: #D90695;
}
</style>