Shades of Pale Violet Red #DD69A8
Tints of Pale Violet Red #DD69A8
RGB
CMYK
RGB Variations
Color information
#DD69A8 (or 0xDD69A8) is known color: Pale Violet Red. HEX triplet: DD, 69 and A8. RGB value is (221,105,168). Sum of RGB (Red+Green+Blue) = 221+105+168=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD69A8 is #229657. Grayscale: #929292. Windows color (decimal): -2266712 or 11037149. OLE color: 11037149.
HSL color Cylindrical-coordinate representation of color #DD69A8: hue angle of 327.41º 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 #DD69A8 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 168 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.13 |
| HSL | 327.41º | 0.63% | 0.64% | - |
| HSV(B) | 327.41º | 0.52% | 0.87% | - |
| XYZ | 41.94 | 28.3 | 40.3 | - |
| YUV | 146.87 | 139.93 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 168 | 0 | 0.52 | 0.24 | 0.13 | 327.41 | 0.63 | 0.64 |
| Hex | DD | 69 | A8 | 0 | 34 | 18 | D | 147 | 3F | 40 |
| Octal | 335 | 151 | 250 | 0 | 64 | 30 | 15 | 507 | 77 | 100 |
| Binary | 11011101 | 1101001 | 10101000 | 0 | 110100 | 11000 | 1101 | 101000111 | 111111 | 1000000 |
Color Harmonies of #DD69A8
Complementary color
Monochromatic Colors of #DD69A8
Black with #DD69A8
Text Example
Text Example
White with #DD69A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD69A8; }
p { color: rgb(221,105,168); }
H1.HeaderClassName
{
color: #DD69A8;
}
.AnyTagClassName
{
color: #DD69A8;
}
</style>
background-color css
<style>
a { background-color: #DD69A8; }
a { background-color: rgb(221,105,168); }
div.DivClassName
{
background-color: #DD69A8;
}
.BgClassName
{
background-color: #DD69A8;
}
</style>
border-color css
<style>
span { border-color: #DD69A8; }
span { border-color: rgb(221,105,168); }
td.TdClassName
{
border-color: #DD69A8;
}
.TagClassName
{
border-color: #DD69A8;
}
</style>