Shades of Pale Violet Red #DF61A0
Tints of Pale Violet Red #DF61A0
RGB
CMYK
RGB Variations
Color information
#DF61A0 (or 0xDF61A0) is known color: Pale Violet Red. HEX triplet: DF, 61 and A0. RGB value is (223,97,160). Sum of RGB (Red+Green+Blue) = 223+97+160=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 97 (38.28% from 255 or 20.21% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF61A0 is #209E5F. Grayscale: #8D8D8D. Windows color (decimal): -2137696 or 10510815. OLE color: 10510815.
HSL color Cylindrical-coordinate representation of color #DF61A0: hue angle of 330º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF61A0 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 160 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.13 |
| HSL | 330º | 0.66% | 0.63% | - |
| HSV(B) | 330º | 0.57% | 0.87% | - |
| XYZ | 41.05 | 26.78 | 36.26 | - |
| YUV | 141.86 | 138.24 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 160 | 0 | 0.57 | 0.28 | 0.13 | 330 | 0.66 | 0.63 |
| Hex | DF | 61 | A0 | 0 | 39 | 1C | D | 14A | 42 | 3F |
| Octal | 337 | 141 | 240 | 0 | 71 | 34 | 15 | 512 | 102 | 77 |
| Binary | 11011111 | 1100001 | 10100000 | 0 | 111001 | 11100 | 1101 | 101001010 | 1000010 | 111111 |
Color Harmonies of #DF61A0
Complementary color
Monochromatic Colors of #DF61A0
Black with #DF61A0
Text Example
Text Example
White with #DF61A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF61A0; }
p { color: rgb(223,97,160); }
H1.HeaderClassName
{
color: #DF61A0;
}
.AnyTagClassName
{
color: #DF61A0;
}
</style>
background-color css
<style>
a { background-color: #DF61A0; }
a { background-color: rgb(223,97,160); }
div.DivClassName
{
background-color: #DF61A0;
}
.BgClassName
{
background-color: #DF61A0;
}
</style>
border-color css
<style>
span { border-color: #DF61A0; }
span { border-color: rgb(223,97,160); }
td.TdClassName
{
border-color: #DF61A0;
}
.TagClassName
{
border-color: #DF61A0;
}
</style>