Shades of Pale Violet Red #DF6295
Tints of Pale Violet Red #DF6295
RGB
CMYK
RGB Variations
Color information
#DF6295 (or 0xDF6295) is known color: Pale Violet Red. HEX triplet: DF, 62 and 95. RGB value is (223,98,149). Sum of RGB (Red+Green+Blue) = 223+98+149=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6295 is #209D6A. Grayscale: #8D8D8D. Windows color (decimal): -2137451 or 9790175. OLE color: 9790175.
HSL color Cylindrical-coordinate representation of color #DF6295: hue angle of 335.52º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF6295 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 149 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.13 |
| HSL | 335.52º | 0.66% | 0.63% | - |
| HSV(B) | 335.52º | 0.56% | 0.87% | - |
| XYZ | 40.22 | 26.59 | 31.45 | - |
| YUV | 141.19 | 132.41 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 149 | 0 | 0.56 | 0.33 | 0.13 | 335.52 | 0.66 | 0.63 |
| Hex | DF | 62 | 95 | 0 | 38 | 21 | D | 150 | 42 | 3F |
| Octal | 337 | 142 | 225 | 0 | 70 | 41 | 15 | 520 | 102 | 77 |
| Binary | 11011111 | 1100010 | 10010101 | 0 | 111000 | 100001 | 1101 | 101010000 | 1000010 | 111111 |
Color Harmonies of #DF6295
Complementary color
Monochromatic Colors of #DF6295
Black with #DF6295
Text Example
Text Example
White with #DF6295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6295; }
p { color: rgb(223,98,149); }
H1.HeaderClassName
{
color: #DF6295;
}
.AnyTagClassName
{
color: #DF6295;
}
</style>
background-color css
<style>
a { background-color: #DF6295; }
a { background-color: rgb(223,98,149); }
div.DivClassName
{
background-color: #DF6295;
}
.BgClassName
{
background-color: #DF6295;
}
</style>
border-color css
<style>
span { border-color: #DF6295; }
span { border-color: rgb(223,98,149); }
td.TdClassName
{
border-color: #DF6295;
}
.TagClassName
{
border-color: #DF6295;
}
</style>