Shades of Pale Violet Red #DD7199
Tints of Pale Violet Red #DD7199
RGB
CMYK
RGB Variations
Color information
#DD7199 (or 0xDD7199) is known color: Pale Violet Red. HEX triplet: DD, 71 and 99. RGB value is (221,113,153). Sum of RGB (Red+Green+Blue) = 221+113+153=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7199 is #228E66. Grayscale: #959595. Windows color (decimal): -2264679 or 10056157. OLE color: 10056157.
HSL color Cylindrical-coordinate representation of color #DD7199: hue angle of 337.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD7199 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 153 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.13 |
| HSL | 337.78º | 0.61% | 0.65% | - |
| HSV(B) | 337.78º | 0.49% | 0.87% | - |
| XYZ | 41.47 | 29.48 | 33.64 | - |
| YUV | 149.85 | 129.78 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 153 | 0 | 0.49 | 0.31 | 0.13 | 337.78 | 0.61 | 0.65 |
| Hex | DD | 71 | 99 | 0 | 31 | 1F | D | 152 | 3D | 41 |
| Octal | 335 | 161 | 231 | 0 | 61 | 37 | 15 | 522 | 75 | 101 |
| Binary | 11011101 | 1110001 | 10011001 | 0 | 110001 | 11111 | 1101 | 101010010 | 111101 | 1000001 |
Color Harmonies of #DD7199
Complementary color
Monochromatic Colors of #DD7199
Black with #DD7199
Text Example
Text Example
White with #DD7199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7199; }
p { color: rgb(221,113,153); }
H1.HeaderClassName
{
color: #DD7199;
}
.AnyTagClassName
{
color: #DD7199;
}
</style>
background-color css
<style>
a { background-color: #DD7199; }
a { background-color: rgb(221,113,153); }
div.DivClassName
{
background-color: #DD7199;
}
.BgClassName
{
background-color: #DD7199;
}
</style>
border-color css
<style>
span { border-color: #DD7199; }
span { border-color: rgb(221,113,153); }
td.TdClassName
{
border-color: #DD7199;
}
.TagClassName
{
border-color: #DD7199;
}
</style>