Shades of Medium Violet Red #D91992
Tints of Medium Violet Red #D91992
RGB
CMYK
RGB Variations
Color information
#D91992 (or 0xD91992) is known color: Medium Violet Red. HEX triplet: D9, 19 and 92. RGB value is (217,25,146). Sum of RGB (Red+Green+Blue) = 217+25+146=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D91992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91992 is #26E66D. Grayscale: #5F5F5F. Windows color (decimal): -2549358 or 9574873. OLE color: 9574873.
HSL color Cylindrical-coordinate representation of color #D91992: hue angle of 322.19º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91992 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 25 | 146 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.15 |
| HSL | 322.19º | 0.79% | 0.47% | - |
| HSV(B) | 322.19º | 0.88% | 0.85% | - |
| XYZ | 34.15 | 17.52 | 28.78 | - |
| YUV | 96.2 | 156.11 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 146 | 0 | 0.88 | 0.33 | 0.15 | 322.19 | 0.79 | 0.47 |
| Hex | D9 | 19 | 92 | 0 | 58 | 21 | F | 142 | 4F | 2F |
| Octal | 331 | 31 | 222 | 0 | 130 | 41 | 17 | 502 | 117 | 57 |
| Binary | 11011001 | 11001 | 10010010 | 0 | 1011000 | 100001 | 1111 | 101000010 | 1001111 | 101111 |
Color Harmonies of #D91992
Complementary color
Monochromatic Colors of #D91992
Black with #D91992
Text Example
Text Example
White with #D91992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91992; }
p { color: rgb(217,25,146); }
H1.HeaderClassName
{
color: #D91992;
}
.AnyTagClassName
{
color: #D91992;
}
</style>
background-color css
<style>
a { background-color: #D91992; }
a { background-color: rgb(217,25,146); }
div.DivClassName
{
background-color: #D91992;
}
.BgClassName
{
background-color: #D91992;
}
</style>
border-color css
<style>
span { border-color: #D91992; }
span { border-color: rgb(217,25,146); }
td.TdClassName
{
border-color: #D91992;
}
.TagClassName
{
border-color: #D91992;
}
</style>