Shades of Medium Violet Red #DD088E
Tints of Medium Violet Red #DD088E
RGB
CMYK
RGB Variations
Color information
#DD088E (or 0xDD088E) is known color: Medium Violet Red. HEX triplet: DD, 08 and 8E. RGB value is (221,8,142). Sum of RGB (Red+Green+Blue) = 221+8+142=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD088E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD088E is #22F771. Grayscale: #565656. Windows color (decimal): -2291570 or 9308381. OLE color: 9308381.
HSL color Cylindrical-coordinate representation of color #DD088E: hue angle of 322.25º 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 #DD088E is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 142 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.13 |
| HSL | 322.25º | 0.93% | 0.45% | - |
| HSV(B) | 322.25º | 0.96% | 0.87% | - |
| XYZ | 34.79 | 17.5 | 27.14 | - |
| YUV | 86.96 | 159.07 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 142 | 0 | 0.96 | 0.36 | 0.13 | 322.25 | 0.93 | 0.45 |
| Hex | DD | 8 | 8E | 0 | 60 | 24 | D | 142 | 5D | 2D |
| Octal | 335 | 10 | 216 | 0 | 140 | 44 | 15 | 502 | 135 | 55 |
| Binary | 11011101 | 1000 | 10001110 | 0 | 1100000 | 100100 | 1101 | 101000010 | 1011101 | 101101 |
Color Harmonies of #DD088E
Complementary color
Monochromatic Colors of #DD088E
Black with #DD088E
Text Example
Text Example
White with #DD088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD088E; }
p { color: rgb(221,8,142); }
H1.HeaderClassName
{
color: #DD088E;
}
.AnyTagClassName
{
color: #DD088E;
}
</style>
background-color css
<style>
a { background-color: #DD088E; }
a { background-color: rgb(221,8,142); }
div.DivClassName
{
background-color: #DD088E;
}
.BgClassName
{
background-color: #DD088E;
}
</style>
border-color css
<style>
span { border-color: #DD088E; }
span { border-color: rgb(221,8,142); }
td.TdClassName
{
border-color: #DD088E;
}
.TagClassName
{
border-color: #DD088E;
}
</style>