Shades of Medium Violet Red #D1097C
Tints of Medium Violet Red #D1097C
RGB
CMYK
RGB Variations
Color information
#D1097C (or 0xD1097C) is known color: Medium Violet Red. HEX triplet: D1, 09 and 7C. RGB value is (209,9,124). Sum of RGB (Red+Green+Blue) = 209+9+124=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D1097C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1097C is #2EF683. Grayscale: #515151. Windows color (decimal): -3077764 or 8128977. OLE color: 8128977.
HSL color Cylindrical-coordinate representation of color #D1097C: hue angle of 325.5º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1097C is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 124 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.18 |
| HSL | 325.5º | 0.92% | 0.43% | - |
| HSV(B) | 325.5º | 0.96% | 0.82% | - |
| XYZ | 30.03 | 15.21 | 20.42 | - |
| YUV | 81.91 | 151.76 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 124 | 0 | 0.96 | 0.41 | 0.18 | 325.5 | 0.92 | 0.43 |
| Hex | D1 | 9 | 7C | 0 | 60 | 29 | 12 | 146 | 5C | 2B |
| Octal | 321 | 11 | 174 | 0 | 140 | 51 | 22 | 506 | 134 | 53 |
| Binary | 11010001 | 1001 | 1111100 | 0 | 1100000 | 101001 | 10010 | 101000110 | 1011100 | 101011 |
Color Harmonies of #D1097C
Complementary color
Monochromatic Colors of #D1097C
Black with #D1097C
Text Example
Text Example
White with #D1097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1097C; }
p { color: rgb(209,9,124); }
H1.HeaderClassName
{
color: #D1097C;
}
.AnyTagClassName
{
color: #D1097C;
}
</style>
background-color css
<style>
a { background-color: #D1097C; }
a { background-color: rgb(209,9,124); }
div.DivClassName
{
background-color: #D1097C;
}
.BgClassName
{
background-color: #D1097C;
}
</style>
border-color css
<style>
span { border-color: #D1097C; }
span { border-color: rgb(209,9,124); }
td.TdClassName
{
border-color: #D1097C;
}
.TagClassName
{
border-color: #D1097C;
}
</style>