Shades of Pale Violet Red #DF7998
Tints of Pale Violet Red #DF7998
RGB
CMYK
RGB Variations
Color information
#DF7998 (or 0xDF7998) is known color: Pale Violet Red. HEX triplet: DF, 79 and 98. RGB value is (223,121,152). Sum of RGB (Red+Green+Blue) = 223+121+152=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7998 is #208667. Grayscale: #9B9B9B. Windows color (decimal): -2131560 or 9992671. OLE color: 9992671.
HSL color Cylindrical-coordinate representation of color #DF7998: hue angle of 341.76º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF7998 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 152 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.13 |
| HSL | 341.76º | 0.61% | 0.67% | - |
| HSV(B) | 341.76º | 0.46% | 0.87% | - |
| XYZ | 42.94 | 31.63 | 33.55 | - |
| YUV | 155.03 | 126.29 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 152 | 0 | 0.46 | 0.32 | 0.13 | 341.76 | 0.61 | 0.67 |
| Hex | DF | 79 | 98 | 0 | 2E | 20 | D | 156 | 3D | 43 |
| Octal | 337 | 171 | 230 | 0 | 56 | 40 | 15 | 526 | 75 | 103 |
| Binary | 11011111 | 1111001 | 10011000 | 0 | 101110 | 100000 | 1101 | 101010110 | 111101 | 1000011 |
Color Harmonies of #DF7998
Complementary color
Monochromatic Colors of #DF7998
Black with #DF7998
Text Example
Text Example
White with #DF7998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7998; }
p { color: rgb(223,121,152); }
H1.HeaderClassName
{
color: #DF7998;
}
.AnyTagClassName
{
color: #DF7998;
}
</style>
background-color css
<style>
a { background-color: #DF7998; }
a { background-color: rgb(223,121,152); }
div.DivClassName
{
background-color: #DF7998;
}
.BgClassName
{
background-color: #DF7998;
}
</style>
border-color css
<style>
span { border-color: #DF7998; }
span { border-color: rgb(223,121,152); }
td.TdClassName
{
border-color: #DF7998;
}
.TagClassName
{
border-color: #DF7998;
}
</style>