Shades of Medium Violet Red #D91D98
Tints of Medium Violet Red #D91D98
RGB
CMYK
RGB Variations
Color information
#D91D98 (or 0xD91D98) is known color: Medium Violet Red. HEX triplet: D9, 1D and 98. RGB value is (217,29,152). Sum of RGB (Red+Green+Blue) = 217+29+152=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91D98 is #26E267. Grayscale: #626262. Windows color (decimal): -2548328 or 9969113. OLE color: 9969113.
HSL color Cylindrical-coordinate representation of color #D91D98: hue angle of 320.74º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D91D98 is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 29 | 152 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.15 |
| HSL | 320.74º | 0.76% | 0.48% | - |
| HSV(B) | 320.74º | 0.87% | 0.85% | - |
| XYZ | 34.72 | 17.9 | 31.33 | - |
| YUV | 99.23 | 157.78 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 29 | 152 | 0 | 0.87 | 0.30 | 0.15 | 320.74 | 0.76 | 0.48 |
| Hex | D9 | 1D | 98 | 0 | 57 | 1E | F | 141 | 4C | 30 |
| Octal | 331 | 35 | 230 | 0 | 127 | 36 | 17 | 501 | 114 | 60 |
| Binary | 11011001 | 11101 | 10011000 | 0 | 1010111 | 11110 | 1111 | 101000001 | 1001100 | 110000 |
Color Harmonies of #D91D98
Complementary color
Monochromatic Colors of #D91D98
Black with #D91D98
Text Example
Text Example
White with #D91D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91D98; }
p { color: rgb(217,29,152); }
H1.HeaderClassName
{
color: #D91D98;
}
.AnyTagClassName
{
color: #D91D98;
}
</style>
background-color css
<style>
a { background-color: #D91D98; }
a { background-color: rgb(217,29,152); }
div.DivClassName
{
background-color: #D91D98;
}
.BgClassName
{
background-color: #D91D98;
}
</style>
border-color css
<style>
span { border-color: #D91D98; }
span { border-color: rgb(217,29,152); }
td.TdClassName
{
border-color: #D91D98;
}
.TagClassName
{
border-color: #D91D98;
}
</style>