Shades of Pale Violet Red #DD759F
Tints of Pale Violet Red #DD759F
RGB
CMYK
RGB Variations
Color information
#DD759F (or 0xDD759F) is known color: Pale Violet Red. HEX triplet: DD, 75 and 9F. RGB value is (221,117,159). Sum of RGB (Red+Green+Blue) = 221+117+159=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD759F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD759F is #228A60. Grayscale: #989898. Windows color (decimal): -2263649 or 10450397. OLE color: 10450397.
HSL color Cylindrical-coordinate representation of color #DD759F: hue angle of 335.77º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD759F is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 159 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.13 |
| HSL | 335.77º | 0.6% | 0.66% | - |
| HSV(B) | 335.77º | 0.47% | 0.87% | - |
| XYZ | 42.44 | 30.6 | 36.47 | - |
| YUV | 152.88 | 131.46 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 159 | 0 | 0.47 | 0.28 | 0.13 | 335.77 | 0.6 | 0.66 |
| Hex | DD | 75 | 9F | 0 | 2F | 1C | D | 150 | 3C | 42 |
| Octal | 335 | 165 | 237 | 0 | 57 | 34 | 15 | 520 | 74 | 102 |
| Binary | 11011101 | 1110101 | 10011111 | 0 | 101111 | 11100 | 1101 | 101010000 | 111100 | 1000010 |
Color Harmonies of #DD759F
Complementary color
Monochromatic Colors of #DD759F
Black with #DD759F
Text Example
Text Example
White with #DD759F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD759F; }
p { color: rgb(221,117,159); }
H1.HeaderClassName
{
color: #DD759F;
}
.AnyTagClassName
{
color: #DD759F;
}
</style>
background-color css
<style>
a { background-color: #DD759F; }
a { background-color: rgb(221,117,159); }
div.DivClassName
{
background-color: #DD759F;
}
.BgClassName
{
background-color: #DD759F;
}
</style>
border-color css
<style>
span { border-color: #DD759F; }
span { border-color: rgb(221,117,159); }
td.TdClassName
{
border-color: #DD759F;
}
.TagClassName
{
border-color: #DD759F;
}
</style>