Shades of Medium Violet Red #D91081
Tints of Medium Violet Red #D91081
RGB
CMYK
RGB Variations
Color information
#D91081 (or 0xD91081) is known color: Medium Violet Red. HEX triplet: D9, 10 and 81. RGB value is (217,16,129). Sum of RGB (Red+Green+Blue) = 217+16+129=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D91081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91081 is #26EF7E. Grayscale: #585858. Windows color (decimal): -2551679 or 8458457. OLE color: 8458457.
HSL color Cylindrical-coordinate representation of color #D91081: hue angle of 326.27º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D91081 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 129 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.15 |
| HSL | 326.27º | 0.86% | 0.46% | - |
| HSV(B) | 326.27º | 0.93% | 0.85% | - |
| XYZ | 32.76 | 16.71 | 22.27 | - |
| YUV | 88.98 | 150.59 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 129 | 0 | 0.93 | 0.41 | 0.15 | 326.27 | 0.86 | 0.46 |
| Hex | D9 | 10 | 81 | 0 | 5D | 29 | F | 146 | 56 | 2E |
| Octal | 331 | 20 | 201 | 0 | 135 | 51 | 17 | 506 | 126 | 56 |
| Binary | 11011001 | 10000 | 10000001 | 0 | 1011101 | 101001 | 1111 | 101000110 | 1010110 | 101110 |
Color Harmonies of #D91081
Complementary color
Monochromatic Colors of #D91081
Black with #D91081
Text Example
Text Example
White with #D91081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91081; }
p { color: rgb(217,16,129); }
H1.HeaderClassName
{
color: #D91081;
}
.AnyTagClassName
{
color: #D91081;
}
</style>
background-color css
<style>
a { background-color: #D91081; }
a { background-color: rgb(217,16,129); }
div.DivClassName
{
background-color: #D91081;
}
.BgClassName
{
background-color: #D91081;
}
</style>
border-color css
<style>
span { border-color: #D91081; }
span { border-color: rgb(217,16,129); }
td.TdClassName
{
border-color: #D91081;
}
.TagClassName
{
border-color: #D91081;
}
</style>