Shades of Pale Violet Red #DF749E
Tints of Pale Violet Red #DF749E
RGB
CMYK
RGB Variations
Color information
#DF749E (or 0xDF749E) is known color: Pale Violet Red. HEX triplet: DF, 74 and 9E. RGB value is (223,116,158). Sum of RGB (Red+Green+Blue) = 223+116+158=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF749E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF749E is #208B61. Grayscale: #989898. Windows color (decimal): -2132834 or 10384607. OLE color: 10384607.
HSL color Cylindrical-coordinate representation of color #DF749E: hue angle of 336.45º 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 #DF749E is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 158 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.13 |
| HSL | 336.45º | 0.63% | 0.66% | - |
| HSV(B) | 336.45º | 0.48% | 0.87% | - |
| XYZ | 42.85 | 30.65 | 36 | - |
| YUV | 152.78 | 130.95 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 158 | 0 | 0.48 | 0.29 | 0.13 | 336.45 | 0.63 | 0.66 |
| Hex | DF | 74 | 9E | 0 | 30 | 1D | D | 150 | 3F | 42 |
| Octal | 337 | 164 | 236 | 0 | 60 | 35 | 15 | 520 | 77 | 102 |
| Binary | 11011111 | 1110100 | 10011110 | 0 | 110000 | 11101 | 1101 | 101010000 | 111111 | 1000010 |
Color Harmonies of #DF749E
Complementary color
Monochromatic Colors of #DF749E
Black with #DF749E
Text Example
Text Example
White with #DF749E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF749E; }
p { color: rgb(223,116,158); }
H1.HeaderClassName
{
color: #DF749E;
}
.AnyTagClassName
{
color: #DF749E;
}
</style>
background-color css
<style>
a { background-color: #DF749E; }
a { background-color: rgb(223,116,158); }
div.DivClassName
{
background-color: #DF749E;
}
.BgClassName
{
background-color: #DF749E;
}
</style>
border-color css
<style>
span { border-color: #DF749E; }
span { border-color: rgb(223,116,158); }
td.TdClassName
{
border-color: #DF749E;
}
.TagClassName
{
border-color: #DF749E;
}
</style>