Shades of Pale Violet Red #DD5C9C
Tints of Pale Violet Red #DD5C9C
RGB
CMYK
RGB Variations
Color information
#DD5C9C (or 0xDD5C9C) is known color: Pale Violet Red. HEX triplet: DD, 5C and 9C. RGB value is (221,92,156). Sum of RGB (Red+Green+Blue) = 221+92+156=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5C9C is #22A363. Grayscale: #898989. Windows color (decimal): -2270052 or 10247389. OLE color: 10247389.
HSL color Cylindrical-coordinate representation of color #DD5C9C: hue angle of 330.23º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5C9C is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 156 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.13 |
| HSL | 330.23º | 0.65% | 0.61% | - |
| HSV(B) | 330.23º | 0.58% | 0.87% | - |
| XYZ | 39.65 | 25.43 | 34.27 | - |
| YUV | 137.87 | 138.24 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 156 | 0 | 0.58 | 0.29 | 0.13 | 330.23 | 0.65 | 0.61 |
| Hex | DD | 5C | 9C | 0 | 3A | 1D | D | 14A | 41 | 3D |
| Octal | 335 | 134 | 234 | 0 | 72 | 35 | 15 | 512 | 101 | 75 |
| Binary | 11011101 | 1011100 | 10011100 | 0 | 111010 | 11101 | 1101 | 101001010 | 1000001 | 111101 |
Color Harmonies of #DD5C9C
Complementary color
Monochromatic Colors of #DD5C9C
Black with #DD5C9C
Text Example
Text Example
White with #DD5C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5C9C; }
p { color: rgb(221,92,156); }
H1.HeaderClassName
{
color: #DD5C9C;
}
.AnyTagClassName
{
color: #DD5C9C;
}
</style>
background-color css
<style>
a { background-color: #DD5C9C; }
a { background-color: rgb(221,92,156); }
div.DivClassName
{
background-color: #DD5C9C;
}
.BgClassName
{
background-color: #DD5C9C;
}
</style>
border-color css
<style>
span { border-color: #DD5C9C; }
span { border-color: rgb(221,92,156); }
td.TdClassName
{
border-color: #DD5C9C;
}
.TagClassName
{
border-color: #DD5C9C;
}
</style>