Shades of Pale Violet Red #DD6699
Tints of Pale Violet Red #DD6699
RGB
CMYK
RGB Variations
Color information
#DD6699 (or 0xDD6699) is known color: Pale Violet Red. HEX triplet: DD, 66 and 99. RGB value is (221,102,153). Sum of RGB (Red+Green+Blue) = 221+102+153=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6699 is #229966. Grayscale: #8F8F8F. Windows color (decimal): -2267495 or 10053341. OLE color: 10053341.
HSL color Cylindrical-coordinate representation of color #DD6699: hue angle of 334.29º 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 #DD6699 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 153 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.13 |
| HSL | 334.29º | 0.64% | 0.63% | - |
| HSV(B) | 334.29º | 0.54% | 0.87% | - |
| XYZ | 40.32 | 27.17 | 33.26 | - |
| YUV | 143.4 | 133.42 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 153 | 0 | 0.54 | 0.31 | 0.13 | 334.29 | 0.64 | 0.63 |
| Hex | DD | 66 | 99 | 0 | 36 | 1F | D | 14E | 40 | 3F |
| Octal | 335 | 146 | 231 | 0 | 66 | 37 | 15 | 516 | 100 | 77 |
| Binary | 11011101 | 1100110 | 10011001 | 0 | 110110 | 11111 | 1101 | 101001110 | 1000000 | 111111 |
Color Harmonies of #DD6699
Complementary color
Monochromatic Colors of #DD6699
Black with #DD6699
Text Example
Text Example
White with #DD6699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6699; }
p { color: rgb(221,102,153); }
H1.HeaderClassName
{
color: #DD6699;
}
.AnyTagClassName
{
color: #DD6699;
}
</style>
background-color css
<style>
a { background-color: #DD6699; }
a { background-color: rgb(221,102,153); }
div.DivClassName
{
background-color: #DD6699;
}
.BgClassName
{
background-color: #DD6699;
}
</style>
border-color css
<style>
span { border-color: #DD6699; }
span { border-color: rgb(221,102,153); }
td.TdClassName
{
border-color: #DD6699;
}
.TagClassName
{
border-color: #DD6699;
}
</style>