Shades of Medium Violet Red #DD1588
Tints of Medium Violet Red #DD1588
RGB
CMYK
RGB Variations
Color information
#DD1588 (or 0xDD1588) is known color: Medium Violet Red. HEX triplet: DD, 15 and 88. RGB value is (221,21,136). Sum of RGB (Red+Green+Blue) = 221+21+136=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1588 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1588 is #22EA77. Grayscale: #5D5D5D. Windows color (decimal): -2288248 or 8918493. OLE color: 8918493.
HSL color Cylindrical-coordinate representation of color #DD1588: hue angle of 325.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1588 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 136 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.13 |
| HSL | 325.5º | 0.83% | 0.47% | - |
| HSV(B) | 325.5º | 0.9% | 0.87% | - |
| XYZ | 34.53 | 17.69 | 24.89 | - |
| YUV | 93.91 | 151.76 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 136 | 0 | 0.90 | 0.38 | 0.13 | 325.5 | 0.83 | 0.47 |
| Hex | DD | 15 | 88 | 0 | 5A | 26 | D | 146 | 53 | 2F |
| Octal | 335 | 25 | 210 | 0 | 132 | 46 | 15 | 506 | 123 | 57 |
| Binary | 11011101 | 10101 | 10001000 | 0 | 1011010 | 100110 | 1101 | 101000110 | 1010011 | 101111 |
Color Harmonies of #DD1588
Complementary color
Monochromatic Colors of #DD1588
Black with #DD1588
Text Example
Text Example
White with #DD1588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1588; }
p { color: rgb(221,21,136); }
H1.HeaderClassName
{
color: #DD1588;
}
.AnyTagClassName
{
color: #DD1588;
}
</style>
background-color css
<style>
a { background-color: #DD1588; }
a { background-color: rgb(221,21,136); }
div.DivClassName
{
background-color: #DD1588;
}
.BgClassName
{
background-color: #DD1588;
}
</style>
border-color css
<style>
span { border-color: #DD1588; }
span { border-color: rgb(221,21,136); }
td.TdClassName
{
border-color: #DD1588;
}
.TagClassName
{
border-color: #DD1588;
}
</style>