Shades of Medium Violet Red #D90683
Tints of Medium Violet Red #D90683
RGB
CMYK
RGB Variations
Color information
#D90683 (or 0xD90683) is known color: Medium Violet Red. HEX triplet: D9, 06 and 83. RGB value is (217,6,131). Sum of RGB (Red+Green+Blue) = 217+6+131=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D90683 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90683 is #26F97C. Grayscale: #535353. Windows color (decimal): -2554237 or 8586969. OLE color: 8586969.
HSL color Cylindrical-coordinate representation of color #D90683: hue angle of 324.45º 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 #D90683 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 131 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.15 |
| HSL | 324.46º | 0.95% | 0.44% | - |
| HSV(B) | 324.46º | 0.97% | 0.85% | - |
| XYZ | 32.78 | 16.52 | 22.93 | - |
| YUV | 83.34 | 154.9 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 131 | 0 | 0.97 | 0.40 | 0.15 | 324.46 | 0.95 | 0.44 |
| Hex | D9 | 6 | 83 | 0 | 61 | 28 | F | 144 | 5F | 2C |
| Octal | 331 | 6 | 203 | 0 | 141 | 50 | 17 | 504 | 137 | 54 |
| Binary | 11011001 | 110 | 10000011 | 0 | 1100001 | 101000 | 1111 | 101000100 | 1011111 | 101100 |
Color Harmonies of #D90683
Complementary color
Monochromatic Colors of #D90683
Black with #D90683
Text Example
Text Example
White with #D90683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90683; }
p { color: rgb(217,6,131); }
H1.HeaderClassName
{
color: #D90683;
}
.AnyTagClassName
{
color: #D90683;
}
</style>
background-color css
<style>
a { background-color: #D90683; }
a { background-color: rgb(217,6,131); }
div.DivClassName
{
background-color: #D90683;
}
.BgClassName
{
background-color: #D90683;
}
</style>
border-color css
<style>
span { border-color: #D90683; }
span { border-color: rgb(217,6,131); }
td.TdClassName
{
border-color: #D90683;
}
.TagClassName
{
border-color: #D90683;
}
</style>