Shades of Medium Violet Red #DD1681
Tints of Medium Violet Red #DD1681
RGB
CMYK
RGB Variations
Color information
#DD1681 (or 0xDD1681) is known color: Medium Violet Red. HEX triplet: DD, 16 and 81. RGB value is (221,22,129). Sum of RGB (Red+Green+Blue) = 221+22+129=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1681 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1681 is #22E97E. Grayscale: #5D5D5D. Windows color (decimal): -2287999 or 8459997. OLE color: 8459997.
HSL color Cylindrical-coordinate representation of color #DD1681: hue angle of 327.74º 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 #DD1681 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 129 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.13 |
| HSL | 327.74º | 0.82% | 0.48% | - |
| HSV(B) | 327.74º | 0.9% | 0.87% | - |
| XYZ | 34.07 | 17.53 | 22.36 | - |
| YUV | 93.7 | 147.93 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 129 | 0 | 0.90 | 0.42 | 0.13 | 327.74 | 0.82 | 0.48 |
| Hex | DD | 16 | 81 | 0 | 5A | 2A | D | 148 | 52 | 30 |
| Octal | 335 | 26 | 201 | 0 | 132 | 52 | 15 | 510 | 122 | 60 |
| Binary | 11011101 | 10110 | 10000001 | 0 | 1011010 | 101010 | 1101 | 101001000 | 1010010 | 110000 |
Color Harmonies of #DD1681
Complementary color
Monochromatic Colors of #DD1681
Black with #DD1681
Text Example
Text Example
White with #DD1681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1681; }
p { color: rgb(221,22,129); }
H1.HeaderClassName
{
color: #DD1681;
}
.AnyTagClassName
{
color: #DD1681;
}
</style>
background-color css
<style>
a { background-color: #DD1681; }
a { background-color: rgb(221,22,129); }
div.DivClassName
{
background-color: #DD1681;
}
.BgClassName
{
background-color: #DD1681;
}
</style>
border-color css
<style>
span { border-color: #DD1681; }
span { border-color: rgb(221,22,129); }
td.TdClassName
{
border-color: #DD1681;
}
.TagClassName
{
border-color: #DD1681;
}
</style>