Shades of Pale Violet Red #DF729F
Tints of Pale Violet Red #DF729F
RGB
CMYK
RGB Variations
Color information
#DF729F (or 0xDF729F) is known color: Pale Violet Red. HEX triplet: DF, 72 and 9F. RGB value is (223,114,159). Sum of RGB (Red+Green+Blue) = 223+114+159=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF729F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF729F is #208D60. Grayscale: #979797. Windows color (decimal): -2133345 or 10449631. OLE color: 10449631.
HSL color Cylindrical-coordinate representation of color #DF729F: hue angle of 335.23º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF729F is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 159 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.13 |
| HSL | 335.23º | 0.63% | 0.66% | - |
| HSV(B) | 335.23º | 0.49% | 0.87% | - |
| XYZ | 42.71 | 30.23 | 36.38 | - |
| YUV | 151.72 | 132.11 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 159 | 0 | 0.49 | 0.29 | 0.13 | 335.23 | 0.63 | 0.66 |
| Hex | DF | 72 | 9F | 0 | 31 | 1D | D | 14F | 3F | 42 |
| Octal | 337 | 162 | 237 | 0 | 61 | 35 | 15 | 517 | 77 | 102 |
| Binary | 11011111 | 1110010 | 10011111 | 0 | 110001 | 11101 | 1101 | 101001111 | 111111 | 1000010 |
Color Harmonies of #DF729F
Complementary color
Monochromatic Colors of #DF729F
Black with #DF729F
Text Example
Text Example
White with #DF729F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF729F; }
p { color: rgb(223,114,159); }
H1.HeaderClassName
{
color: #DF729F;
}
.AnyTagClassName
{
color: #DF729F;
}
</style>
background-color css
<style>
a { background-color: #DF729F; }
a { background-color: rgb(223,114,159); }
div.DivClassName
{
background-color: #DF729F;
}
.BgClassName
{
background-color: #DF729F;
}
</style>
border-color css
<style>
span { border-color: #DF729F; }
span { border-color: rgb(223,114,159); }
td.TdClassName
{
border-color: #DF729F;
}
.TagClassName
{
border-color: #DF729F;
}
</style>