Shades of Pale Violet Red #DF7098
Tints of Pale Violet Red #DF7098
RGB
CMYK
RGB Variations
Color information
#DF7098 (or 0xDF7098) is known color: Pale Violet Red. HEX triplet: DF, 70 and 98. RGB value is (223,112,152). Sum of RGB (Red+Green+Blue) = 223+112+152=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7098 is #208F67. Grayscale: #959595. Windows color (decimal): -2133864 or 9990367. OLE color: 9990367.
HSL color Cylindrical-coordinate representation of color #DF7098: hue angle of 338.38º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF7098 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 152 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.13 |
| HSL | 338.38º | 0.63% | 0.66% | - |
| HSV(B) | 338.38º | 0.5% | 0.87% | - |
| XYZ | 41.89 | 29.54 | 33.2 | - |
| YUV | 149.75 | 129.27 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 152 | 0 | 0.50 | 0.32 | 0.13 | 338.38 | 0.63 | 0.66 |
| Hex | DF | 70 | 98 | 0 | 32 | 20 | D | 152 | 3F | 42 |
| Octal | 337 | 160 | 230 | 0 | 62 | 40 | 15 | 522 | 77 | 102 |
| Binary | 11011111 | 1110000 | 10011000 | 0 | 110010 | 100000 | 1101 | 101010010 | 111111 | 1000010 |
Color Harmonies of #DF7098
Complementary color
Monochromatic Colors of #DF7098
Black with #DF7098
Text Example
Text Example
White with #DF7098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7098; }
p { color: rgb(223,112,152); }
H1.HeaderClassName
{
color: #DF7098;
}
.AnyTagClassName
{
color: #DF7098;
}
</style>
background-color css
<style>
a { background-color: #DF7098; }
a { background-color: rgb(223,112,152); }
div.DivClassName
{
background-color: #DF7098;
}
.BgClassName
{
background-color: #DF7098;
}
</style>
border-color css
<style>
span { border-color: #DF7098; }
span { border-color: rgb(223,112,152); }
td.TdClassName
{
border-color: #DF7098;
}
.TagClassName
{
border-color: #DF7098;
}
</style>