Shades of Pale Violet Red #DD5995
Tints of Pale Violet Red #DD5995
RGB
CMYK
RGB Variations
Color information
#DD5995 (or 0xDD5995) is known color: Pale Violet Red. HEX triplet: DD, 59 and 95. RGB value is (221,89,149). Sum of RGB (Red+Green+Blue) = 221+89+149=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5995 is #22A66A. Grayscale: #878787. Windows color (decimal): -2270827 or 9787869. OLE color: 9787869.
HSL color Cylindrical-coordinate representation of color #DD5995: hue angle of 332.73º 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 #DD5995 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 149 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.13 |
| HSL | 332.73º | 0.66% | 0.61% | - |
| HSV(B) | 332.73º | 0.6% | 0.87% | - |
| XYZ | 38.82 | 24.69 | 31.15 | - |
| YUV | 135.31 | 135.73 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 149 | 0 | 0.60 | 0.33 | 0.13 | 332.73 | 0.66 | 0.61 |
| Hex | DD | 59 | 95 | 0 | 3C | 21 | D | 14D | 42 | 3D |
| Octal | 335 | 131 | 225 | 0 | 74 | 41 | 15 | 515 | 102 | 75 |
| Binary | 11011101 | 1011001 | 10010101 | 0 | 111100 | 100001 | 1101 | 101001101 | 1000010 | 111101 |
Color Harmonies of #DD5995
Complementary color
Monochromatic Colors of #DD5995
Black with #DD5995
Text Example
Text Example
White with #DD5995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5995; }
p { color: rgb(221,89,149); }
H1.HeaderClassName
{
color: #DD5995;
}
.AnyTagClassName
{
color: #DD5995;
}
</style>
background-color css
<style>
a { background-color: #DD5995; }
a { background-color: rgb(221,89,149); }
div.DivClassName
{
background-color: #DD5995;
}
.BgClassName
{
background-color: #DD5995;
}
</style>
border-color css
<style>
span { border-color: #DD5995; }
span { border-color: rgb(221,89,149); }
td.TdClassName
{
border-color: #DD5995;
}
.TagClassName
{
border-color: #DD5995;
}
</style>