Shades of Medium Violet Red #DD098D
Tints of Medium Violet Red #DD098D
RGB
CMYK
RGB Variations
Color information
#DD098D (or 0xDD098D) is known color: Medium Violet Red. HEX triplet: DD, 09 and 8D. RGB value is (221,9,141). Sum of RGB (Red+Green+Blue) = 221+9+141=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD098D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD098D is #22F672. Grayscale: #575757. Windows color (decimal): -2291315 or 9243101. OLE color: 9243101.
HSL color Cylindrical-coordinate representation of color #DD098D: hue angle of 322.64º 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 #DD098D is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 141 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.13 |
| HSL | 322.64º | 0.92% | 0.45% | - |
| HSV(B) | 322.64º | 0.96% | 0.87% | - |
| XYZ | 34.72 | 17.49 | 26.75 | - |
| YUV | 87.44 | 158.24 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 141 | 0 | 0.96 | 0.36 | 0.13 | 322.64 | 0.92 | 0.45 |
| Hex | DD | 9 | 8D | 0 | 60 | 24 | D | 143 | 5C | 2D |
| Octal | 335 | 11 | 215 | 0 | 140 | 44 | 15 | 503 | 134 | 55 |
| Binary | 11011101 | 1001 | 10001101 | 0 | 1100000 | 100100 | 1101 | 101000011 | 1011100 | 101101 |
Color Harmonies of #DD098D
Complementary color
Monochromatic Colors of #DD098D
Black with #DD098D
Text Example
Text Example
White with #DD098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD098D; }
p { color: rgb(221,9,141); }
H1.HeaderClassName
{
color: #DD098D;
}
.AnyTagClassName
{
color: #DD098D;
}
</style>
background-color css
<style>
a { background-color: #DD098D; }
a { background-color: rgb(221,9,141); }
div.DivClassName
{
background-color: #DD098D;
}
.BgClassName
{
background-color: #DD098D;
}
</style>
border-color css
<style>
span { border-color: #DD098D; }
span { border-color: rgb(221,9,141); }
td.TdClassName
{
border-color: #DD098D;
}
.TagClassName
{
border-color: #DD098D;
}
</style>