Shades of Pale Violet Red #DF6491
Tints of Pale Violet Red #DF6491
RGB
CMYK
RGB Variations
Color information
#DF6491 (or 0xDF6491) is known color: Pale Violet Red. HEX triplet: DF, 64 and 91. RGB value is (223,100,145). Sum of RGB (Red+Green+Blue) = 223+100+145=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6491 is #209B6E. Grayscale: #8D8D8D. Windows color (decimal): -2136943 or 9528543. OLE color: 9528543.
HSL color Cylindrical-coordinate representation of color #DF6491: hue angle of 338.05º 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 #DF6491 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 145 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.13 |
| HSL | 338.05º | 0.66% | 0.63% | - |
| HSV(B) | 338.05º | 0.55% | 0.87% | - |
| XYZ | 40.1 | 26.85 | 29.86 | - |
| YUV | 141.91 | 129.75 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 145 | 0 | 0.55 | 0.35 | 0.13 | 338.05 | 0.66 | 0.63 |
| Hex | DF | 64 | 91 | 0 | 37 | 23 | D | 152 | 42 | 3F |
| Octal | 337 | 144 | 221 | 0 | 67 | 43 | 15 | 522 | 102 | 77 |
| Binary | 11011111 | 1100100 | 10010001 | 0 | 110111 | 100011 | 1101 | 101010010 | 1000010 | 111111 |
Color Harmonies of #DF6491
Complementary color
Monochromatic Colors of #DF6491
Black with #DF6491
Text Example
Text Example
White with #DF6491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6491; }
p { color: rgb(223,100,145); }
H1.HeaderClassName
{
color: #DF6491;
}
.AnyTagClassName
{
color: #DF6491;
}
</style>
background-color css
<style>
a { background-color: #DF6491; }
a { background-color: rgb(223,100,145); }
div.DivClassName
{
background-color: #DF6491;
}
.BgClassName
{
background-color: #DF6491;
}
</style>
border-color css
<style>
span { border-color: #DF6491; }
span { border-color: rgb(223,100,145); }
td.TdClassName
{
border-color: #DF6491;
}
.TagClassName
{
border-color: #DF6491;
}
</style>