Shades of Pale Violet Red #DD5999
Tints of Pale Violet Red #DD5999
RGB
CMYK
RGB Variations
Color information
#DD5999 (or 0xDD5999) is known color: Pale Violet Red. HEX triplet: DD, 59 and 99. RGB value is (221,89,153). Sum of RGB (Red+Green+Blue) = 221+89+153=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5999 is #22A666. Grayscale: #878787. Windows color (decimal): -2270823 or 10050013. OLE color: 10050013.
HSL color Cylindrical-coordinate representation of color #DD5999: hue angle of 330.91º 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 #DD5999 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 153 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.13 |
| HSL | 330.91º | 0.66% | 0.61% | - |
| HSV(B) | 330.91º | 0.6% | 0.87% | - |
| XYZ | 39.14 | 24.82 | 32.86 | - |
| YUV | 135.76 | 137.73 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 153 | 0 | 0.60 | 0.31 | 0.13 | 330.91 | 0.66 | 0.61 |
| Hex | DD | 59 | 99 | 0 | 3C | 1F | D | 14B | 42 | 3D |
| Octal | 335 | 131 | 231 | 0 | 74 | 37 | 15 | 513 | 102 | 75 |
| Binary | 11011101 | 1011001 | 10011001 | 0 | 111100 | 11111 | 1101 | 101001011 | 1000010 | 111101 |
Color Harmonies of #DD5999
Complementary color
Monochromatic Colors of #DD5999
Black with #DD5999
Text Example
Text Example
White with #DD5999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5999; }
p { color: rgb(221,89,153); }
H1.HeaderClassName
{
color: #DD5999;
}
.AnyTagClassName
{
color: #DD5999;
}
</style>
background-color css
<style>
a { background-color: #DD5999; }
a { background-color: rgb(221,89,153); }
div.DivClassName
{
background-color: #DD5999;
}
.BgClassName
{
background-color: #DD5999;
}
</style>
border-color css
<style>
span { border-color: #DD5999; }
span { border-color: rgb(221,89,153); }
td.TdClassName
{
border-color: #DD5999;
}
.TagClassName
{
border-color: #DD5999;
}
</style>