Shades of Pale Violet Red #DF739E
Tints of Pale Violet Red #DF739E
RGB
CMYK
RGB Variations
Color information
#DF739E (or 0xDF739E) is known color: Pale Violet Red. HEX triplet: DF, 73 and 9E. RGB value is (223,115,158). Sum of RGB (Red+Green+Blue) = 223+115+158=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF739E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF739E is #208C61. Grayscale: #989898. Windows color (decimal): -2133090 or 10384351. OLE color: 10384351.
HSL color Cylindrical-coordinate representation of color #DF739E: hue angle of 336.11º 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 #DF739E is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 158 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.13 |
| HSL | 336.11º | 0.63% | 0.66% | - |
| HSV(B) | 336.11º | 0.48% | 0.87% | - |
| XYZ | 42.73 | 30.42 | 35.97 | - |
| YUV | 152.19 | 131.28 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 158 | 0 | 0.48 | 0.29 | 0.13 | 336.11 | 0.63 | 0.66 |
| Hex | DF | 73 | 9E | 0 | 30 | 1D | D | 150 | 3F | 42 |
| Octal | 337 | 163 | 236 | 0 | 60 | 35 | 15 | 520 | 77 | 102 |
| Binary | 11011111 | 1110011 | 10011110 | 0 | 110000 | 11101 | 1101 | 101010000 | 111111 | 1000010 |
Color Harmonies of #DF739E
Complementary color
Monochromatic Colors of #DF739E
Black with #DF739E
Text Example
Text Example
White with #DF739E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF739E; }
p { color: rgb(223,115,158); }
H1.HeaderClassName
{
color: #DF739E;
}
.AnyTagClassName
{
color: #DF739E;
}
</style>
background-color css
<style>
a { background-color: #DF739E; }
a { background-color: rgb(223,115,158); }
div.DivClassName
{
background-color: #DF739E;
}
.BgClassName
{
background-color: #DF739E;
}
</style>
border-color css
<style>
span { border-color: #DF739E; }
span { border-color: rgb(223,115,158); }
td.TdClassName
{
border-color: #DF739E;
}
.TagClassName
{
border-color: #DF739E;
}
</style>