Shades of Medium Violet Red #D91888
Tints of Medium Violet Red #D91888
RGB
CMYK
RGB Variations
Color information
#D91888 (or 0xD91888) is known color: Medium Violet Red. HEX triplet: D9, 18 and 88. RGB value is (217,24,136). Sum of RGB (Red+Green+Blue) = 217+24+136=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D91888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91888 is #26E777. Grayscale: #5E5E5E. Windows color (decimal): -2549624 or 8919257. OLE color: 8919257.
HSL color Cylindrical-coordinate representation of color #D91888: hue angle of 325.18º 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 #D91888 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 136 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.15 |
| HSL | 325.18º | 0.8% | 0.47% | - |
| HSV(B) | 325.18º | 0.89% | 0.85% | - |
| XYZ | 33.39 | 17.18 | 24.85 | - |
| YUV | 94.48 | 151.44 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 136 | 0 | 0.89 | 0.37 | 0.15 | 325.18 | 0.8 | 0.47 |
| Hex | D9 | 18 | 88 | 0 | 59 | 25 | F | 145 | 50 | 2F |
| Octal | 331 | 30 | 210 | 0 | 131 | 45 | 17 | 505 | 120 | 57 |
| Binary | 11011001 | 11000 | 10001000 | 0 | 1011001 | 100101 | 1111 | 101000101 | 1010000 | 101111 |
Color Harmonies of #D91888
Complementary color
Monochromatic Colors of #D91888
Black with #D91888
Text Example
Text Example
White with #D91888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91888; }
p { color: rgb(217,24,136); }
H1.HeaderClassName
{
color: #D91888;
}
.AnyTagClassName
{
color: #D91888;
}
</style>
background-color css
<style>
a { background-color: #D91888; }
a { background-color: rgb(217,24,136); }
div.DivClassName
{
background-color: #D91888;
}
.BgClassName
{
background-color: #D91888;
}
</style>
border-color css
<style>
span { border-color: #D91888; }
span { border-color: rgb(217,24,136); }
td.TdClassName
{
border-color: #D91888;
}
.TagClassName
{
border-color: #D91888;
}
</style>