Shades of Pale Violet Red #DD669D
Tints of Pale Violet Red #DD669D
RGB
CMYK
RGB Variations
Color information
#DD669D (or 0xDD669D) is known color: Pale Violet Red. HEX triplet: DD, 66 and 9D. RGB value is (221,102,157). Sum of RGB (Red+Green+Blue) = 221+102+157=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 102 (40.23% from 255 or 21.25% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD669D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD669D is #229962. Grayscale: #8F8F8F. Windows color (decimal): -2267491 or 10315485. OLE color: 10315485.
HSL color Cylindrical-coordinate representation of color #DD669D: hue angle of 332.27º 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 #DD669D is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 157 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.13 |
| HSL | 332.27º | 0.64% | 0.63% | - |
| HSV(B) | 332.27º | 0.54% | 0.87% | - |
| XYZ | 40.66 | 27.31 | 35.03 | - |
| YUV | 143.85 | 135.42 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 157 | 0 | 0.54 | 0.29 | 0.13 | 332.27 | 0.64 | 0.63 |
| Hex | DD | 66 | 9D | 0 | 36 | 1D | D | 14C | 40 | 3F |
| Octal | 335 | 146 | 235 | 0 | 66 | 35 | 15 | 514 | 100 | 77 |
| Binary | 11011101 | 1100110 | 10011101 | 0 | 110110 | 11101 | 1101 | 101001100 | 1000000 | 111111 |
Color Harmonies of #DD669D
Complementary color
Monochromatic Colors of #DD669D
Black with #DD669D
Text Example
Text Example
White with #DD669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD669D; }
p { color: rgb(221,102,157); }
H1.HeaderClassName
{
color: #DD669D;
}
.AnyTagClassName
{
color: #DD669D;
}
</style>
background-color css
<style>
a { background-color: #DD669D; }
a { background-color: rgb(221,102,157); }
div.DivClassName
{
background-color: #DD669D;
}
.BgClassName
{
background-color: #DD669D;
}
</style>
border-color css
<style>
span { border-color: #DD669D; }
span { border-color: rgb(221,102,157); }
td.TdClassName
{
border-color: #DD669D;
}
.TagClassName
{
border-color: #DD669D;
}
</style>