Shades of Pale Violet Red #DD66A6
Tints of Pale Violet Red #DD66A6
RGB
CMYK
RGB Variations
Color information
#DD66A6 (or 0xDD66A6) is known color: Pale Violet Red. HEX triplet: DD, 66 and A6. RGB value is (221,102,166). Sum of RGB (Red+Green+Blue) = 221+102+166=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD66A6 is #229959. Grayscale: #909090. Windows color (decimal): -2267482 or 10905309. OLE color: 10905309.
HSL color Cylindrical-coordinate representation of color #DD66A6: hue angle of 327.73º 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 #DD66A6 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 166 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.13 |
| HSL | 327.73º | 0.64% | 0.63% | - |
| HSV(B) | 327.73º | 0.54% | 0.87% | - |
| XYZ | 41.45 | 27.63 | 39.22 | - |
| YUV | 144.88 | 139.92 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 166 | 0 | 0.54 | 0.25 | 0.13 | 327.73 | 0.64 | 0.63 |
| Hex | DD | 66 | A6 | 0 | 36 | 19 | D | 148 | 40 | 3F |
| Octal | 335 | 146 | 246 | 0 | 66 | 31 | 15 | 510 | 100 | 77 |
| Binary | 11011101 | 1100110 | 10100110 | 0 | 110110 | 11001 | 1101 | 101001000 | 1000000 | 111111 |
Color Harmonies of #DD66A6
Complementary color
Monochromatic Colors of #DD66A6
Black with #DD66A6
Text Example
Text Example
White with #DD66A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD66A6; }
p { color: rgb(221,102,166); }
H1.HeaderClassName
{
color: #DD66A6;
}
.AnyTagClassName
{
color: #DD66A6;
}
</style>
background-color css
<style>
a { background-color: #DD66A6; }
a { background-color: rgb(221,102,166); }
div.DivClassName
{
background-color: #DD66A6;
}
.BgClassName
{
background-color: #DD66A6;
}
</style>
border-color css
<style>
span { border-color: #DD66A6; }
span { border-color: rgb(221,102,166); }
td.TdClassName
{
border-color: #DD66A6;
}
.TagClassName
{
border-color: #DD66A6;
}
</style>