Shades of Pale Violet Red #DD719D
Tints of Pale Violet Red #DD719D
RGB
CMYK
RGB Variations
Color information
#DD719D (or 0xDD719D) is known color: Pale Violet Red. HEX triplet: DD, 71 and 9D. RGB value is (221,113,157). Sum of RGB (Red+Green+Blue) = 221+113+157=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD719D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD719D is #228E62. Grayscale: #969696. Windows color (decimal): -2264675 or 10318301. OLE color: 10318301.
HSL color Cylindrical-coordinate representation of color #DD719D: hue angle of 335.56º 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 #DD719D is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 157 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.13 |
| HSL | 335.56º | 0.61% | 0.65% | - |
| HSV(B) | 335.56º | 0.49% | 0.87% | - |
| XYZ | 41.81 | 29.62 | 35.41 | - |
| YUV | 150.31 | 131.78 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 157 | 0 | 0.49 | 0.29 | 0.13 | 335.56 | 0.61 | 0.65 |
| Hex | DD | 71 | 9D | 0 | 31 | 1D | D | 150 | 3D | 41 |
| Octal | 335 | 161 | 235 | 0 | 61 | 35 | 15 | 520 | 75 | 101 |
| Binary | 11011101 | 1110001 | 10011101 | 0 | 110001 | 11101 | 1101 | 101010000 | 111101 | 1000001 |
Color Harmonies of #DD719D
Complementary color
Monochromatic Colors of #DD719D
Black with #DD719D
Text Example
Text Example
White with #DD719D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD719D; }
p { color: rgb(221,113,157); }
H1.HeaderClassName
{
color: #DD719D;
}
.AnyTagClassName
{
color: #DD719D;
}
</style>
background-color css
<style>
a { background-color: #DD719D; }
a { background-color: rgb(221,113,157); }
div.DivClassName
{
background-color: #DD719D;
}
.BgClassName
{
background-color: #DD719D;
}
</style>
border-color css
<style>
span { border-color: #DD719D; }
span { border-color: rgb(221,113,157); }
td.TdClassName
{
border-color: #DD719D;
}
.TagClassName
{
border-color: #DD719D;
}
</style>