Shades of Pale Violet Red #DF7398
Tints of Pale Violet Red #DF7398
RGB
CMYK
RGB Variations
Color information
#DF7398 (or 0xDF7398) is known color: Pale Violet Red. HEX triplet: DF, 73 and 98. RGB value is (223,115,152). Sum of RGB (Red+Green+Blue) = 223+115+152=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7398 is #208C67. Grayscale: #979797. Windows color (decimal): -2133096 or 9991135. OLE color: 9991135.
HSL color Cylindrical-coordinate representation of color #DF7398: hue angle of 339.44º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF7398 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 152 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.13 |
| HSL | 339.44º | 0.63% | 0.66% | - |
| HSV(B) | 339.44º | 0.48% | 0.87% | - |
| XYZ | 42.23 | 30.22 | 33.31 | - |
| YUV | 151.51 | 128.28 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 152 | 0 | 0.48 | 0.32 | 0.13 | 339.44 | 0.63 | 0.66 |
| Hex | DF | 73 | 98 | 0 | 30 | 20 | D | 153 | 3F | 42 |
| Octal | 337 | 163 | 230 | 0 | 60 | 40 | 15 | 523 | 77 | 102 |
| Binary | 11011111 | 1110011 | 10011000 | 0 | 110000 | 100000 | 1101 | 101010011 | 111111 | 1000010 |
Color Harmonies of #DF7398
Complementary color
Monochromatic Colors of #DF7398
Black with #DF7398
Text Example
Text Example
White with #DF7398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7398; }
p { color: rgb(223,115,152); }
H1.HeaderClassName
{
color: #DF7398;
}
.AnyTagClassName
{
color: #DF7398;
}
</style>
background-color css
<style>
a { background-color: #DF7398; }
a { background-color: rgb(223,115,152); }
div.DivClassName
{
background-color: #DF7398;
}
.BgClassName
{
background-color: #DF7398;
}
</style>
border-color css
<style>
span { border-color: #DF7398; }
span { border-color: rgb(223,115,152); }
td.TdClassName
{
border-color: #DF7398;
}
.TagClassName
{
border-color: #DF7398;
}
</style>