Shades of Medium Violet Red #D91880
Tints of Medium Violet Red #D91880
RGB
CMYK
RGB Variations
Color information
#D91880 (or 0xD91880) is known color: Medium Violet Red. HEX triplet: D9, 18 and 80. RGB value is (217,24,128). Sum of RGB (Red+Green+Blue) = 217+24+128=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D91880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91880 is #26E77F. Grayscale: #5D5D5D. Windows color (decimal): -2549632 or 8394969. OLE color: 8394969.
HSL color Cylindrical-coordinate representation of color #D91880: hue angle of 327.67º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D91880 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 128 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.15 |
| HSL | 327.67º | 0.8% | 0.47% | - |
| HSV(B) | 327.67º | 0.89% | 0.85% | - |
| XYZ | 32.84 | 16.96 | 21.97 | - |
| YUV | 93.56 | 147.44 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 128 | 0 | 0.89 | 0.41 | 0.15 | 327.67 | 0.8 | 0.47 |
| Hex | D9 | 18 | 80 | 0 | 59 | 29 | F | 148 | 50 | 2F |
| Octal | 331 | 30 | 200 | 0 | 131 | 51 | 17 | 510 | 120 | 57 |
| Binary | 11011001 | 11000 | 10000000 | 0 | 1011001 | 101001 | 1111 | 101001000 | 1010000 | 101111 |
Color Harmonies of #D91880
Complementary color
Monochromatic Colors of #D91880
Black with #D91880
Text Example
Text Example
White with #D91880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91880; }
p { color: rgb(217,24,128); }
H1.HeaderClassName
{
color: #D91880;
}
.AnyTagClassName
{
color: #D91880;
}
</style>
background-color css
<style>
a { background-color: #D91880; }
a { background-color: rgb(217,24,128); }
div.DivClassName
{
background-color: #D91880;
}
.BgClassName
{
background-color: #D91880;
}
</style>
border-color css
<style>
span { border-color: #D91880; }
span { border-color: rgb(217,24,128); }
td.TdClassName
{
border-color: #D91880;
}
.TagClassName
{
border-color: #D91880;
}
</style>