Shades of Pale Violet Red #DD68A9
Tints of Pale Violet Red #DD68A9
RGB
CMYK
RGB Variations
Color information
#DD68A9 (or 0xDD68A9) is known color: Pale Violet Red. HEX triplet: DD, 68 and A9. RGB value is (221,104,169). Sum of RGB (Red+Green+Blue) = 221+104+169=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 169 (66.41% from 255 or 34.21% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD68A9 is #229756. Grayscale: #929292. Windows color (decimal): -2266967 or 11102429. OLE color: 11102429.
HSL color Cylindrical-coordinate representation of color #DD68A9: hue angle of 326.67º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD68A9 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 169 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.13 |
| HSL | 326.67º | 0.63% | 0.64% | - |
| HSV(B) | 326.67º | 0.53% | 0.87% | - |
| XYZ | 41.93 | 28.14 | 40.76 | - |
| YUV | 146.39 | 140.76 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 169 | 0 | 0.53 | 0.24 | 0.13 | 326.67 | 0.63 | 0.64 |
| Hex | DD | 68 | A9 | 0 | 35 | 18 | D | 147 | 3F | 40 |
| Octal | 335 | 150 | 251 | 0 | 65 | 30 | 15 | 507 | 77 | 100 |
| Binary | 11011101 | 1101000 | 10101001 | 0 | 110101 | 11000 | 1101 | 101000111 | 111111 | 1000000 |
Color Harmonies of #DD68A9
Complementary color
Monochromatic Colors of #DD68A9
Black with #DD68A9
Text Example
Text Example
White with #DD68A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68A9; }
p { color: rgb(221,104,169); }
H1.HeaderClassName
{
color: #DD68A9;
}
.AnyTagClassName
{
color: #DD68A9;
}
</style>
background-color css
<style>
a { background-color: #DD68A9; }
a { background-color: rgb(221,104,169); }
div.DivClassName
{
background-color: #DD68A9;
}
.BgClassName
{
background-color: #DD68A9;
}
</style>
border-color css
<style>
span { border-color: #DD68A9; }
span { border-color: rgb(221,104,169); }
td.TdClassName
{
border-color: #DD68A9;
}
.TagClassName
{
border-color: #DD68A9;
}
</style>