Shades of Pale Violet Red #DD66A7
Tints of Pale Violet Red #DD66A7
RGB
CMYK
RGB Variations
Color information
#DD66A7 (or 0xDD66A7) is known color: Pale Violet Red. HEX triplet: DD, 66 and A7. RGB value is (221,102,167). Sum of RGB (Red+Green+Blue) = 221+102+167=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 167 (65.62% from 255 or 34.08% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD66A7 is #229958. Grayscale: #909090. Windows color (decimal): -2267481 or 10970845. OLE color: 10970845.
HSL color Cylindrical-coordinate representation of color #DD66A7: hue angle of 327.23º 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 #DD66A7 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 167 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.13 |
| HSL | 327.23º | 0.64% | 0.63% | - |
| HSV(B) | 327.23º | 0.54% | 0.87% | - |
| XYZ | 41.55 | 27.66 | 39.71 | - |
| YUV | 144.99 | 140.42 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 167 | 0 | 0.54 | 0.24 | 0.13 | 327.23 | 0.64 | 0.63 |
| Hex | DD | 66 | A7 | 0 | 36 | 18 | D | 147 | 40 | 3F |
| Octal | 335 | 146 | 247 | 0 | 66 | 30 | 15 | 507 | 100 | 77 |
| Binary | 11011101 | 1100110 | 10100111 | 0 | 110110 | 11000 | 1101 | 101000111 | 1000000 | 111111 |
Color Harmonies of #DD66A7
Complementary color
Monochromatic Colors of #DD66A7
Black with #DD66A7
Text Example
Text Example
White with #DD66A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD66A7; }
p { color: rgb(221,102,167); }
H1.HeaderClassName
{
color: #DD66A7;
}
.AnyTagClassName
{
color: #DD66A7;
}
</style>
background-color css
<style>
a { background-color: #DD66A7; }
a { background-color: rgb(221,102,167); }
div.DivClassName
{
background-color: #DD66A7;
}
.BgClassName
{
background-color: #DD66A7;
}
</style>
border-color css
<style>
span { border-color: #DD66A7; }
span { border-color: rgb(221,102,167); }
td.TdClassName
{
border-color: #DD66A7;
}
.TagClassName
{
border-color: #DD66A7;
}
</style>