Shades of Pale Violet Red #DD7691
Tints of Pale Violet Red #DD7691
RGB
CMYK
RGB Variations
Color information
#DD7691 (or 0xDD7691) is known color: Pale Violet Red. HEX triplet: DD, 76 and 91. RGB value is (221,118,145). Sum of RGB (Red+Green+Blue) = 221+118+145=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7691 is #22896E. Grayscale: #979797. Windows color (decimal): -2263407 or 9533149. OLE color: 9533149.
HSL color Cylindrical-coordinate representation of color #DD7691: hue angle of 344.27º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7691 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 145 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.13 |
| HSL | 344.27º | 0.6% | 0.66% | - |
| HSV(B) | 344.27º | 0.47% | 0.87% | - |
| XYZ | 41.41 | 30.37 | 30.47 | - |
| YUV | 151.88 | 124.12 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 145 | 0 | 0.47 | 0.34 | 0.13 | 344.27 | 0.6 | 0.66 |
| Hex | DD | 76 | 91 | 0 | 2F | 22 | D | 158 | 3C | 42 |
| Octal | 335 | 166 | 221 | 0 | 57 | 42 | 15 | 530 | 74 | 102 |
| Binary | 11011101 | 1110110 | 10010001 | 0 | 101111 | 100010 | 1101 | 101011000 | 111100 | 1000010 |
Color Harmonies of #DD7691
Complementary color
Monochromatic Colors of #DD7691
Black with #DD7691
Text Example
Text Example
White with #DD7691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7691; }
p { color: rgb(221,118,145); }
H1.HeaderClassName
{
color: #DD7691;
}
.AnyTagClassName
{
color: #DD7691;
}
</style>
background-color css
<style>
a { background-color: #DD7691; }
a { background-color: rgb(221,118,145); }
div.DivClassName
{
background-color: #DD7691;
}
.BgClassName
{
background-color: #DD7691;
}
</style>
border-color css
<style>
span { border-color: #DD7691; }
span { border-color: rgb(221,118,145); }
td.TdClassName
{
border-color: #DD7691;
}
.TagClassName
{
border-color: #DD7691;
}
</style>