Shades of Pale Violet Red #DD5E9D
Tints of Pale Violet Red #DD5E9D
RGB
CMYK
RGB Variations
Color information
#DD5E9D (or 0xDD5E9D) is known color: Pale Violet Red. HEX triplet: DD, 5E and 9D. RGB value is (221,94,157). Sum of RGB (Red+Green+Blue) = 221+94+157=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5E9D is #22A162. Grayscale: #8B8B8B. Windows color (decimal): -2269539 or 10313437. OLE color: 10313437.
HSL color Cylindrical-coordinate representation of color #DD5E9D: hue angle of 330.24º 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 #DD5E9D is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 157 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.13 |
| HSL | 330.24º | 0.65% | 0.62% | - |
| HSV(B) | 330.24º | 0.57% | 0.87% | - |
| XYZ | 39.91 | 25.81 | 34.78 | - |
| YUV | 139.16 | 138.08 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 157 | 0 | 0.57 | 0.29 | 0.13 | 330.24 | 0.65 | 0.62 |
| Hex | DD | 5E | 9D | 0 | 39 | 1D | D | 14A | 41 | 3E |
| Octal | 335 | 136 | 235 | 0 | 71 | 35 | 15 | 512 | 101 | 76 |
| Binary | 11011101 | 1011110 | 10011101 | 0 | 111001 | 11101 | 1101 | 101001010 | 1000001 | 111110 |
Color Harmonies of #DD5E9D
Complementary color
Monochromatic Colors of #DD5E9D
Black with #DD5E9D
Text Example
Text Example
White with #DD5E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5E9D; }
p { color: rgb(221,94,157); }
H1.HeaderClassName
{
color: #DD5E9D;
}
.AnyTagClassName
{
color: #DD5E9D;
}
</style>
background-color css
<style>
a { background-color: #DD5E9D; }
a { background-color: rgb(221,94,157); }
div.DivClassName
{
background-color: #DD5E9D;
}
.BgClassName
{
background-color: #DD5E9D;
}
</style>
border-color css
<style>
span { border-color: #DD5E9D; }
span { border-color: rgb(221,94,157); }
td.TdClassName
{
border-color: #DD5E9D;
}
.TagClassName
{
border-color: #DD5E9D;
}
</style>