Shades of Pale Violet Red #DD6199
Tints of Pale Violet Red #DD6199
RGB
CMYK
RGB Variations
Color information
#DD6199 (or 0xDD6199) is known color: Pale Violet Red. HEX triplet: DD, 61 and 99. RGB value is (221,97,153). Sum of RGB (Red+Green+Blue) = 221+97+153=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6199 is #229E66. Grayscale: #8C8C8C. Windows color (decimal): -2268775 or 10052061. OLE color: 10052061.
HSL color Cylindrical-coordinate representation of color #DD6199: hue angle of 332.9º 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 #DD6199 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 153 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.13 |
| HSL | 332.9º | 0.65% | 0.62% | - |
| HSV(B) | 332.9º | 0.56% | 0.87% | - |
| XYZ | 39.84 | 26.22 | 33.1 | - |
| YUV | 140.46 | 135.08 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 153 | 0 | 0.56 | 0.31 | 0.13 | 332.9 | 0.65 | 0.62 |
| Hex | DD | 61 | 99 | 0 | 38 | 1F | D | 14D | 41 | 3E |
| Octal | 335 | 141 | 231 | 0 | 70 | 37 | 15 | 515 | 101 | 76 |
| Binary | 11011101 | 1100001 | 10011001 | 0 | 111000 | 11111 | 1101 | 101001101 | 1000001 | 111110 |
Color Harmonies of #DD6199
Complementary color
Monochromatic Colors of #DD6199
Black with #DD6199
Text Example
Text Example
White with #DD6199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6199; }
p { color: rgb(221,97,153); }
H1.HeaderClassName
{
color: #DD6199;
}
.AnyTagClassName
{
color: #DD6199;
}
</style>
background-color css
<style>
a { background-color: #DD6199; }
a { background-color: rgb(221,97,153); }
div.DivClassName
{
background-color: #DD6199;
}
.BgClassName
{
background-color: #DD6199;
}
</style>
border-color css
<style>
span { border-color: #DD6199; }
span { border-color: rgb(221,97,153); }
td.TdClassName
{
border-color: #DD6199;
}
.TagClassName
{
border-color: #DD6199;
}
</style>