Shades of Pale Violet Red #DF7895
Tints of Pale Violet Red #DF7895
RGB
CMYK
RGB Variations
Color information
#DF7895 (or 0xDF7895) is known color: Pale Violet Red. HEX triplet: DF, 78 and 95. RGB value is (223,120,149). Sum of RGB (Red+Green+Blue) = 223+120+149=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7895 is #20876A. Grayscale: #9A9A9A. Windows color (decimal): -2131819 or 9795807. OLE color: 9795807.
HSL color Cylindrical-coordinate representation of color #DF7895: hue angle of 343.11º degrees, saturation: 0.62, 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 #DF7895 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 149 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.13 |
| HSL | 343.11º | 0.62% | 0.67% | - |
| HSV(B) | 343.11º | 0.46% | 0.87% | - |
| XYZ | 42.57 | 31.29 | 32.23 | - |
| YUV | 154.1 | 125.12 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 149 | 0 | 0.46 | 0.33 | 0.13 | 343.11 | 0.62 | 0.67 |
| Hex | DF | 78 | 95 | 0 | 2E | 21 | D | 157 | 3E | 43 |
| Octal | 337 | 170 | 225 | 0 | 56 | 41 | 15 | 527 | 76 | 103 |
| Binary | 11011111 | 1111000 | 10010101 | 0 | 101110 | 100001 | 1101 | 101010111 | 111110 | 1000011 |
Color Harmonies of #DF7895
Complementary color
Monochromatic Colors of #DF7895
Black with #DF7895
Text Example
Text Example
White with #DF7895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7895; }
p { color: rgb(223,120,149); }
H1.HeaderClassName
{
color: #DF7895;
}
.AnyTagClassName
{
color: #DF7895;
}
</style>
background-color css
<style>
a { background-color: #DF7895; }
a { background-color: rgb(223,120,149); }
div.DivClassName
{
background-color: #DF7895;
}
.BgClassName
{
background-color: #DF7895;
}
</style>
border-color css
<style>
span { border-color: #DF7895; }
span { border-color: rgb(223,120,149); }
td.TdClassName
{
border-color: #DF7895;
}
.TagClassName
{
border-color: #DF7895;
}
</style>