Shades of Medium Violet Red #D91BA4
Tints of Medium Violet Red #D91BA4
RGB
CMYK
RGB Variations
Color information
#D91BA4 (or 0xD91BA4) is known color: Medium Violet Red. HEX triplet: D9, 1B and A4. RGB value is (217,27,164). Sum of RGB (Red+Green+Blue) = 217+27+164=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 27 (10.94% from 255 or 6.62% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D91BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91BA4 is #26E45B. Grayscale: #636363. Windows color (decimal): -2548828 or 10755033. OLE color: 10755033.
HSL color Cylindrical-coordinate representation of color #D91BA4: hue angle of 316.74º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91BA4 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 27 | 164 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.15 |
| HSL | 316.74º | 0.78% | 0.48% | - |
| HSV(B) | 316.74º | 0.88% | 0.85% | - |
| XYZ | 35.71 | 18.22 | 36.76 | - |
| YUV | 99.43 | 164.45 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 27 | 164 | 0 | 0.88 | 0.24 | 0.15 | 316.74 | 0.78 | 0.48 |
| Hex | D9 | 1B | A4 | 0 | 58 | 18 | F | 13D | 4E | 30 |
| Octal | 331 | 33 | 244 | 0 | 130 | 30 | 17 | 475 | 116 | 60 |
| Binary | 11011001 | 11011 | 10100100 | 0 | 1011000 | 11000 | 1111 | 100111101 | 1001110 | 110000 |
Color Harmonies of #D91BA4
Complementary color
Monochromatic Colors of #D91BA4
Black with #D91BA4
Text Example
Text Example
White with #D91BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91BA4; }
p { color: rgb(217,27,164); }
H1.HeaderClassName
{
color: #D91BA4;
}
.AnyTagClassName
{
color: #D91BA4;
}
</style>
background-color css
<style>
a { background-color: #D91BA4; }
a { background-color: rgb(217,27,164); }
div.DivClassName
{
background-color: #D91BA4;
}
.BgClassName
{
background-color: #D91BA4;
}
</style>
border-color css
<style>
span { border-color: #D91BA4; }
span { border-color: rgb(217,27,164); }
td.TdClassName
{
border-color: #D91BA4;
}
.TagClassName
{
border-color: #D91BA4;
}
</style>