Shades of Pale Violet Red #DD769C
Tints of Pale Violet Red #DD769C
RGB
CMYK
RGB Variations
Color information
#DD769C (or 0xDD769C) is known color: Pale Violet Red. HEX triplet: DD, 76 and 9C. RGB value is (221,118,156). Sum of RGB (Red+Green+Blue) = 221+118+156=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD769C is #228963. Grayscale: #999999. Windows color (decimal): -2263396 or 10254045. OLE color: 10254045.
HSL color Cylindrical-coordinate representation of color #DD769C: hue angle of 337.86º 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 #DD769C is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 156 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.13 |
| HSL | 337.86º | 0.6% | 0.66% | - |
| HSV(B) | 337.86º | 0.47% | 0.87% | - |
| XYZ | 42.3 | 30.73 | 35.15 | - |
| YUV | 153.13 | 129.62 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 156 | 0 | 0.47 | 0.29 | 0.13 | 337.86 | 0.6 | 0.66 |
| Hex | DD | 76 | 9C | 0 | 2F | 1D | D | 152 | 3C | 42 |
| Octal | 335 | 166 | 234 | 0 | 57 | 35 | 15 | 522 | 74 | 102 |
| Binary | 11011101 | 1110110 | 10011100 | 0 | 101111 | 11101 | 1101 | 101010010 | 111100 | 1000010 |
Color Harmonies of #DD769C
Complementary color
Monochromatic Colors of #DD769C
Black with #DD769C
Text Example
Text Example
White with #DD769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD769C; }
p { color: rgb(221,118,156); }
H1.HeaderClassName
{
color: #DD769C;
}
.AnyTagClassName
{
color: #DD769C;
}
</style>
background-color css
<style>
a { background-color: #DD769C; }
a { background-color: rgb(221,118,156); }
div.DivClassName
{
background-color: #DD769C;
}
.BgClassName
{
background-color: #DD769C;
}
</style>
border-color css
<style>
span { border-color: #DD769C; }
span { border-color: rgb(221,118,156); }
td.TdClassName
{
border-color: #DD769C;
}
.TagClassName
{
border-color: #DD769C;
}
</style>