Shades of Pale Violet Red #DD6991
Tints of Pale Violet Red #DD6991
RGB
CMYK
RGB Variations
Color information
#DD6991 (or 0xDD6991) is known color: Pale Violet Red. HEX triplet: DD, 69 and 91. RGB value is (221,105,145). Sum of RGB (Red+Green+Blue) = 221+105+145=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6991 is #22966E. Grayscale: #909090. Windows color (decimal): -2266735 or 9529821. OLE color: 9529821.
HSL color Cylindrical-coordinate representation of color #DD6991: hue angle of 339.31º 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 #DD6991 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 145 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.13 |
| HSL | 339.31º | 0.63% | 0.64% | - |
| HSV(B) | 339.31º | 0.52% | 0.87% | - |
| XYZ | 39.98 | 27.52 | 29.99 | - |
| YUV | 144.24 | 128.43 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 145 | 0 | 0.52 | 0.34 | 0.13 | 339.31 | 0.63 | 0.64 |
| Hex | DD | 69 | 91 | 0 | 34 | 22 | D | 153 | 3F | 40 |
| Octal | 335 | 151 | 221 | 0 | 64 | 42 | 15 | 523 | 77 | 100 |
| Binary | 11011101 | 1101001 | 10010001 | 0 | 110100 | 100010 | 1101 | 101010011 | 111111 | 1000000 |
Color Harmonies of #DD6991
Complementary color
Monochromatic Colors of #DD6991
Black with #DD6991
Text Example
Text Example
White with #DD6991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6991; }
p { color: rgb(221,105,145); }
H1.HeaderClassName
{
color: #DD6991;
}
.AnyTagClassName
{
color: #DD6991;
}
</style>
background-color css
<style>
a { background-color: #DD6991; }
a { background-color: rgb(221,105,145); }
div.DivClassName
{
background-color: #DD6991;
}
.BgClassName
{
background-color: #DD6991;
}
</style>
border-color css
<style>
span { border-color: #DD6991; }
span { border-color: rgb(221,105,145); }
td.TdClassName
{
border-color: #DD6991;
}
.TagClassName
{
border-color: #DD6991;
}
</style>