Shades of Pale Violet Red #DF769C
Tints of Pale Violet Red #DF769C
RGB
CMYK
RGB Variations
Color information
#DF769C (or 0xDF769C) is known color: Pale Violet Red. HEX triplet: DF, 76 and 9C. RGB value is (223,118,156). Sum of RGB (Red+Green+Blue) = 223+118+156=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF769C is #208963. Grayscale: #999999. Windows color (decimal): -2132324 or 10254047. OLE color: 10254047.
HSL color Cylindrical-coordinate representation of color #DF769C: hue angle of 338.29º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF769C is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 156 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.13 |
| HSL | 338.29º | 0.62% | 0.67% | - |
| HSV(B) | 338.29º | 0.47% | 0.87% | - |
| XYZ | 42.91 | 31.05 | 35.18 | - |
| YUV | 153.73 | 129.29 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 156 | 0 | 0.47 | 0.30 | 0.13 | 338.29 | 0.62 | 0.67 |
| Hex | DF | 76 | 9C | 0 | 2F | 1E | D | 152 | 3E | 43 |
| Octal | 337 | 166 | 234 | 0 | 57 | 36 | 15 | 522 | 76 | 103 |
| Binary | 11011111 | 1110110 | 10011100 | 0 | 101111 | 11110 | 1101 | 101010010 | 111110 | 1000011 |
Color Harmonies of #DF769C
Complementary color
Monochromatic Colors of #DF769C
Black with #DF769C
Text Example
Text Example
White with #DF769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF769C; }
p { color: rgb(223,118,156); }
H1.HeaderClassName
{
color: #DF769C;
}
.AnyTagClassName
{
color: #DF769C;
}
</style>
background-color css
<style>
a { background-color: #DF769C; }
a { background-color: rgb(223,118,156); }
div.DivClassName
{
background-color: #DF769C;
}
.BgClassName
{
background-color: #DF769C;
}
</style>
border-color css
<style>
span { border-color: #DF769C; }
span { border-color: rgb(223,118,156); }
td.TdClassName
{
border-color: #DF769C;
}
.TagClassName
{
border-color: #DF769C;
}
</style>