Shades of Pale Violet Red #DF6F95
Tints of Pale Violet Red #DF6F95
RGB
CMYK
RGB Variations
Color information
#DF6F95 (or 0xDF6F95) is known color: Pale Violet Red. HEX triplet: DF, 6F and 95. RGB value is (223,111,149). Sum of RGB (Red+Green+Blue) = 223+111+149=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6F95 is #20906A. Grayscale: #949494. Windows color (decimal): -2134123 or 9793503. OLE color: 9793503.
HSL color Cylindrical-coordinate representation of color #DF6F95: hue angle of 339.64º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF6F95 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 111 | 149 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.13 |
| HSL | 339.64º | 0.64% | 0.65% | - |
| HSV(B) | 339.64º | 0.5% | 0.87% | - |
| XYZ | 41.54 | 29.23 | 31.89 | - |
| YUV | 148.82 | 128.11 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 111 | 149 | 0 | 0.50 | 0.33 | 0.13 | 339.64 | 0.64 | 0.65 |
| Hex | DF | 6F | 95 | 0 | 32 | 21 | D | 154 | 40 | 41 |
| Octal | 337 | 157 | 225 | 0 | 62 | 41 | 15 | 524 | 100 | 101 |
| Binary | 11011111 | 1101111 | 10010101 | 0 | 110010 | 100001 | 1101 | 101010100 | 1000000 | 1000001 |
Color Harmonies of #DF6F95
Complementary color
Monochromatic Colors of #DF6F95
Black with #DF6F95
Text Example
Text Example
White with #DF6F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6F95; }
p { color: rgb(223,111,149); }
H1.HeaderClassName
{
color: #DF6F95;
}
.AnyTagClassName
{
color: #DF6F95;
}
</style>
background-color css
<style>
a { background-color: #DF6F95; }
a { background-color: rgb(223,111,149); }
div.DivClassName
{
background-color: #DF6F95;
}
.BgClassName
{
background-color: #DF6F95;
}
</style>
border-color css
<style>
span { border-color: #DF6F95; }
span { border-color: rgb(223,111,149); }
td.TdClassName
{
border-color: #DF6F95;
}
.TagClassName
{
border-color: #DF6F95;
}
</style>