Shades of Pale Violet Red #DD668C
Tints of Pale Violet Red #DD668C
RGB
CMYK
RGB Variations
Color information
#DD668C (or 0xDD668C) is known color: Pale Violet Red. HEX triplet: DD, 66 and 8C. RGB value is (221,102,140). Sum of RGB (Red+Green+Blue) = 221+102+140=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD668C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD668C is #229973. Grayscale: #8D8D8D. Windows color (decimal): -2267508 or 9201373. OLE color: 9201373.
HSL color Cylindrical-coordinate representation of color #DD668C: hue angle of 340.84º 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 #DD668C is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 140 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.13 |
| HSL | 340.84º | 0.64% | 0.63% | - |
| HSV(B) | 340.84º | 0.54% | 0.87% | - |
| XYZ | 39.3 | 26.77 | 27.91 | - |
| YUV | 141.91 | 126.92 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 140 | 0 | 0.54 | 0.37 | 0.13 | 340.84 | 0.64 | 0.63 |
| Hex | DD | 66 | 8C | 0 | 36 | 25 | D | 155 | 40 | 3F |
| Octal | 335 | 146 | 214 | 0 | 66 | 45 | 15 | 525 | 100 | 77 |
| Binary | 11011101 | 1100110 | 10001100 | 0 | 110110 | 100101 | 1101 | 101010101 | 1000000 | 111111 |
Color Harmonies of #DD668C
Complementary color
Monochromatic Colors of #DD668C
Black with #DD668C
Text Example
Text Example
White with #DD668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD668C; }
p { color: rgb(221,102,140); }
H1.HeaderClassName
{
color: #DD668C;
}
.AnyTagClassName
{
color: #DD668C;
}
</style>
background-color css
<style>
a { background-color: #DD668C; }
a { background-color: rgb(221,102,140); }
div.DivClassName
{
background-color: #DD668C;
}
.BgClassName
{
background-color: #DD668C;
}
</style>
border-color css
<style>
span { border-color: #DD668C; }
span { border-color: rgb(221,102,140); }
td.TdClassName
{
border-color: #DD668C;
}
.TagClassName
{
border-color: #DD668C;
}
</style>