Shades of Pale Violet Red #DD5D97
Tints of Pale Violet Red #DD5D97
RGB
CMYK
RGB Variations
Color information
#DD5D97 (or 0xDD5D97) is known color: Pale Violet Red. HEX triplet: DD, 5D and 97. RGB value is (221,93,151). Sum of RGB (Red+Green+Blue) = 221+93+151=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5D97 is #22A268. Grayscale: #898989. Windows color (decimal): -2269801 or 9919965. OLE color: 9919965.
HSL color Cylindrical-coordinate representation of color #DD5D97: hue angle of 332.81º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5D97 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 151 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.13 |
| HSL | 332.81º | 0.65% | 0.62% | - |
| HSV(B) | 332.81º | 0.58% | 0.87% | - |
| XYZ | 39.32 | 25.44 | 32.12 | - |
| YUV | 137.88 | 135.41 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 151 | 0 | 0.58 | 0.32 | 0.13 | 332.81 | 0.65 | 0.62 |
| Hex | DD | 5D | 97 | 0 | 3A | 20 | D | 14D | 41 | 3E |
| Octal | 335 | 135 | 227 | 0 | 72 | 40 | 15 | 515 | 101 | 76 |
| Binary | 11011101 | 1011101 | 10010111 | 0 | 111010 | 100000 | 1101 | 101001101 | 1000001 | 111110 |
Color Harmonies of #DD5D97
Complementary color
Monochromatic Colors of #DD5D97
Black with #DD5D97
Text Example
Text Example
White with #DD5D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D97; }
p { color: rgb(221,93,151); }
H1.HeaderClassName
{
color: #DD5D97;
}
.AnyTagClassName
{
color: #DD5D97;
}
</style>
background-color css
<style>
a { background-color: #DD5D97; }
a { background-color: rgb(221,93,151); }
div.DivClassName
{
background-color: #DD5D97;
}
.BgClassName
{
background-color: #DD5D97;
}
</style>
border-color css
<style>
span { border-color: #DD5D97; }
span { border-color: rgb(221,93,151); }
td.TdClassName
{
border-color: #DD5D97;
}
.TagClassName
{
border-color: #DD5D97;
}
</style>