Shades of Pale Violet Red #DF739B
Tints of Pale Violet Red #DF739B
RGB
CMYK
RGB Variations
Color information
#DF739B (or 0xDF739B) is known color: Pale Violet Red. HEX triplet: DF, 73 and 9B. RGB value is (223,115,155). Sum of RGB (Red+Green+Blue) = 223+115+155=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF739B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF739B is #208C64. Grayscale: #979797. Windows color (decimal): -2133093 or 10187743. OLE color: 10187743.
HSL color Cylindrical-coordinate representation of color #DF739B: hue angle of 337.78º 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 #DF739B is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 155 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.13 |
| HSL | 337.78º | 0.63% | 0.66% | - |
| HSV(B) | 337.78º | 0.48% | 0.87% | - |
| XYZ | 42.48 | 30.32 | 34.62 | - |
| YUV | 151.85 | 129.78 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 155 | 0 | 0.48 | 0.30 | 0.13 | 337.78 | 0.63 | 0.66 |
| Hex | DF | 73 | 9B | 0 | 30 | 1E | D | 152 | 3F | 42 |
| Octal | 337 | 163 | 233 | 0 | 60 | 36 | 15 | 522 | 77 | 102 |
| Binary | 11011111 | 1110011 | 10011011 | 0 | 110000 | 11110 | 1101 | 101010010 | 111111 | 1000010 |
Color Harmonies of #DF739B
Complementary color
Monochromatic Colors of #DF739B
Black with #DF739B
Text Example
Text Example
White with #DF739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF739B; }
p { color: rgb(223,115,155); }
H1.HeaderClassName
{
color: #DF739B;
}
.AnyTagClassName
{
color: #DF739B;
}
</style>
background-color css
<style>
a { background-color: #DF739B; }
a { background-color: rgb(223,115,155); }
div.DivClassName
{
background-color: #DF739B;
}
.BgClassName
{
background-color: #DF739B;
}
</style>
border-color css
<style>
span { border-color: #DF739B; }
span { border-color: rgb(223,115,155); }
td.TdClassName
{
border-color: #DF739B;
}
.TagClassName
{
border-color: #DF739B;
}
</style>