Shades of Pale Violet Red #DD5E8E
Tints of Pale Violet Red #DD5E8E
RGB
CMYK
RGB Variations
Color information
#DD5E8E (or 0xDD5E8E) is known color: Pale Violet Red. HEX triplet: DD, 5E and 8E. RGB value is (221,94,142). Sum of RGB (Red+Green+Blue) = 221+94+142=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5E8E is #22A171. Grayscale: #898989. Windows color (decimal): -2269554 or 9330397. OLE color: 9330397.
HSL color Cylindrical-coordinate representation of color #DD5E8E: hue angle of 337.32º 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 #DD5E8E is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 142 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.13 |
| HSL | 337.32º | 0.65% | 0.62% | - |
| HSV(B) | 337.32º | 0.57% | 0.87% | - |
| XYZ | 38.7 | 25.33 | 28.44 | - |
| YUV | 137.45 | 130.58 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 142 | 0 | 0.57 | 0.36 | 0.13 | 337.32 | 0.65 | 0.62 |
| Hex | DD | 5E | 8E | 0 | 39 | 24 | D | 151 | 41 | 3E |
| Octal | 335 | 136 | 216 | 0 | 71 | 44 | 15 | 521 | 101 | 76 |
| Binary | 11011101 | 1011110 | 10001110 | 0 | 111001 | 100100 | 1101 | 101010001 | 1000001 | 111110 |
Color Harmonies of #DD5E8E
Complementary color
Monochromatic Colors of #DD5E8E
Black with #DD5E8E
Text Example
Text Example
White with #DD5E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5E8E; }
p { color: rgb(221,94,142); }
H1.HeaderClassName
{
color: #DD5E8E;
}
.AnyTagClassName
{
color: #DD5E8E;
}
</style>
background-color css
<style>
a { background-color: #DD5E8E; }
a { background-color: rgb(221,94,142); }
div.DivClassName
{
background-color: #DD5E8E;
}
.BgClassName
{
background-color: #DD5E8E;
}
</style>
border-color css
<style>
span { border-color: #DD5E8E; }
span { border-color: rgb(221,94,142); }
td.TdClassName
{
border-color: #DD5E8E;
}
.TagClassName
{
border-color: #DD5E8E;
}
</style>