Shades of Medium Violet Red #DD1388
Tints of Medium Violet Red #DD1388
RGB
CMYK
RGB Variations
Color information
#DD1388 (or 0xDD1388) is known color: Medium Violet Red. HEX triplet: DD, 13 and 88. RGB value is (221,19,136). Sum of RGB (Red+Green+Blue) = 221+19+136=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1388 is #22EC77. Grayscale: #5C5C5C. Windows color (decimal): -2288760 or 8917981. OLE color: 8917981.
HSL color Cylindrical-coordinate representation of color #DD1388: hue angle of 325.25º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD1388 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 136 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.13 |
| HSL | 325.25º | 0.84% | 0.47% | - |
| HSV(B) | 325.25º | 0.91% | 0.87% | - |
| XYZ | 34.5 | 17.62 | 24.87 | - |
| YUV | 92.74 | 152.42 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 136 | 0 | 0.91 | 0.38 | 0.13 | 325.25 | 0.84 | 0.47 |
| Hex | DD | 13 | 88 | 0 | 5B | 26 | D | 145 | 54 | 2F |
| Octal | 335 | 23 | 210 | 0 | 133 | 46 | 15 | 505 | 124 | 57 |
| Binary | 11011101 | 10011 | 10001000 | 0 | 1011011 | 100110 | 1101 | 101000101 | 1010100 | 101111 |
Color Harmonies of #DD1388
Complementary color
Monochromatic Colors of #DD1388
Black with #DD1388
Text Example
Text Example
White with #DD1388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1388; }
p { color: rgb(221,19,136); }
H1.HeaderClassName
{
color: #DD1388;
}
.AnyTagClassName
{
color: #DD1388;
}
</style>
background-color css
<style>
a { background-color: #DD1388; }
a { background-color: rgb(221,19,136); }
div.DivClassName
{
background-color: #DD1388;
}
.BgClassName
{
background-color: #DD1388;
}
</style>
border-color css
<style>
span { border-color: #DD1388; }
span { border-color: rgb(221,19,136); }
td.TdClassName
{
border-color: #DD1388;
}
.TagClassName
{
border-color: #DD1388;
}
</style>