Shades of Pale Violet Red #DD5E91
Tints of Pale Violet Red #DD5E91
RGB
CMYK
RGB Variations
Color information
#DD5E91 (or 0xDD5E91) is known color: Pale Violet Red. HEX triplet: DD, 5E and 91. RGB value is (221,94,145). Sum of RGB (Red+Green+Blue) = 221+94+145=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5E91 is #22A16E. Grayscale: #898989. Windows color (decimal): -2269551 or 9527005. OLE color: 9527005.
HSL color Cylindrical-coordinate representation of color #DD5E91: hue angle of 335.91º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5E91 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 145 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.13 |
| HSL | 335.91º | 0.65% | 0.62% | - |
| HSV(B) | 335.91º | 0.57% | 0.87% | - |
| XYZ | 38.93 | 25.42 | 29.64 | - |
| YUV | 137.79 | 132.08 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 145 | 0 | 0.57 | 0.34 | 0.13 | 335.91 | 0.65 | 0.62 |
| Hex | DD | 5E | 91 | 0 | 39 | 22 | D | 150 | 41 | 3E |
| Octal | 335 | 136 | 221 | 0 | 71 | 42 | 15 | 520 | 101 | 76 |
| Binary | 11011101 | 1011110 | 10010001 | 0 | 111001 | 100010 | 1101 | 101010000 | 1000001 | 111110 |
Color Harmonies of #DD5E91
Complementary color
Monochromatic Colors of #DD5E91
Black with #DD5E91
Text Example
Text Example
White with #DD5E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5E91; }
p { color: rgb(221,94,145); }
H1.HeaderClassName
{
color: #DD5E91;
}
.AnyTagClassName
{
color: #DD5E91;
}
</style>
background-color css
<style>
a { background-color: #DD5E91; }
a { background-color: rgb(221,94,145); }
div.DivClassName
{
background-color: #DD5E91;
}
.BgClassName
{
background-color: #DD5E91;
}
</style>
border-color css
<style>
span { border-color: #DD5E91; }
span { border-color: rgb(221,94,145); }
td.TdClassName
{
border-color: #DD5E91;
}
.TagClassName
{
border-color: #DD5E91;
}
</style>