Shades of Pale Violet Red #DD759C
Tints of Pale Violet Red #DD759C
RGB
CMYK
RGB Variations
Color information
#DD759C (or 0xDD759C) is known color: Pale Violet Red. HEX triplet: DD, 75 and 9C. RGB value is (221,117,156). Sum of RGB (Red+Green+Blue) = 221+117+156=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD759C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD759C is #228A63. Grayscale: #989898. Windows color (decimal): -2263652 or 10253789. OLE color: 10253789.
HSL color Cylindrical-coordinate representation of color #DD759C: hue angle of 337.5º 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 #DD759C is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 156 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.13 |
| HSL | 337.5º | 0.6% | 0.66% | - |
| HSV(B) | 337.5º | 0.47% | 0.87% | - |
| XYZ | 42.18 | 30.5 | 35.12 | - |
| YUV | 152.54 | 129.96 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 156 | 0 | 0.47 | 0.29 | 0.13 | 337.5 | 0.6 | 0.66 |
| Hex | DD | 75 | 9C | 0 | 2F | 1D | D | 152 | 3C | 42 |
| Octal | 335 | 165 | 234 | 0 | 57 | 35 | 15 | 522 | 74 | 102 |
| Binary | 11011101 | 1110101 | 10011100 | 0 | 101111 | 11101 | 1101 | 101010010 | 111100 | 1000010 |
Color Harmonies of #DD759C
Complementary color
Monochromatic Colors of #DD759C
Black with #DD759C
Text Example
Text Example
White with #DD759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD759C; }
p { color: rgb(221,117,156); }
H1.HeaderClassName
{
color: #DD759C;
}
.AnyTagClassName
{
color: #DD759C;
}
</style>
background-color css
<style>
a { background-color: #DD759C; }
a { background-color: rgb(221,117,156); }
div.DivClassName
{
background-color: #DD759C;
}
.BgClassName
{
background-color: #DD759C;
}
</style>
border-color css
<style>
span { border-color: #DD759C; }
span { border-color: rgb(221,117,156); }
td.TdClassName
{
border-color: #DD759C;
}
.TagClassName
{
border-color: #DD759C;
}
</style>