Shades of Pale Violet Red #DF739C
Tints of Pale Violet Red #DF739C
RGB
CMYK
RGB Variations
Color information
#DF739C (or 0xDF739C) is known color: Pale Violet Red. HEX triplet: DF, 73 and 9C. RGB value is (223,115,156). Sum of RGB (Red+Green+Blue) = 223+115+156=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF739C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF739C is #208C63. Grayscale: #979797. Windows color (decimal): -2133092 or 10253279. OLE color: 10253279.
HSL color Cylindrical-coordinate representation of color #DF739C: hue angle of 337.22º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF739C is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 156 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.13 |
| HSL | 337.22º | 0.63% | 0.66% | - |
| HSV(B) | 337.22º | 0.48% | 0.87% | - |
| XYZ | 42.56 | 30.35 | 35.07 | - |
| YUV | 151.97 | 130.28 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 156 | 0 | 0.48 | 0.30 | 0.13 | 337.22 | 0.63 | 0.66 |
| Hex | DF | 73 | 9C | 0 | 30 | 1E | D | 151 | 3F | 42 |
| Octal | 337 | 163 | 234 | 0 | 60 | 36 | 15 | 521 | 77 | 102 |
| Binary | 11011111 | 1110011 | 10011100 | 0 | 110000 | 11110 | 1101 | 101010001 | 111111 | 1000010 |
Color Harmonies of #DF739C
Complementary color
Monochromatic Colors of #DF739C
Black with #DF739C
Text Example
Text Example
White with #DF739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF739C; }
p { color: rgb(223,115,156); }
H1.HeaderClassName
{
color: #DF739C;
}
.AnyTagClassName
{
color: #DF739C;
}
</style>
background-color css
<style>
a { background-color: #DF739C; }
a { background-color: rgb(223,115,156); }
div.DivClassName
{
background-color: #DF739C;
}
.BgClassName
{
background-color: #DF739C;
}
</style>
border-color css
<style>
span { border-color: #DF739C; }
span { border-color: rgb(223,115,156); }
td.TdClassName
{
border-color: #DF739C;
}
.TagClassName
{
border-color: #DF739C;
}
</style>