Shades of Pale Violet Red #DD769F
Tints of Pale Violet Red #DD769F
RGB
CMYK
RGB Variations
Color information
#DD769F (or 0xDD769F) is known color: Pale Violet Red. HEX triplet: DD, 76 and 9F. RGB value is (221,118,159). Sum of RGB (Red+Green+Blue) = 221+118+159=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD769F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD769F is #228960. Grayscale: #999999. Windows color (decimal): -2263393 or 10450653. OLE color: 10450653.
HSL color Cylindrical-coordinate representation of color #DD769F: hue angle of 336.12º 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 #DD769F is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 159 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.13 |
| HSL | 336.12º | 0.6% | 0.66% | - |
| HSV(B) | 336.12º | 0.47% | 0.87% | - |
| XYZ | 42.56 | 30.83 | 36.51 | - |
| YUV | 153.47 | 131.12 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 159 | 0 | 0.47 | 0.28 | 0.13 | 336.12 | 0.6 | 0.66 |
| Hex | DD | 76 | 9F | 0 | 2F | 1C | D | 150 | 3C | 42 |
| Octal | 335 | 166 | 237 | 0 | 57 | 34 | 15 | 520 | 74 | 102 |
| Binary | 11011101 | 1110110 | 10011111 | 0 | 101111 | 11100 | 1101 | 101010000 | 111100 | 1000010 |
Color Harmonies of #DD769F
Complementary color
Monochromatic Colors of #DD769F
Black with #DD769F
Text Example
Text Example
White with #DD769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD769F; }
p { color: rgb(221,118,159); }
H1.HeaderClassName
{
color: #DD769F;
}
.AnyTagClassName
{
color: #DD769F;
}
</style>
background-color css
<style>
a { background-color: #DD769F; }
a { background-color: rgb(221,118,159); }
div.DivClassName
{
background-color: #DD769F;
}
.BgClassName
{
background-color: #DD769F;
}
</style>
border-color css
<style>
span { border-color: #DD769F; }
span { border-color: rgb(221,118,159); }
td.TdClassName
{
border-color: #DD769F;
}
.TagClassName
{
border-color: #DD769F;
}
</style>