Shades of Medium Violet Red #D2097E
Tints of Medium Violet Red #D2097E
RGB
CMYK
RGB Variations
Color information
#D2097E (or 0xD2097E) is known color: Medium Violet Red. HEX triplet: D2, 09 and 7E. RGB value is (210,9,126). Sum of RGB (Red+Green+Blue) = 210+9+126=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D2097E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2097E is #2DF681. Grayscale: #525252. Windows color (decimal): -3012226 or 8260050. OLE color: 8260050.
HSL color Cylindrical-coordinate representation of color #D2097E: hue angle of 325.07º 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 #D2097E is Cyan = 0, Magento = 0.96, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 126 | - |
| CMYK | 0 | 0.96 | 0.4 | 0.18 |
| HSL | 325.07º | 0.92% | 0.43% | - |
| HSV(B) | 325.07º | 0.96% | 0.82% | - |
| XYZ | 30.44 | 15.4 | 21.11 | - |
| YUV | 82.44 | 152.59 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 126 | 0 | 0.96 | 0.4 | 0.18 | 325.07 | 0.92 | 0.43 |
| Hex | D2 | 9 | 7E | 0 | 60 | 28 | 12 | 145 | 5C | 2B |
| Octal | 322 | 11 | 176 | 0 | 140 | 50 | 22 | 505 | 134 | 53 |
| Binary | 11010010 | 1001 | 1111110 | 0 | 1100000 | 101000 | 10010 | 101000101 | 1011100 | 101011 |
Color Harmonies of #D2097E
Complementary color
Monochromatic Colors of #D2097E
Black with #D2097E
Text Example
Text Example
White with #D2097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2097E; }
p { color: rgb(210,9,126); }
H1.HeaderClassName
{
color: #D2097E;
}
.AnyTagClassName
{
color: #D2097E;
}
</style>
background-color css
<style>
a { background-color: #D2097E; }
a { background-color: rgb(210,9,126); }
div.DivClassName
{
background-color: #D2097E;
}
.BgClassName
{
background-color: #D2097E;
}
</style>
border-color css
<style>
span { border-color: #D2097E; }
span { border-color: rgb(210,9,126); }
td.TdClassName
{
border-color: #D2097E;
}
.TagClassName
{
border-color: #D2097E;
}
</style>