Shades of Pale Violet Red #DD709C
Tints of Pale Violet Red #DD709C
RGB
CMYK
RGB Variations
Color information
#DD709C (or 0xDD709C) is known color: Pale Violet Red. HEX triplet: DD, 70 and 9C. RGB value is (221,112,156). Sum of RGB (Red+Green+Blue) = 221+112+156=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD709C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD709C is #228F63. Grayscale: #959595. Windows color (decimal): -2264932 or 10252509. OLE color: 10252509.
HSL color Cylindrical-coordinate representation of color #DD709C: hue angle of 335.78º 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 #DD709C is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 156 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.13 |
| HSL | 335.78º | 0.62% | 0.65% | - |
| HSV(B) | 335.78º | 0.49% | 0.87% | - |
| XYZ | 41.61 | 29.36 | 34.93 | - |
| YUV | 149.61 | 131.61 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 156 | 0 | 0.49 | 0.29 | 0.13 | 335.78 | 0.62 | 0.65 |
| Hex | DD | 70 | 9C | 0 | 31 | 1D | D | 150 | 3E | 41 |
| Octal | 335 | 160 | 234 | 0 | 61 | 35 | 15 | 520 | 76 | 101 |
| Binary | 11011101 | 1110000 | 10011100 | 0 | 110001 | 11101 | 1101 | 101010000 | 111110 | 1000001 |
Color Harmonies of #DD709C
Complementary color
Monochromatic Colors of #DD709C
Black with #DD709C
Text Example
Text Example
White with #DD709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD709C; }
p { color: rgb(221,112,156); }
H1.HeaderClassName
{
color: #DD709C;
}
.AnyTagClassName
{
color: #DD709C;
}
</style>
background-color css
<style>
a { background-color: #DD709C; }
a { background-color: rgb(221,112,156); }
div.DivClassName
{
background-color: #DD709C;
}
.BgClassName
{
background-color: #DD709C;
}
</style>
border-color css
<style>
span { border-color: #DD709C; }
span { border-color: rgb(221,112,156); }
td.TdClassName
{
border-color: #DD709C;
}
.TagClassName
{
border-color: #DD709C;
}
</style>