Shades of Pale Violet Red #DF61A8
Tints of Pale Violet Red #DF61A8
RGB
CMYK
RGB Variations
Color information
#DF61A8 (or 0xDF61A8) is known color: Pale Violet Red. HEX triplet: DF, 61 and A8. RGB value is (223,97,168). Sum of RGB (Red+Green+Blue) = 223+97+168=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF61A8 is #209E57. Grayscale: #8E8E8E. Windows color (decimal): -2137688 or 11035103. OLE color: 11035103.
HSL color Cylindrical-coordinate representation of color #DF61A8: hue angle of 326.19º 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 #DF61A8 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 168 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.13 |
| HSL | 326.19º | 0.66% | 0.63% | - |
| HSV(B) | 326.19º | 0.57% | 0.87% | - |
| XYZ | 41.77 | 27.06 | 40.07 | - |
| YUV | 142.77 | 142.24 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 168 | 0 | 0.57 | 0.25 | 0.13 | 326.19 | 0.66 | 0.63 |
| Hex | DF | 61 | A8 | 0 | 39 | 19 | D | 146 | 42 | 3F |
| Octal | 337 | 141 | 250 | 0 | 71 | 31 | 15 | 506 | 102 | 77 |
| Binary | 11011111 | 1100001 | 10101000 | 0 | 111001 | 11001 | 1101 | 101000110 | 1000010 | 111111 |
Color Harmonies of #DF61A8
Complementary color
Monochromatic Colors of #DF61A8
Black with #DF61A8
Text Example
Text Example
White with #DF61A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF61A8; }
p { color: rgb(223,97,168); }
H1.HeaderClassName
{
color: #DF61A8;
}
.AnyTagClassName
{
color: #DF61A8;
}
</style>
background-color css
<style>
a { background-color: #DF61A8; }
a { background-color: rgb(223,97,168); }
div.DivClassName
{
background-color: #DF61A8;
}
.BgClassName
{
background-color: #DF61A8;
}
</style>
border-color css
<style>
span { border-color: #DF61A8; }
span { border-color: rgb(223,97,168); }
td.TdClassName
{
border-color: #DF61A8;
}
.TagClassName
{
border-color: #DF61A8;
}
</style>