Shades of Medium Violet Red #DD097A
Tints of Medium Violet Red #DD097A
RGB
CMYK
RGB Variations
Color information
#DD097A (or 0xDD097A) is known color: Medium Violet Red. HEX triplet: DD, 09 and 7A. RGB value is (221,9,122). Sum of RGB (Red+Green+Blue) = 221+9+122=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD097A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD097A is #22F685. Grayscale: #555555. Windows color (decimal): -2291334 or 7997917. OLE color: 7997917.
HSL color Cylindrical-coordinate representation of color #DD097A: hue angle of 328.02º 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 #DD097A is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 122 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.13 |
| HSL | 328.02º | 0.92% | 0.45% | - |
| HSV(B) | 328.02º | 0.96% | 0.87% | - |
| XYZ | 33.43 | 16.97 | 19.93 | - |
| YUV | 85.27 | 148.74 | 224.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 122 | 0 | 0.96 | 0.45 | 0.13 | 328.02 | 0.92 | 0.45 |
| Hex | DD | 9 | 7A | 0 | 60 | 2D | D | 148 | 5C | 2D |
| Octal | 335 | 11 | 172 | 0 | 140 | 55 | 15 | 510 | 134 | 55 |
| Binary | 11011101 | 1001 | 1111010 | 0 | 1100000 | 101101 | 1101 | 101001000 | 1011100 | 101101 |
Color Harmonies of #DD097A
Complementary color
Monochromatic Colors of #DD097A
Black with #DD097A
Text Example
Text Example
White with #DD097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD097A; }
p { color: rgb(221,9,122); }
H1.HeaderClassName
{
color: #DD097A;
}
.AnyTagClassName
{
color: #DD097A;
}
</style>
background-color css
<style>
a { background-color: #DD097A; }
a { background-color: rgb(221,9,122); }
div.DivClassName
{
background-color: #DD097A;
}
.BgClassName
{
background-color: #DD097A;
}
</style>
border-color css
<style>
span { border-color: #DD097A; }
span { border-color: rgb(221,9,122); }
td.TdClassName
{
border-color: #DD097A;
}
.TagClassName
{
border-color: #DD097A;
}
</style>