Shades of Medium Violet Red #DD098A
Tints of Medium Violet Red #DD098A
RGB
CMYK
RGB Variations
Color information
#DD098A (or 0xDD098A) is known color: Medium Violet Red. HEX triplet: DD, 09 and 8A. RGB value is (221,9,138). Sum of RGB (Red+Green+Blue) = 221+9+138=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD098A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD098A is #22F675. Grayscale: #565656. Windows color (decimal): -2291318 or 9046493. OLE color: 9046493.
HSL color Cylindrical-coordinate representation of color #DD098A: hue angle of 323.49º 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 #DD098A is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 138 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.13 |
| HSL | 323.49º | 0.92% | 0.45% | - |
| HSV(B) | 323.49º | 0.96% | 0.87% | - |
| XYZ | 34.5 | 17.4 | 25.59 | - |
| YUV | 87.09 | 156.74 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 138 | 0 | 0.96 | 0.38 | 0.13 | 323.49 | 0.92 | 0.45 |
| Hex | DD | 9 | 8A | 0 | 60 | 26 | D | 143 | 5C | 2D |
| Octal | 335 | 11 | 212 | 0 | 140 | 46 | 15 | 503 | 134 | 55 |
| Binary | 11011101 | 1001 | 10001010 | 0 | 1100000 | 100110 | 1101 | 101000011 | 1011100 | 101101 |
Color Harmonies of #DD098A
Complementary color
Monochromatic Colors of #DD098A
Black with #DD098A
Text Example
Text Example
White with #DD098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD098A; }
p { color: rgb(221,9,138); }
H1.HeaderClassName
{
color: #DD098A;
}
.AnyTagClassName
{
color: #DD098A;
}
</style>
background-color css
<style>
a { background-color: #DD098A; }
a { background-color: rgb(221,9,138); }
div.DivClassName
{
background-color: #DD098A;
}
.BgClassName
{
background-color: #DD098A;
}
</style>
border-color css
<style>
span { border-color: #DD098A; }
span { border-color: rgb(221,9,138); }
td.TdClassName
{
border-color: #DD098A;
}
.TagClassName
{
border-color: #DD098A;
}
</style>