Shades of Pale Violet Red #DD5996
Tints of Pale Violet Red #DD5996
RGB
CMYK
RGB Variations
Color information
#DD5996 (or 0xDD5996) is known color: Pale Violet Red. HEX triplet: DD, 59 and 96. RGB value is (221,89,150). Sum of RGB (Red+Green+Blue) = 221+89+150=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 150 (58.98% from 255 or 32.61% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5996 is #22A669. Grayscale: #878787. Windows color (decimal): -2270826 or 9853405. OLE color: 9853405.
HSL color Cylindrical-coordinate representation of color #DD5996: hue angle of 332.27º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD5996 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 150 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.13 |
| HSL | 332.27º | 0.66% | 0.61% | - |
| HSV(B) | 332.27º | 0.6% | 0.87% | - |
| XYZ | 38.9 | 24.72 | 31.58 | - |
| YUV | 135.42 | 136.23 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 150 | 0 | 0.60 | 0.32 | 0.13 | 332.27 | 0.66 | 0.61 |
| Hex | DD | 59 | 96 | 0 | 3C | 20 | D | 14C | 42 | 3D |
| Octal | 335 | 131 | 226 | 0 | 74 | 40 | 15 | 514 | 102 | 75 |
| Binary | 11011101 | 1011001 | 10010110 | 0 | 111100 | 100000 | 1101 | 101001100 | 1000010 | 111101 |
Color Harmonies of #DD5996
Complementary color
Monochromatic Colors of #DD5996
Black with #DD5996
Text Example
Text Example
White with #DD5996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5996; }
p { color: rgb(221,89,150); }
H1.HeaderClassName
{
color: #DD5996;
}
.AnyTagClassName
{
color: #DD5996;
}
</style>
background-color css
<style>
a { background-color: #DD5996; }
a { background-color: rgb(221,89,150); }
div.DivClassName
{
background-color: #DD5996;
}
.BgClassName
{
background-color: #DD5996;
}
</style>
border-color css
<style>
span { border-color: #DD5996; }
span { border-color: rgb(221,89,150); }
td.TdClassName
{
border-color: #DD5996;
}
.TagClassName
{
border-color: #DD5996;
}
</style>