Shades of Medium Violet Red #DD1688
Tints of Medium Violet Red #DD1688
RGB
CMYK
RGB Variations
Color information
#DD1688 (or 0xDD1688) is known color: Medium Violet Red. HEX triplet: DD, 16 and 88. RGB value is (221,22,136). Sum of RGB (Red+Green+Blue) = 221+22+136=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1688 is #22E977. Grayscale: #5E5E5E. Windows color (decimal): -2287992 or 8918749. OLE color: 8918749.
HSL color Cylindrical-coordinate representation of color #DD1688: hue angle of 325.63º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1688 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 136 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.13 |
| HSL | 325.63º | 0.82% | 0.48% | - |
| HSV(B) | 325.63º | 0.9% | 0.87% | - |
| XYZ | 34.55 | 17.72 | 24.89 | - |
| YUV | 94.5 | 151.43 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 136 | 0 | 0.90 | 0.38 | 0.13 | 325.63 | 0.82 | 0.48 |
| Hex | DD | 16 | 88 | 0 | 5A | 26 | D | 146 | 52 | 30 |
| Octal | 335 | 26 | 210 | 0 | 132 | 46 | 15 | 506 | 122 | 60 |
| Binary | 11011101 | 10110 | 10001000 | 0 | 1011010 | 100110 | 1101 | 101000110 | 1010010 | 110000 |
Color Harmonies of #DD1688
Complementary color
Monochromatic Colors of #DD1688
Black with #DD1688
Text Example
Text Example
White with #DD1688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1688; }
p { color: rgb(221,22,136); }
H1.HeaderClassName
{
color: #DD1688;
}
.AnyTagClassName
{
color: #DD1688;
}
</style>
background-color css
<style>
a { background-color: #DD1688; }
a { background-color: rgb(221,22,136); }
div.DivClassName
{
background-color: #DD1688;
}
.BgClassName
{
background-color: #DD1688;
}
</style>
border-color css
<style>
span { border-color: #DD1688; }
span { border-color: rgb(221,22,136); }
td.TdClassName
{
border-color: #DD1688;
}
.TagClassName
{
border-color: #DD1688;
}
</style>