Shades of Pale Violet Red #DD709B
Tints of Pale Violet Red #DD709B
RGB
CMYK
RGB Variations
Color information
#DD709B (or 0xDD709B) is known color: Pale Violet Red. HEX triplet: DD, 70 and 9B. RGB value is (221,112,155). Sum of RGB (Red+Green+Blue) = 221+112+155=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD709B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD709B is #228F64. Grayscale: #959595. Windows color (decimal): -2264933 or 10186973. OLE color: 10186973.
HSL color Cylindrical-coordinate representation of color #DD709B: hue angle of 336.33º 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 #DD709B is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 155 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.13 |
| HSL | 336.33º | 0.62% | 0.65% | - |
| HSV(B) | 336.33º | 0.49% | 0.87% | - |
| XYZ | 41.53 | 29.33 | 34.48 | - |
| YUV | 149.49 | 131.11 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 155 | 0 | 0.49 | 0.30 | 0.13 | 336.33 | 0.62 | 0.65 |
| Hex | DD | 70 | 9B | 0 | 31 | 1E | D | 150 | 3E | 41 |
| Octal | 335 | 160 | 233 | 0 | 61 | 36 | 15 | 520 | 76 | 101 |
| Binary | 11011101 | 1110000 | 10011011 | 0 | 110001 | 11110 | 1101 | 101010000 | 111110 | 1000001 |
Color Harmonies of #DD709B
Complementary color
Monochromatic Colors of #DD709B
Black with #DD709B
Text Example
Text Example
White with #DD709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD709B; }
p { color: rgb(221,112,155); }
H1.HeaderClassName
{
color: #DD709B;
}
.AnyTagClassName
{
color: #DD709B;
}
</style>
background-color css
<style>
a { background-color: #DD709B; }
a { background-color: rgb(221,112,155); }
div.DivClassName
{
background-color: #DD709B;
}
.BgClassName
{
background-color: #DD709B;
}
</style>
border-color css
<style>
span { border-color: #DD709B; }
span { border-color: rgb(221,112,155); }
td.TdClassName
{
border-color: #DD709B;
}
.TagClassName
{
border-color: #DD709B;
}
</style>