Shades of Pale Violet Red #DF7599
Tints of Pale Violet Red #DF7599
RGB
CMYK
RGB Variations
Color information
#DF7599 (or 0xDF7599) is known color: Pale Violet Red. HEX triplet: DF, 75 and 99. RGB value is (223,117,153). Sum of RGB (Red+Green+Blue) = 223+117+153=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7599 is #208A66. Grayscale: #989898. Windows color (decimal): -2132583 or 10057183. OLE color: 10057183.
HSL color Cylindrical-coordinate representation of color #DF7599: hue angle of 339.62º 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 #DF7599 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 153 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.13 |
| HSL | 339.62º | 0.62% | 0.67% | - |
| HSV(B) | 339.62º | 0.48% | 0.87% | - |
| XYZ | 42.54 | 30.71 | 33.82 | - |
| YUV | 152.8 | 128.12 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 153 | 0 | 0.48 | 0.31 | 0.13 | 339.62 | 0.62 | 0.67 |
| Hex | DF | 75 | 99 | 0 | 30 | 1F | D | 154 | 3E | 43 |
| Octal | 337 | 165 | 231 | 0 | 60 | 37 | 15 | 524 | 76 | 103 |
| Binary | 11011111 | 1110101 | 10011001 | 0 | 110000 | 11111 | 1101 | 101010100 | 111110 | 1000011 |
Color Harmonies of #DF7599
Complementary color
Monochromatic Colors of #DF7599
Black with #DF7599
Text Example
Text Example
White with #DF7599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7599; }
p { color: rgb(223,117,153); }
H1.HeaderClassName
{
color: #DF7599;
}
.AnyTagClassName
{
color: #DF7599;
}
</style>
background-color css
<style>
a { background-color: #DF7599; }
a { background-color: rgb(223,117,153); }
div.DivClassName
{
background-color: #DF7599;
}
.BgClassName
{
background-color: #DF7599;
}
</style>
border-color css
<style>
span { border-color: #DF7599; }
span { border-color: rgb(223,117,153); }
td.TdClassName
{
border-color: #DF7599;
}
.TagClassName
{
border-color: #DF7599;
}
</style>