Shades of Medium Violet Red #D91680
Tints of Medium Violet Red #D91680
RGB
CMYK
RGB Variations
Color information
#D91680 (or 0xD91680) is known color: Medium Violet Red. HEX triplet: D9, 16 and 80. RGB value is (217,22,128). Sum of RGB (Red+Green+Blue) = 217+22+128=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D91680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91680 is #26E97F. Grayscale: #5C5C5C. Windows color (decimal): -2550144 or 8394457. OLE color: 8394457.
HSL color Cylindrical-coordinate representation of color #D91680: hue angle of 327.38º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D91680 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 128 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.15 |
| HSL | 327.38º | 0.82% | 0.47% | - |
| HSV(B) | 327.38º | 0.9% | 0.85% | - |
| XYZ | 32.8 | 16.88 | 21.95 | - |
| YUV | 92.39 | 148.1 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 128 | 0 | 0.90 | 0.41 | 0.15 | 327.38 | 0.82 | 0.47 |
| Hex | D9 | 16 | 80 | 0 | 5A | 29 | F | 147 | 52 | 2F |
| Octal | 331 | 26 | 200 | 0 | 132 | 51 | 17 | 507 | 122 | 57 |
| Binary | 11011001 | 10110 | 10000000 | 0 | 1011010 | 101001 | 1111 | 101000111 | 1010010 | 101111 |
Color Harmonies of #D91680
Complementary color
Monochromatic Colors of #D91680
Black with #D91680
Text Example
Text Example
White with #D91680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91680; }
p { color: rgb(217,22,128); }
H1.HeaderClassName
{
color: #D91680;
}
.AnyTagClassName
{
color: #D91680;
}
</style>
background-color css
<style>
a { background-color: #D91680; }
a { background-color: rgb(217,22,128); }
div.DivClassName
{
background-color: #D91680;
}
.BgClassName
{
background-color: #D91680;
}
</style>
border-color css
<style>
span { border-color: #D91680; }
span { border-color: rgb(217,22,128); }
td.TdClassName
{
border-color: #D91680;
}
.TagClassName
{
border-color: #D91680;
}
</style>