Shades of Medium Violet Red #D91692
Tints of Medium Violet Red #D91692
RGB
CMYK
RGB Variations
Color information
#D91692 (or 0xD91692) is known color: Medium Violet Red. HEX triplet: D9, 16 and 92. RGB value is (217,22,146). Sum of RGB (Red+Green+Blue) = 217+22+146=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D91692 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91692 is #26E96D. Grayscale: #5E5E5E. Windows color (decimal): -2550126 or 9574105. OLE color: 9574105.
HSL color Cylindrical-coordinate representation of color #D91692: hue angle of 321.85º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D91692 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 146 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.15 |
| HSL | 321.85º | 0.82% | 0.47% | - |
| HSV(B) | 321.85º | 0.9% | 0.85% | - |
| XYZ | 34.09 | 17.4 | 28.76 | - |
| YUV | 94.44 | 157.1 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 146 | 0 | 0.90 | 0.33 | 0.15 | 321.85 | 0.82 | 0.47 |
| Hex | D9 | 16 | 92 | 0 | 5A | 21 | F | 142 | 52 | 2F |
| Octal | 331 | 26 | 222 | 0 | 132 | 41 | 17 | 502 | 122 | 57 |
| Binary | 11011001 | 10110 | 10010010 | 0 | 1011010 | 100001 | 1111 | 101000010 | 1010010 | 101111 |
Color Harmonies of #D91692
Complementary color
Monochromatic Colors of #D91692
Black with #D91692
Text Example
Text Example
White with #D91692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91692; }
p { color: rgb(217,22,146); }
H1.HeaderClassName
{
color: #D91692;
}
.AnyTagClassName
{
color: #D91692;
}
</style>
background-color css
<style>
a { background-color: #D91692; }
a { background-color: rgb(217,22,146); }
div.DivClassName
{
background-color: #D91692;
}
.BgClassName
{
background-color: #D91692;
}
</style>
border-color css
<style>
span { border-color: #D91692; }
span { border-color: rgb(217,22,146); }
td.TdClassName
{
border-color: #D91692;
}
.TagClassName
{
border-color: #D91692;
}
</style>