Shades of Pale Violet Red #DD709D
Tints of Pale Violet Red #DD709D
RGB
CMYK
RGB Variations
Color information
#DD709D (or 0xDD709D) is known color: Pale Violet Red. HEX triplet: DD, 70 and 9D. RGB value is (221,112,157). Sum of RGB (Red+Green+Blue) = 221+112+157=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD709D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD709D is #228F62. Grayscale: #959595. Windows color (decimal): -2264931 or 10318045. OLE color: 10318045.
HSL color Cylindrical-coordinate representation of color #DD709D: hue angle of 335.23º degrees, saturation: 0.62, 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 #DD709D is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 157 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.13 |
| HSL | 335.23º | 0.62% | 0.65% | - |
| HSV(B) | 335.23º | 0.49% | 0.87% | - |
| XYZ | 41.7 | 29.39 | 35.37 | - |
| YUV | 149.72 | 132.11 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 157 | 0 | 0.49 | 0.29 | 0.13 | 335.23 | 0.62 | 0.65 |
| Hex | DD | 70 | 9D | 0 | 31 | 1D | D | 14F | 3E | 41 |
| Octal | 335 | 160 | 235 | 0 | 61 | 35 | 15 | 517 | 76 | 101 |
| Binary | 11011101 | 1110000 | 10011101 | 0 | 110001 | 11101 | 1101 | 101001111 | 111110 | 1000001 |
Color Harmonies of #DD709D
Complementary color
Monochromatic Colors of #DD709D
Black with #DD709D
Text Example
Text Example
White with #DD709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD709D; }
p { color: rgb(221,112,157); }
H1.HeaderClassName
{
color: #DD709D;
}
.AnyTagClassName
{
color: #DD709D;
}
</style>
background-color css
<style>
a { background-color: #DD709D; }
a { background-color: rgb(221,112,157); }
div.DivClassName
{
background-color: #DD709D;
}
.BgClassName
{
background-color: #DD709D;
}
</style>
border-color css
<style>
span { border-color: #DD709D; }
span { border-color: rgb(221,112,157); }
td.TdClassName
{
border-color: #DD709D;
}
.TagClassName
{
border-color: #DD709D;
}
</style>