Shades of Pale Violet Red #DF749D
Tints of Pale Violet Red #DF749D
RGB
CMYK
RGB Variations
Color information
#DF749D (or 0xDF749D) is known color: Pale Violet Red. HEX triplet: DF, 74 and 9D. RGB value is (223,116,157). Sum of RGB (Red+Green+Blue) = 223+116+157=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF749D is #208B62. Grayscale: #989898. Windows color (decimal): -2132835 or 10319071. OLE color: 10319071.
HSL color Cylindrical-coordinate representation of color #DF749D: hue angle of 337.01º 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 #DF749D is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 157 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.13 |
| HSL | 337.01º | 0.63% | 0.66% | - |
| HSV(B) | 337.01º | 0.48% | 0.87% | - |
| XYZ | 42.76 | 30.61 | 35.55 | - |
| YUV | 152.67 | 130.45 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 157 | 0 | 0.48 | 0.30 | 0.13 | 337.01 | 0.63 | 0.66 |
| Hex | DF | 74 | 9D | 0 | 30 | 1E | D | 151 | 3F | 42 |
| Octal | 337 | 164 | 235 | 0 | 60 | 36 | 15 | 521 | 77 | 102 |
| Binary | 11011111 | 1110100 | 10011101 | 0 | 110000 | 11110 | 1101 | 101010001 | 111111 | 1000010 |
Color Harmonies of #DF749D
Complementary color
Monochromatic Colors of #DF749D
Black with #DF749D
Text Example
Text Example
White with #DF749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF749D; }
p { color: rgb(223,116,157); }
H1.HeaderClassName
{
color: #DF749D;
}
.AnyTagClassName
{
color: #DF749D;
}
</style>
background-color css
<style>
a { background-color: #DF749D; }
a { background-color: rgb(223,116,157); }
div.DivClassName
{
background-color: #DF749D;
}
.BgClassName
{
background-color: #DF749D;
}
</style>
border-color css
<style>
span { border-color: #DF749D; }
span { border-color: rgb(223,116,157); }
td.TdClassName
{
border-color: #DF749D;
}
.TagClassName
{
border-color: #DF749D;
}
</style>