Shades of Pale Violet Red #DD5D96
Tints of Pale Violet Red #DD5D96
RGB
CMYK
RGB Variations
Color information
#DD5D96 (or 0xDD5D96) is known color: Pale Violet Red. HEX triplet: DD, 5D and 96. RGB value is (221,93,150). Sum of RGB (Red+Green+Blue) = 221+93+150=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5D96 is #22A269. Grayscale: #898989. Windows color (decimal): -2269802 or 9854429. OLE color: 9854429.
HSL color Cylindrical-coordinate representation of color #DD5D96: hue angle of 333.28º 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 #DD5D96 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 150 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.13 |
| HSL | 333.28º | 0.65% | 0.62% | - |
| HSV(B) | 333.28º | 0.58% | 0.87% | - |
| XYZ | 39.24 | 25.4 | 31.69 | - |
| YUV | 137.77 | 134.91 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 150 | 0 | 0.58 | 0.32 | 0.13 | 333.28 | 0.65 | 0.62 |
| Hex | DD | 5D | 96 | 0 | 3A | 20 | D | 14D | 41 | 3E |
| Octal | 335 | 135 | 226 | 0 | 72 | 40 | 15 | 515 | 101 | 76 |
| Binary | 11011101 | 1011101 | 10010110 | 0 | 111010 | 100000 | 1101 | 101001101 | 1000001 | 111110 |
Color Harmonies of #DD5D96
Complementary color
Monochromatic Colors of #DD5D96
Black with #DD5D96
Text Example
Text Example
White with #DD5D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D96; }
p { color: rgb(221,93,150); }
H1.HeaderClassName
{
color: #DD5D96;
}
.AnyTagClassName
{
color: #DD5D96;
}
</style>
background-color css
<style>
a { background-color: #DD5D96; }
a { background-color: rgb(221,93,150); }
div.DivClassName
{
background-color: #DD5D96;
}
.BgClassName
{
background-color: #DD5D96;
}
</style>
border-color css
<style>
span { border-color: #DD5D96; }
span { border-color: rgb(221,93,150); }
td.TdClassName
{
border-color: #DD5D96;
}
.TagClassName
{
border-color: #DD5D96;
}
</style>