Shades of Pale Violet Red #DD6899
Tints of Pale Violet Red #DD6899
RGB
CMYK
RGB Variations
Color information
#DD6899 (or 0xDD6899) is known color: Pale Violet Red. HEX triplet: DD, 68 and 99. RGB value is (221,104,153). Sum of RGB (Red+Green+Blue) = 221+104+153=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6899 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6899 is #229766. Grayscale: #909090. Windows color (decimal): -2266983 or 10053853. OLE color: 10053853.
HSL color Cylindrical-coordinate representation of color #DD6899: hue angle of 334.87º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD6899 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 153 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.13 |
| HSL | 334.87º | 0.63% | 0.64% | - |
| HSV(B) | 334.87º | 0.53% | 0.87% | - |
| XYZ | 40.52 | 27.57 | 33.32 | - |
| YUV | 144.57 | 132.76 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 153 | 0 | 0.53 | 0.31 | 0.13 | 334.87 | 0.63 | 0.64 |
| Hex | DD | 68 | 99 | 0 | 35 | 1F | D | 14F | 3F | 40 |
| Octal | 335 | 150 | 231 | 0 | 65 | 37 | 15 | 517 | 77 | 100 |
| Binary | 11011101 | 1101000 | 10011001 | 0 | 110101 | 11111 | 1101 | 101001111 | 111111 | 1000000 |
Color Harmonies of #DD6899
Complementary color
Monochromatic Colors of #DD6899
Black with #DD6899
Text Example
Text Example
White with #DD6899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6899; }
p { color: rgb(221,104,153); }
H1.HeaderClassName
{
color: #DD6899;
}
.AnyTagClassName
{
color: #DD6899;
}
</style>
background-color css
<style>
a { background-color: #DD6899; }
a { background-color: rgb(221,104,153); }
div.DivClassName
{
background-color: #DD6899;
}
.BgClassName
{
background-color: #DD6899;
}
</style>
border-color css
<style>
span { border-color: #DD6899; }
span { border-color: rgb(221,104,153); }
td.TdClassName
{
border-color: #DD6899;
}
.TagClassName
{
border-color: #DD6899;
}
</style>