Shades of Pale Violet Red #DD5E9A
Tints of Pale Violet Red #DD5E9A
RGB
CMYK
RGB Variations
Color information
#DD5E9A (or 0xDD5E9A) is known color: Pale Violet Red. HEX triplet: DD, 5E and 9A. RGB value is (221,94,154). Sum of RGB (Red+Green+Blue) = 221+94+154=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5E9A is #22A165. Grayscale: #8A8A8A. Windows color (decimal): -2269542 or 10116829. OLE color: 10116829.
HSL color Cylindrical-coordinate representation of color #DD5E9A: hue angle of 331.65º 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 #DD5E9A is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 154 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.13 |
| HSL | 331.65º | 0.65% | 0.62% | - |
| HSV(B) | 331.65º | 0.57% | 0.87% | - |
| XYZ | 39.65 | 25.71 | 33.44 | - |
| YUV | 138.81 | 136.58 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 154 | 0 | 0.57 | 0.30 | 0.13 | 331.65 | 0.65 | 0.62 |
| Hex | DD | 5E | 9A | 0 | 39 | 1E | D | 14C | 41 | 3E |
| Octal | 335 | 136 | 232 | 0 | 71 | 36 | 15 | 514 | 101 | 76 |
| Binary | 11011101 | 1011110 | 10011010 | 0 | 111001 | 11110 | 1101 | 101001100 | 1000001 | 111110 |
Color Harmonies of #DD5E9A
Complementary color
Monochromatic Colors of #DD5E9A
Black with #DD5E9A
Text Example
Text Example
White with #DD5E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5E9A; }
p { color: rgb(221,94,154); }
H1.HeaderClassName
{
color: #DD5E9A;
}
.AnyTagClassName
{
color: #DD5E9A;
}
</style>
background-color css
<style>
a { background-color: #DD5E9A; }
a { background-color: rgb(221,94,154); }
div.DivClassName
{
background-color: #DD5E9A;
}
.BgClassName
{
background-color: #DD5E9A;
}
</style>
border-color css
<style>
span { border-color: #DD5E9A; }
span { border-color: rgb(221,94,154); }
td.TdClassName
{
border-color: #DD5E9A;
}
.TagClassName
{
border-color: #DD5E9A;
}
</style>