Shades of Medium Violet Red #DD097D
Tints of Medium Violet Red #DD097D
RGB
CMYK
RGB Variations
Color information
#DD097D (or 0xDD097D) is known color: Medium Violet Red. HEX triplet: DD, 09 and 7D. RGB value is (221,9,125). Sum of RGB (Red+Green+Blue) = 221+9+125=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD097D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD097D is #22F682. Grayscale: #555555. Windows color (decimal): -2291331 or 8194525. OLE color: 8194525.
HSL color Cylindrical-coordinate representation of color #DD097D: hue angle of 327.17º 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 #DD097D is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 125 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.13 |
| HSL | 327.17º | 0.92% | 0.45% | - |
| HSV(B) | 327.17º | 0.96% | 0.87% | - |
| XYZ | 33.62 | 17.05 | 20.92 | - |
| YUV | 85.61 | 150.24 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 125 | 0 | 0.96 | 0.43 | 0.13 | 327.17 | 0.92 | 0.45 |
| Hex | DD | 9 | 7D | 0 | 60 | 2B | D | 147 | 5C | 2D |
| Octal | 335 | 11 | 175 | 0 | 140 | 53 | 15 | 507 | 134 | 55 |
| Binary | 11011101 | 1001 | 1111101 | 0 | 1100000 | 101011 | 1101 | 101000111 | 1011100 | 101101 |
Color Harmonies of #DD097D
Complementary color
Monochromatic Colors of #DD097D
Black with #DD097D
Text Example
Text Example
White with #DD097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD097D; }
p { color: rgb(221,9,125); }
H1.HeaderClassName
{
color: #DD097D;
}
.AnyTagClassName
{
color: #DD097D;
}
</style>
background-color css
<style>
a { background-color: #DD097D; }
a { background-color: rgb(221,9,125); }
div.DivClassName
{
background-color: #DD097D;
}
.BgClassName
{
background-color: #DD097D;
}
</style>
border-color css
<style>
span { border-color: #DD097D; }
span { border-color: rgb(221,9,125); }
td.TdClassName
{
border-color: #DD097D;
}
.TagClassName
{
border-color: #DD097D;
}
</style>