Shades of Pale Violet Red #DF7798
Tints of Pale Violet Red #DF7798
RGB
CMYK
RGB Variations
Color information
#DF7798 (or 0xDF7798) is known color: Pale Violet Red. HEX triplet: DF, 77 and 98. RGB value is (223,119,152). Sum of RGB (Red+Green+Blue) = 223+119+152=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7798 is #208867. Grayscale: #999999. Windows color (decimal): -2132072 or 9992159. OLE color: 9992159.
HSL color Cylindrical-coordinate representation of color #DF7798: hue angle of 340.96º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF7798 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 152 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.13 |
| HSL | 340.96º | 0.62% | 0.67% | - |
| HSV(B) | 340.96º | 0.47% | 0.87% | - |
| XYZ | 42.7 | 31.15 | 33.47 | - |
| YUV | 153.86 | 126.96 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 152 | 0 | 0.47 | 0.32 | 0.13 | 340.96 | 0.62 | 0.67 |
| Hex | DF | 77 | 98 | 0 | 2F | 20 | D | 155 | 3E | 43 |
| Octal | 337 | 167 | 230 | 0 | 57 | 40 | 15 | 525 | 76 | 103 |
| Binary | 11011111 | 1110111 | 10011000 | 0 | 101111 | 100000 | 1101 | 101010101 | 111110 | 1000011 |
Color Harmonies of #DF7798
Complementary color
Monochromatic Colors of #DF7798
Black with #DF7798
Text Example
Text Example
White with #DF7798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7798; }
p { color: rgb(223,119,152); }
H1.HeaderClassName
{
color: #DF7798;
}
.AnyTagClassName
{
color: #DF7798;
}
</style>
background-color css
<style>
a { background-color: #DF7798; }
a { background-color: rgb(223,119,152); }
div.DivClassName
{
background-color: #DF7798;
}
.BgClassName
{
background-color: #DF7798;
}
</style>
border-color css
<style>
span { border-color: #DF7798; }
span { border-color: rgb(223,119,152); }
td.TdClassName
{
border-color: #DF7798;
}
.TagClassName
{
border-color: #DF7798;
}
</style>