Shades of Pale Violet Red #DF6495
Tints of Pale Violet Red #DF6495
RGB
CMYK
RGB Variations
Color information
#DF6495 (or 0xDF6495) is known color: Pale Violet Red. HEX triplet: DF, 64 and 95. RGB value is (223,100,149). Sum of RGB (Red+Green+Blue) = 223+100+149=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6495 is #209B6A. Grayscale: #8E8E8E. Windows color (decimal): -2136939 or 9790687. OLE color: 9790687.
HSL color Cylindrical-coordinate representation of color #DF6495: hue angle of 336.1º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF6495 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 149 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.13 |
| HSL | 336.1º | 0.66% | 0.63% | - |
| HSV(B) | 336.1º | 0.55% | 0.87% | - |
| XYZ | 40.41 | 26.97 | 31.51 | - |
| YUV | 142.36 | 131.75 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 149 | 0 | 0.55 | 0.33 | 0.13 | 336.1 | 0.66 | 0.63 |
| Hex | DF | 64 | 95 | 0 | 37 | 21 | D | 150 | 42 | 3F |
| Octal | 337 | 144 | 225 | 0 | 67 | 41 | 15 | 520 | 102 | 77 |
| Binary | 11011111 | 1100100 | 10010101 | 0 | 110111 | 100001 | 1101 | 101010000 | 1000010 | 111111 |
Color Harmonies of #DF6495
Complementary color
Monochromatic Colors of #DF6495
Black with #DF6495
Text Example
Text Example
White with #DF6495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6495; }
p { color: rgb(223,100,149); }
H1.HeaderClassName
{
color: #DF6495;
}
.AnyTagClassName
{
color: #DF6495;
}
</style>
background-color css
<style>
a { background-color: #DF6495; }
a { background-color: rgb(223,100,149); }
div.DivClassName
{
background-color: #DF6495;
}
.BgClassName
{
background-color: #DF6495;
}
</style>
border-color css
<style>
span { border-color: #DF6495; }
span { border-color: rgb(223,100,149); }
td.TdClassName
{
border-color: #DF6495;
}
.TagClassName
{
border-color: #DF6495;
}
</style>