Shades of Pale Violet Red #DD719B
Tints of Pale Violet Red #DD719B
RGB
CMYK
RGB Variations
Color information
#DD719B (or 0xDD719B) is known color: Pale Violet Red. HEX triplet: DD, 71 and 9B. RGB value is (221,113,155). Sum of RGB (Red+Green+Blue) = 221+113+155=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD719B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD719B is #228E64. Grayscale: #969696. Windows color (decimal): -2264677 or 10187229. OLE color: 10187229.
HSL color Cylindrical-coordinate representation of color #DD719B: hue angle of 336.67º 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 #DD719B is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 155 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.13 |
| HSL | 336.67º | 0.61% | 0.65% | - |
| HSV(B) | 336.67º | 0.49% | 0.87% | - |
| XYZ | 41.64 | 29.55 | 34.52 | - |
| YUV | 150.08 | 130.78 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 155 | 0 | 0.49 | 0.30 | 0.13 | 336.67 | 0.61 | 0.65 |
| Hex | DD | 71 | 9B | 0 | 31 | 1E | D | 151 | 3D | 41 |
| Octal | 335 | 161 | 233 | 0 | 61 | 36 | 15 | 521 | 75 | 101 |
| Binary | 11011101 | 1110001 | 10011011 | 0 | 110001 | 11110 | 1101 | 101010001 | 111101 | 1000001 |
Color Harmonies of #DD719B
Complementary color
Monochromatic Colors of #DD719B
Black with #DD719B
Text Example
Text Example
White with #DD719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD719B; }
p { color: rgb(221,113,155); }
H1.HeaderClassName
{
color: #DD719B;
}
.AnyTagClassName
{
color: #DD719B;
}
</style>
background-color css
<style>
a { background-color: #DD719B; }
a { background-color: rgb(221,113,155); }
div.DivClassName
{
background-color: #DD719B;
}
.BgClassName
{
background-color: #DD719B;
}
</style>
border-color css
<style>
span { border-color: #DD719B; }
span { border-color: rgb(221,113,155); }
td.TdClassName
{
border-color: #DD719B;
}
.TagClassName
{
border-color: #DD719B;
}
</style>