Shades of Pale Violet Red #DD6596
Tints of Pale Violet Red #DD6596
RGB
CMYK
RGB Variations
Color information
#DD6596 (or 0xDD6596) is known color: Pale Violet Red. HEX triplet: DD, 65 and 96. RGB value is (221,101,150). Sum of RGB (Red+Green+Blue) = 221+101+150=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6596 is #229A69. Grayscale: #8E8E8E. Windows color (decimal): -2267754 or 9856477. OLE color: 9856477.
HSL color Cylindrical-coordinate representation of color #DD6596: hue angle of 335.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD6596 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 150 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.13 |
| HSL | 335.5º | 0.64% | 0.63% | - |
| HSV(B) | 335.5º | 0.54% | 0.87% | - |
| XYZ | 39.98 | 26.88 | 31.94 | - |
| YUV | 142.47 | 132.26 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 150 | 0 | 0.54 | 0.32 | 0.13 | 335.5 | 0.64 | 0.63 |
| Hex | DD | 65 | 96 | 0 | 36 | 20 | D | 150 | 40 | 3F |
| Octal | 335 | 145 | 226 | 0 | 66 | 40 | 15 | 520 | 100 | 77 |
| Binary | 11011101 | 1100101 | 10010110 | 0 | 110110 | 100000 | 1101 | 101010000 | 1000000 | 111111 |
Color Harmonies of #DD6596
Complementary color
Monochromatic Colors of #DD6596
Black with #DD6596
Text Example
Text Example
White with #DD6596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6596; }
p { color: rgb(221,101,150); }
H1.HeaderClassName
{
color: #DD6596;
}
.AnyTagClassName
{
color: #DD6596;
}
</style>
background-color css
<style>
a { background-color: #DD6596; }
a { background-color: rgb(221,101,150); }
div.DivClassName
{
background-color: #DD6596;
}
.BgClassName
{
background-color: #DD6596;
}
</style>
border-color css
<style>
span { border-color: #DD6596; }
span { border-color: rgb(221,101,150); }
td.TdClassName
{
border-color: #DD6596;
}
.TagClassName
{
border-color: #DD6596;
}
</style>