Shades of Pale Violet Red #DF6995
Tints of Pale Violet Red #DF6995
RGB
CMYK
RGB Variations
Color information
#DF6995 (or 0xDF6995) is known color: Pale Violet Red. HEX triplet: DF, 69 and 95. RGB value is (223,105,149). Sum of RGB (Red+Green+Blue) = 223+105+149=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6995 is #20966A. Grayscale: #919191. Windows color (decimal): -2135659 or 9791967. OLE color: 9791967.
HSL color Cylindrical-coordinate representation of color #DF6995: hue angle of 337.63º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF6995 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 149 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.13 |
| HSL | 337.63º | 0.65% | 0.64% | - |
| HSV(B) | 337.63º | 0.53% | 0.87% | - |
| XYZ | 40.91 | 27.96 | 31.67 | - |
| YUV | 145.3 | 130.09 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 149 | 0 | 0.53 | 0.33 | 0.13 | 337.63 | 0.65 | 0.64 |
| Hex | DF | 69 | 95 | 0 | 35 | 21 | D | 152 | 41 | 40 |
| Octal | 337 | 151 | 225 | 0 | 65 | 41 | 15 | 522 | 101 | 100 |
| Binary | 11011111 | 1101001 | 10010101 | 0 | 110101 | 100001 | 1101 | 101010010 | 1000001 | 1000000 |
Color Harmonies of #DF6995
Complementary color
Monochromatic Colors of #DF6995
Black with #DF6995
Text Example
Text Example
White with #DF6995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6995; }
p { color: rgb(223,105,149); }
H1.HeaderClassName
{
color: #DF6995;
}
.AnyTagClassName
{
color: #DF6995;
}
</style>
background-color css
<style>
a { background-color: #DF6995; }
a { background-color: rgb(223,105,149); }
div.DivClassName
{
background-color: #DF6995;
}
.BgClassName
{
background-color: #DF6995;
}
</style>
border-color css
<style>
span { border-color: #DF6995; }
span { border-color: rgb(223,105,149); }
td.TdClassName
{
border-color: #DF6995;
}
.TagClassName
{
border-color: #DF6995;
}
</style>