Shades of Pale Violet Red #DD66A5
Tints of Pale Violet Red #DD66A5
RGB
CMYK
RGB Variations
Color information
#DD66A5 (or 0xDD66A5) is known color: Pale Violet Red. HEX triplet: DD, 66 and A5. RGB value is (221,102,165). Sum of RGB (Red+Green+Blue) = 221+102+165=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD66A5 is #22995A. Grayscale: #909090. Windows color (decimal): -2267483 or 10839773. OLE color: 10839773.
HSL color Cylindrical-coordinate representation of color #DD66A5: hue angle of 328.24º 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 #DD66A5 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 165 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.13 |
| HSL | 328.24º | 0.64% | 0.63% | - |
| HSV(B) | 328.24º | 0.54% | 0.87% | - |
| XYZ | 41.36 | 27.59 | 38.74 | - |
| YUV | 144.76 | 139.42 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 165 | 0 | 0.54 | 0.25 | 0.13 | 328.24 | 0.64 | 0.63 |
| Hex | DD | 66 | A5 | 0 | 36 | 19 | D | 148 | 40 | 3F |
| Octal | 335 | 146 | 245 | 0 | 66 | 31 | 15 | 510 | 100 | 77 |
| Binary | 11011101 | 1100110 | 10100101 | 0 | 110110 | 11001 | 1101 | 101001000 | 1000000 | 111111 |
Color Harmonies of #DD66A5
Complementary color
Monochromatic Colors of #DD66A5
Black with #DD66A5
Text Example
Text Example
White with #DD66A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD66A5; }
p { color: rgb(221,102,165); }
H1.HeaderClassName
{
color: #DD66A5;
}
.AnyTagClassName
{
color: #DD66A5;
}
</style>
background-color css
<style>
a { background-color: #DD66A5; }
a { background-color: rgb(221,102,165); }
div.DivClassName
{
background-color: #DD66A5;
}
.BgClassName
{
background-color: #DD66A5;
}
</style>
border-color css
<style>
span { border-color: #DD66A5; }
span { border-color: rgb(221,102,165); }
td.TdClassName
{
border-color: #DD66A5;
}
.TagClassName
{
border-color: #DD66A5;
}
</style>