Shades of Pale Violet Red #DF7598
Tints of Pale Violet Red #DF7598
RGB
CMYK
RGB Variations
Color information
#DF7598 (or 0xDF7598) is known color: Pale Violet Red. HEX triplet: DF, 75 and 98. RGB value is (223,117,152). Sum of RGB (Red+Green+Blue) = 223+117+152=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7598 is #208A67. Grayscale: #989898. Windows color (decimal): -2132584 or 9991647. OLE color: 9991647.
HSL color Cylindrical-coordinate representation of color #DF7598: hue angle of 340.19º 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 #DF7598 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 152 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.13 |
| HSL | 340.19º | 0.62% | 0.67% | - |
| HSV(B) | 340.19º | 0.48% | 0.87% | - |
| XYZ | 42.46 | 30.68 | 33.39 | - |
| YUV | 152.68 | 127.62 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 152 | 0 | 0.48 | 0.32 | 0.13 | 340.19 | 0.62 | 0.67 |
| Hex | DF | 75 | 98 | 0 | 30 | 20 | D | 154 | 3E | 43 |
| Octal | 337 | 165 | 230 | 0 | 60 | 40 | 15 | 524 | 76 | 103 |
| Binary | 11011111 | 1110101 | 10011000 | 0 | 110000 | 100000 | 1101 | 101010100 | 111110 | 1000011 |
Color Harmonies of #DF7598
Complementary color
Monochromatic Colors of #DF7598
Black with #DF7598
Text Example
Text Example
White with #DF7598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7598; }
p { color: rgb(223,117,152); }
H1.HeaderClassName
{
color: #DF7598;
}
.AnyTagClassName
{
color: #DF7598;
}
</style>
background-color css
<style>
a { background-color: #DF7598; }
a { background-color: rgb(223,117,152); }
div.DivClassName
{
background-color: #DF7598;
}
.BgClassName
{
background-color: #DF7598;
}
</style>
border-color css
<style>
span { border-color: #DF7598; }
span { border-color: rgb(223,117,152); }
td.TdClassName
{
border-color: #DF7598;
}
.TagClassName
{
border-color: #DF7598;
}
</style>