Shades of Pale Violet Red #DD6191
Tints of Pale Violet Red #DD6191
RGB
CMYK
RGB Variations
Color information
#DD6191 (or 0xDD6191) is known color: Pale Violet Red. HEX triplet: DD, 61 and 91. RGB value is (221,97,145). Sum of RGB (Red+Green+Blue) = 221+97+145=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6191 is #229E6E. Grayscale: #8B8B8B. Windows color (decimal): -2268783 or 9527773. OLE color: 9527773.
HSL color Cylindrical-coordinate representation of color #DD6191: hue angle of 336.77º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD6191 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 145 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.13 |
| HSL | 336.77º | 0.65% | 0.62% | - |
| HSV(B) | 336.77º | 0.56% | 0.87% | - |
| XYZ | 39.2 | 25.97 | 29.73 | - |
| YUV | 139.55 | 131.08 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 145 | 0 | 0.56 | 0.34 | 0.13 | 336.77 | 0.65 | 0.62 |
| Hex | DD | 61 | 91 | 0 | 38 | 22 | D | 151 | 41 | 3E |
| Octal | 335 | 141 | 221 | 0 | 70 | 42 | 15 | 521 | 101 | 76 |
| Binary | 11011101 | 1100001 | 10010001 | 0 | 111000 | 100010 | 1101 | 101010001 | 1000001 | 111110 |
Color Harmonies of #DD6191
Complementary color
Monochromatic Colors of #DD6191
Black with #DD6191
Text Example
Text Example
White with #DD6191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6191; }
p { color: rgb(221,97,145); }
H1.HeaderClassName
{
color: #DD6191;
}
.AnyTagClassName
{
color: #DD6191;
}
</style>
background-color css
<style>
a { background-color: #DD6191; }
a { background-color: rgb(221,97,145); }
div.DivClassName
{
background-color: #DD6191;
}
.BgClassName
{
background-color: #DD6191;
}
</style>
border-color css
<style>
span { border-color: #DD6191; }
span { border-color: rgb(221,97,145); }
td.TdClassName
{
border-color: #DD6191;
}
.TagClassName
{
border-color: #DD6191;
}
</style>