Shades of Pale Violet Red #DD69A0
Tints of Pale Violet Red #DD69A0
RGB
CMYK
RGB Variations
Color information
#DD69A0 (or 0xDD69A0) is known color: Pale Violet Red. HEX triplet: DD, 69 and A0. RGB value is (221,105,160). Sum of RGB (Red+Green+Blue) = 221+105+160=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD69A0 is #22965F. Grayscale: #919191. Windows color (decimal): -2266720 or 10512861. OLE color: 10512861.
HSL color Cylindrical-coordinate representation of color #DD69A0: hue angle of 331.55º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD69A0 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 160 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.13 |
| HSL | 331.55º | 0.63% | 0.64% | - |
| HSV(B) | 331.55º | 0.52% | 0.87% | - |
| XYZ | 41.22 | 28.01 | 36.49 | - |
| YUV | 145.95 | 135.93 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 160 | 0 | 0.52 | 0.28 | 0.13 | 331.55 | 0.63 | 0.64 |
| Hex | DD | 69 | A0 | 0 | 34 | 1C | D | 14C | 3F | 40 |
| Octal | 335 | 151 | 240 | 0 | 64 | 34 | 15 | 514 | 77 | 100 |
| Binary | 11011101 | 1101001 | 10100000 | 0 | 110100 | 11100 | 1101 | 101001100 | 111111 | 1000000 |
Color Harmonies of #DD69A0
Complementary color
Monochromatic Colors of #DD69A0
Black with #DD69A0
Text Example
Text Example
White with #DD69A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD69A0; }
p { color: rgb(221,105,160); }
H1.HeaderClassName
{
color: #DD69A0;
}
.AnyTagClassName
{
color: #DD69A0;
}
</style>
background-color css
<style>
a { background-color: #DD69A0; }
a { background-color: rgb(221,105,160); }
div.DivClassName
{
background-color: #DD69A0;
}
.BgClassName
{
background-color: #DD69A0;
}
</style>
border-color css
<style>
span { border-color: #DD69A0; }
span { border-color: rgb(221,105,160); }
td.TdClassName
{
border-color: #DD69A0;
}
.TagClassName
{
border-color: #DD69A0;
}
</style>