Shades of Medium Violet Red #D91492
Tints of Medium Violet Red #D91492
RGB
CMYK
RGB Variations
Color information
#D91492 (or 0xD91492) is known color: Medium Violet Red. HEX triplet: D9, 14 and 92. RGB value is (217,20,146). Sum of RGB (Red+Green+Blue) = 217+20+146=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D91492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91492 is #26EB6D. Grayscale: #5C5C5C. Windows color (decimal): -2550638 or 9573593. OLE color: 9573593.
HSL color Cylindrical-coordinate representation of color #D91492: hue angle of 321.62º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D91492 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 146 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.15 |
| HSL | 321.62º | 0.83% | 0.46% | - |
| HSV(B) | 321.62º | 0.91% | 0.85% | - |
| XYZ | 34.05 | 17.33 | 28.74 | - |
| YUV | 93.27 | 157.77 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 146 | 0 | 0.91 | 0.33 | 0.15 | 321.62 | 0.83 | 0.46 |
| Hex | D9 | 14 | 92 | 0 | 5B | 21 | F | 142 | 53 | 2E |
| Octal | 331 | 24 | 222 | 0 | 133 | 41 | 17 | 502 | 123 | 56 |
| Binary | 11011001 | 10100 | 10010010 | 0 | 1011011 | 100001 | 1111 | 101000010 | 1010011 | 101110 |
Color Harmonies of #D91492
Complementary color
Monochromatic Colors of #D91492
Black with #D91492
Text Example
Text Example
White with #D91492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91492; }
p { color: rgb(217,20,146); }
H1.HeaderClassName
{
color: #D91492;
}
.AnyTagClassName
{
color: #D91492;
}
</style>
background-color css
<style>
a { background-color: #D91492; }
a { background-color: rgb(217,20,146); }
div.DivClassName
{
background-color: #D91492;
}
.BgClassName
{
background-color: #D91492;
}
</style>
border-color css
<style>
span { border-color: #D91492; }
span { border-color: rgb(217,20,146); }
td.TdClassName
{
border-color: #D91492;
}
.TagClassName
{
border-color: #D91492;
}
</style>