Shades of Pale Violet Red #DD719C
Tints of Pale Violet Red #DD719C
RGB
CMYK
RGB Variations
Color information
#DD719C (or 0xDD719C) is known color: Pale Violet Red. HEX triplet: DD, 71 and 9C. RGB value is (221,113,156). Sum of RGB (Red+Green+Blue) = 221+113+156=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD719C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD719C is #228E63. Grayscale: #969696. Windows color (decimal): -2264676 or 10252765. OLE color: 10252765.
HSL color Cylindrical-coordinate representation of color #DD719C: hue angle of 336.11º 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 #DD719C is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 156 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.13 |
| HSL | 336.11º | 0.61% | 0.65% | - |
| HSV(B) | 336.11º | 0.49% | 0.87% | - |
| XYZ | 41.72 | 29.58 | 34.96 | - |
| YUV | 150.19 | 131.28 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 156 | 0 | 0.49 | 0.29 | 0.13 | 336.11 | 0.61 | 0.65 |
| Hex | DD | 71 | 9C | 0 | 31 | 1D | D | 150 | 3D | 41 |
| Octal | 335 | 161 | 234 | 0 | 61 | 35 | 15 | 520 | 75 | 101 |
| Binary | 11011101 | 1110001 | 10011100 | 0 | 110001 | 11101 | 1101 | 101010000 | 111101 | 1000001 |
Color Harmonies of #DD719C
Complementary color
Monochromatic Colors of #DD719C
Black with #DD719C
Text Example
Text Example
White with #DD719C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD719C; }
p { color: rgb(221,113,156); }
H1.HeaderClassName
{
color: #DD719C;
}
.AnyTagClassName
{
color: #DD719C;
}
</style>
background-color css
<style>
a { background-color: #DD719C; }
a { background-color: rgb(221,113,156); }
div.DivClassName
{
background-color: #DD719C;
}
.BgClassName
{
background-color: #DD719C;
}
</style>
border-color css
<style>
span { border-color: #DD719C; }
span { border-color: rgb(221,113,156); }
td.TdClassName
{
border-color: #DD719C;
}
.TagClassName
{
border-color: #DD719C;
}
</style>