Shades of Pale Violet Red #DF759C
Tints of Pale Violet Red #DF759C
RGB
CMYK
RGB Variations
Color information
#DF759C (or 0xDF759C) is known color: Pale Violet Red. HEX triplet: DF, 75 and 9C. RGB value is (223,117,156). Sum of RGB (Red+Green+Blue) = 223+117+156=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF759C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF759C is #208A63. Grayscale: #999999. Windows color (decimal): -2132580 or 10253791. OLE color: 10253791.
HSL color Cylindrical-coordinate representation of color #DF759C: hue angle of 337.92º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF759C is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 156 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.13 |
| HSL | 337.92º | 0.62% | 0.67% | - |
| HSV(B) | 337.92º | 0.48% | 0.87% | - |
| XYZ | 42.79 | 30.81 | 35.14 | - |
| YUV | 153.14 | 129.62 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 156 | 0 | 0.48 | 0.30 | 0.13 | 337.92 | 0.62 | 0.67 |
| Hex | DF | 75 | 9C | 0 | 30 | 1E | D | 152 | 3E | 43 |
| Octal | 337 | 165 | 234 | 0 | 60 | 36 | 15 | 522 | 76 | 103 |
| Binary | 11011111 | 1110101 | 10011100 | 0 | 110000 | 11110 | 1101 | 101010010 | 111110 | 1000011 |
Color Harmonies of #DF759C
Complementary color
Monochromatic Colors of #DF759C
Black with #DF759C
Text Example
Text Example
White with #DF759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF759C; }
p { color: rgb(223,117,156); }
H1.HeaderClassName
{
color: #DF759C;
}
.AnyTagClassName
{
color: #DF759C;
}
</style>
background-color css
<style>
a { background-color: #DF759C; }
a { background-color: rgb(223,117,156); }
div.DivClassName
{
background-color: #DF759C;
}
.BgClassName
{
background-color: #DF759C;
}
</style>
border-color css
<style>
span { border-color: #DF759C; }
span { border-color: rgb(223,117,156); }
td.TdClassName
{
border-color: #DF759C;
}
.TagClassName
{
border-color: #DF759C;
}
</style>