Shades of Pale Violet Red #DD6B99
Tints of Pale Violet Red #DD6B99
RGB
CMYK
RGB Variations
Color information
#DD6B99 (or 0xDD6B99) is known color: Pale Violet Red. HEX triplet: DD, 6B and 99. RGB value is (221,107,153). Sum of RGB (Red+Green+Blue) = 221+107+153=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6B99 is #229466. Grayscale: #929292. Windows color (decimal): -2266215 or 10054621. OLE color: 10054621.
HSL color Cylindrical-coordinate representation of color #DD6B99: hue angle of 335.79º 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 #DD6B99 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 153 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.13 |
| HSL | 335.79º | 0.63% | 0.64% | - |
| HSV(B) | 335.79º | 0.52% | 0.87% | - |
| XYZ | 40.83 | 28.19 | 33.43 | - |
| YUV | 146.33 | 131.77 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 153 | 0 | 0.52 | 0.31 | 0.13 | 335.79 | 0.63 | 0.64 |
| Hex | DD | 6B | 99 | 0 | 34 | 1F | D | 150 | 3F | 40 |
| Octal | 335 | 153 | 231 | 0 | 64 | 37 | 15 | 520 | 77 | 100 |
| Binary | 11011101 | 1101011 | 10011001 | 0 | 110100 | 11111 | 1101 | 101010000 | 111111 | 1000000 |
Color Harmonies of #DD6B99
Complementary color
Monochromatic Colors of #DD6B99
Black with #DD6B99
Text Example
Text Example
White with #DD6B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B99; }
p { color: rgb(221,107,153); }
H1.HeaderClassName
{
color: #DD6B99;
}
.AnyTagClassName
{
color: #DD6B99;
}
</style>
background-color css
<style>
a { background-color: #DD6B99; }
a { background-color: rgb(221,107,153); }
div.DivClassName
{
background-color: #DD6B99;
}
.BgClassName
{
background-color: #DD6B99;
}
</style>
border-color css
<style>
span { border-color: #DD6B99; }
span { border-color: rgb(221,107,153); }
td.TdClassName
{
border-color: #DD6B99;
}
.TagClassName
{
border-color: #DD6B99;
}
</style>