Shades of Pale Violet Red #DD5D95
Tints of Pale Violet Red #DD5D95
RGB
CMYK
RGB Variations
Color information
#DD5D95 (or 0xDD5D95) is known color: Pale Violet Red. HEX triplet: DD, 5D and 95. RGB value is (221,93,149). Sum of RGB (Red+Green+Blue) = 221+93+149=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5D95 is #22A26A. Grayscale: #898989. Windows color (decimal): -2269803 or 9788893. OLE color: 9788893.
HSL color Cylindrical-coordinate representation of color #DD5D95: hue angle of 333.75º 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 #DD5D95 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 149 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.13 |
| HSL | 333.75º | 0.65% | 0.62% | - |
| HSV(B) | 333.75º | 0.58% | 0.87% | - |
| XYZ | 39.16 | 25.37 | 31.27 | - |
| YUV | 137.66 | 134.41 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 149 | 0 | 0.58 | 0.33 | 0.13 | 333.75 | 0.65 | 0.62 |
| Hex | DD | 5D | 95 | 0 | 3A | 21 | D | 14E | 41 | 3E |
| Octal | 335 | 135 | 225 | 0 | 72 | 41 | 15 | 516 | 101 | 76 |
| Binary | 11011101 | 1011101 | 10010101 | 0 | 111010 | 100001 | 1101 | 101001110 | 1000001 | 111110 |
Color Harmonies of #DD5D95
Complementary color
Monochromatic Colors of #DD5D95
Black with #DD5D95
Text Example
Text Example
White with #DD5D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D95; }
p { color: rgb(221,93,149); }
H1.HeaderClassName
{
color: #DD5D95;
}
.AnyTagClassName
{
color: #DD5D95;
}
</style>
background-color css
<style>
a { background-color: #DD5D95; }
a { background-color: rgb(221,93,149); }
div.DivClassName
{
background-color: #DD5D95;
}
.BgClassName
{
background-color: #DD5D95;
}
</style>
border-color css
<style>
span { border-color: #DD5D95; }
span { border-color: rgb(221,93,149); }
td.TdClassName
{
border-color: #DD5D95;
}
.TagClassName
{
border-color: #DD5D95;
}
</style>