Shades of Pale Violet Red #DD6BA9
Tints of Pale Violet Red #DD6BA9
RGB
CMYK
RGB Variations
Color information
#DD6BA9 (or 0xDD6BA9) is known color: Pale Violet Red. HEX triplet: DD, 6B and A9. RGB value is (221,107,169). Sum of RGB (Red+Green+Blue) = 221+107+169=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6BA9 is #229456. Grayscale: #949494. Windows color (decimal): -2266199 or 11103197. OLE color: 11103197.
HSL color Cylindrical-coordinate representation of color #DD6BA9: hue angle of 327.37º 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 #DD6BA9 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 169 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.13 |
| HSL | 327.37º | 0.63% | 0.64% | - |
| HSV(B) | 327.37º | 0.52% | 0.87% | - |
| XYZ | 42.24 | 28.75 | 40.86 | - |
| YUV | 148.15 | 139.77 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 169 | 0 | 0.52 | 0.24 | 0.13 | 327.37 | 0.63 | 0.64 |
| Hex | DD | 6B | A9 | 0 | 34 | 18 | D | 147 | 3F | 40 |
| Octal | 335 | 153 | 251 | 0 | 64 | 30 | 15 | 507 | 77 | 100 |
| Binary | 11011101 | 1101011 | 10101001 | 0 | 110100 | 11000 | 1101 | 101000111 | 111111 | 1000000 |
Color Harmonies of #DD6BA9
Complementary color
Monochromatic Colors of #DD6BA9
Black with #DD6BA9
Text Example
Text Example
White with #DD6BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6BA9; }
p { color: rgb(221,107,169); }
H1.HeaderClassName
{
color: #DD6BA9;
}
.AnyTagClassName
{
color: #DD6BA9;
}
</style>
background-color css
<style>
a { background-color: #DD6BA9; }
a { background-color: rgb(221,107,169); }
div.DivClassName
{
background-color: #DD6BA9;
}
.BgClassName
{
background-color: #DD6BA9;
}
</style>
border-color css
<style>
span { border-color: #DD6BA9; }
span { border-color: rgb(221,107,169); }
td.TdClassName
{
border-color: #DD6BA9;
}
.TagClassName
{
border-color: #DD6BA9;
}
</style>