Shades of Medium Violet Red #DD088D
Tints of Medium Violet Red #DD088D
RGB
CMYK
RGB Variations
Color information
#DD088D (or 0xDD088D) is known color: Medium Violet Red. HEX triplet: DD, 08 and 8D. RGB value is (221,8,141). Sum of RGB (Red+Green+Blue) = 221+8+141=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD088D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD088D is #22F772. Grayscale: #565656. Windows color (decimal): -2291571 or 9242845. OLE color: 9242845.
HSL color Cylindrical-coordinate representation of color #DD088D: hue angle of 322.54º degrees, saturation: 0.93, 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 #DD088D is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 141 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.13 |
| HSL | 322.54º | 0.93% | 0.45% | - |
| HSV(B) | 322.54º | 0.96% | 0.87% | - |
| XYZ | 34.71 | 17.47 | 26.74 | - |
| YUV | 86.85 | 158.57 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 141 | 0 | 0.96 | 0.36 | 0.13 | 322.54 | 0.93 | 0.45 |
| Hex | DD | 8 | 8D | 0 | 60 | 24 | D | 143 | 5D | 2D |
| Octal | 335 | 10 | 215 | 0 | 140 | 44 | 15 | 503 | 135 | 55 |
| Binary | 11011101 | 1000 | 10001101 | 0 | 1100000 | 100100 | 1101 | 101000011 | 1011101 | 101101 |
Color Harmonies of #DD088D
Complementary color
Monochromatic Colors of #DD088D
Black with #DD088D
Text Example
Text Example
White with #DD088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD088D; }
p { color: rgb(221,8,141); }
H1.HeaderClassName
{
color: #DD088D;
}
.AnyTagClassName
{
color: #DD088D;
}
</style>
background-color css
<style>
a { background-color: #DD088D; }
a { background-color: rgb(221,8,141); }
div.DivClassName
{
background-color: #DD088D;
}
.BgClassName
{
background-color: #DD088D;
}
</style>
border-color css
<style>
span { border-color: #DD088D; }
span { border-color: rgb(221,8,141); }
td.TdClassName
{
border-color: #DD088D;
}
.TagClassName
{
border-color: #DD088D;
}
</style>