Shades of Pale Violet Red #DF729B
Tints of Pale Violet Red #DF729B
RGB
CMYK
RGB Variations
Color information
#DF729B (or 0xDF729B) is known color: Pale Violet Red. HEX triplet: DF, 72 and 9B. RGB value is (223,114,155). Sum of RGB (Red+Green+Blue) = 223+114+155=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF729B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF729B is #208D64. Grayscale: #979797. Windows color (decimal): -2133349 or 10187487. OLE color: 10187487.
HSL color Cylindrical-coordinate representation of color #DF729B: hue angle of 337.43º 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 #DF729B is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 155 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.13 |
| HSL | 337.43º | 0.63% | 0.66% | - |
| HSV(B) | 337.43º | 0.49% | 0.87% | - |
| XYZ | 42.37 | 30.09 | 34.59 | - |
| YUV | 151.27 | 130.11 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 155 | 0 | 0.49 | 0.30 | 0.13 | 337.43 | 0.63 | 0.66 |
| Hex | DF | 72 | 9B | 0 | 31 | 1E | D | 151 | 3F | 42 |
| Octal | 337 | 162 | 233 | 0 | 61 | 36 | 15 | 521 | 77 | 102 |
| Binary | 11011111 | 1110010 | 10011011 | 0 | 110001 | 11110 | 1101 | 101010001 | 111111 | 1000010 |
Color Harmonies of #DF729B
Complementary color
Monochromatic Colors of #DF729B
Black with #DF729B
Text Example
Text Example
White with #DF729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF729B; }
p { color: rgb(223,114,155); }
H1.HeaderClassName
{
color: #DF729B;
}
.AnyTagClassName
{
color: #DF729B;
}
</style>
background-color css
<style>
a { background-color: #DF729B; }
a { background-color: rgb(223,114,155); }
div.DivClassName
{
background-color: #DF729B;
}
.BgClassName
{
background-color: #DF729B;
}
</style>
border-color css
<style>
span { border-color: #DF729B; }
span { border-color: rgb(223,114,155); }
td.TdClassName
{
border-color: #DF729B;
}
.TagClassName
{
border-color: #DF729B;
}
</style>