Shades of Pale Violet Red #DD69A7
Tints of Pale Violet Red #DD69A7
RGB
CMYK
RGB Variations
Color information
#DD69A7 (or 0xDD69A7) is known color: Pale Violet Red. HEX triplet: DD, 69 and A7. RGB value is (221,105,167). Sum of RGB (Red+Green+Blue) = 221+105+167=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 167 (65.62% from 255 or 33.87% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD69A7 is #229658. Grayscale: #929292. Windows color (decimal): -2266713 or 10971613. OLE color: 10971613.
HSL color Cylindrical-coordinate representation of color #DD69A7: hue angle of 327.93º 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 #DD69A7 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 167 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.13 |
| HSL | 327.93º | 0.63% | 0.64% | - |
| HSV(B) | 327.93º | 0.52% | 0.87% | - |
| XYZ | 41.85 | 28.27 | 39.81 | - |
| YUV | 146.75 | 139.43 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 167 | 0 | 0.52 | 0.24 | 0.13 | 327.93 | 0.63 | 0.64 |
| Hex | DD | 69 | A7 | 0 | 34 | 18 | D | 148 | 3F | 40 |
| Octal | 335 | 151 | 247 | 0 | 64 | 30 | 15 | 510 | 77 | 100 |
| Binary | 11011101 | 1101001 | 10100111 | 0 | 110100 | 11000 | 1101 | 101001000 | 111111 | 1000000 |
Color Harmonies of #DD69A7
Complementary color
Monochromatic Colors of #DD69A7
Black with #DD69A7
Text Example
Text Example
White with #DD69A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD69A7; }
p { color: rgb(221,105,167); }
H1.HeaderClassName
{
color: #DD69A7;
}
.AnyTagClassName
{
color: #DD69A7;
}
</style>
background-color css
<style>
a { background-color: #DD69A7; }
a { background-color: rgb(221,105,167); }
div.DivClassName
{
background-color: #DD69A7;
}
.BgClassName
{
background-color: #DD69A7;
}
</style>
border-color css
<style>
span { border-color: #DD69A7; }
span { border-color: rgb(221,105,167); }
td.TdClassName
{
border-color: #DD69A7;
}
.TagClassName
{
border-color: #DD69A7;
}
</style>