Shades of Medium Violet Red #D91284
Tints of Medium Violet Red #D91284
RGB
CMYK
RGB Variations
Color information
#D91284 (or 0xD91284) is known color: Medium Violet Red. HEX triplet: D9, 12 and 84. RGB value is (217,18,132). Sum of RGB (Red+Green+Blue) = 217+18+132=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D91284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91284 is #26ED7B. Grayscale: #5A5A5A. Windows color (decimal): -2551164 or 8655577. OLE color: 8655577.
HSL color Cylindrical-coordinate representation of color #D91284: hue angle of 325.63º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D91284 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 132 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.15 |
| HSL | 325.63º | 0.85% | 0.46% | - |
| HSV(B) | 325.63º | 0.92% | 0.85% | - |
| XYZ | 33 | 16.85 | 23.34 | - |
| YUV | 90.5 | 151.43 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 132 | 0 | 0.92 | 0.39 | 0.15 | 325.63 | 0.85 | 0.46 |
| Hex | D9 | 12 | 84 | 0 | 5C | 27 | F | 146 | 55 | 2E |
| Octal | 331 | 22 | 204 | 0 | 134 | 47 | 17 | 506 | 125 | 56 |
| Binary | 11011001 | 10010 | 10000100 | 0 | 1011100 | 100111 | 1111 | 101000110 | 1010101 | 101110 |
Color Harmonies of #D91284
Complementary color
Monochromatic Colors of #D91284
Black with #D91284
Text Example
Text Example
White with #D91284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91284; }
p { color: rgb(217,18,132); }
H1.HeaderClassName
{
color: #D91284;
}
.AnyTagClassName
{
color: #D91284;
}
</style>
background-color css
<style>
a { background-color: #D91284; }
a { background-color: rgb(217,18,132); }
div.DivClassName
{
background-color: #D91284;
}
.BgClassName
{
background-color: #D91284;
}
</style>
border-color css
<style>
span { border-color: #D91284; }
span { border-color: rgb(217,18,132); }
td.TdClassName
{
border-color: #D91284;
}
.TagClassName
{
border-color: #D91284;
}
</style>