Shades of Medium Violet Red #DD097E
Tints of Medium Violet Red #DD097E
RGB
CMYK
RGB Variations
Color information
#DD097E (or 0xDD097E) is known color: Medium Violet Red. HEX triplet: DD, 09 and 7E. RGB value is (221,9,126). Sum of RGB (Red+Green+Blue) = 221+9+126=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD097E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD097E is #22F681. Grayscale: #555555. Windows color (decimal): -2291330 or 8260061. OLE color: 8260061.
HSL color Cylindrical-coordinate representation of color #DD097E: hue angle of 326.89º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD097E is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 126 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.13 |
| HSL | 326.89º | 0.92% | 0.45% | - |
| HSV(B) | 326.89º | 0.96% | 0.87% | - |
| XYZ | 33.68 | 17.07 | 21.26 | - |
| YUV | 85.73 | 150.74 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 126 | 0 | 0.96 | 0.43 | 0.13 | 326.89 | 0.92 | 0.45 |
| Hex | DD | 9 | 7E | 0 | 60 | 2B | D | 147 | 5C | 2D |
| Octal | 335 | 11 | 176 | 0 | 140 | 53 | 15 | 507 | 134 | 55 |
| Binary | 11011101 | 1001 | 1111110 | 0 | 1100000 | 101011 | 1101 | 101000111 | 1011100 | 101101 |
Color Harmonies of #DD097E
Complementary color
Monochromatic Colors of #DD097E
Black with #DD097E
Text Example
Text Example
White with #DD097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD097E; }
p { color: rgb(221,9,126); }
H1.HeaderClassName
{
color: #DD097E;
}
.AnyTagClassName
{
color: #DD097E;
}
</style>
background-color css
<style>
a { background-color: #DD097E; }
a { background-color: rgb(221,9,126); }
div.DivClassName
{
background-color: #DD097E;
}
.BgClassName
{
background-color: #DD097E;
}
</style>
border-color css
<style>
span { border-color: #DD097E; }
span { border-color: rgb(221,9,126); }
td.TdClassName
{
border-color: #DD097E;
}
.TagClassName
{
border-color: #DD097E;
}
</style>