Shades of Pale Violet Red #DF61A3
Tints of Pale Violet Red #DF61A3
RGB
CMYK
RGB Variations
Color information
#DF61A3 (or 0xDF61A3) is known color: Pale Violet Red. HEX triplet: DF, 61 and A3. RGB value is (223,97,163). Sum of RGB (Red+Green+Blue) = 223+97+163=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF61A3 is #209E5C. Grayscale: #8E8E8E. Windows color (decimal): -2137693 or 10707423. OLE color: 10707423.
HSL color Cylindrical-coordinate representation of color #DF61A3: hue angle of 328.57º 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 #DF61A3 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 163 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.13 |
| HSL | 328.57º | 0.66% | 0.63% | - |
| HSV(B) | 328.57º | 0.57% | 0.87% | - |
| XYZ | 41.32 | 26.88 | 37.66 | - |
| YUV | 142.2 | 139.74 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 163 | 0 | 0.57 | 0.27 | 0.13 | 328.57 | 0.66 | 0.63 |
| Hex | DF | 61 | A3 | 0 | 39 | 1B | D | 149 | 42 | 3F |
| Octal | 337 | 141 | 243 | 0 | 71 | 33 | 15 | 511 | 102 | 77 |
| Binary | 11011111 | 1100001 | 10100011 | 0 | 111001 | 11011 | 1101 | 101001001 | 1000010 | 111111 |
Color Harmonies of #DF61A3
Complementary color
Monochromatic Colors of #DF61A3
Black with #DF61A3
Text Example
Text Example
White with #DF61A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF61A3; }
p { color: rgb(223,97,163); }
H1.HeaderClassName
{
color: #DF61A3;
}
.AnyTagClassName
{
color: #DF61A3;
}
</style>
background-color css
<style>
a { background-color: #DF61A3; }
a { background-color: rgb(223,97,163); }
div.DivClassName
{
background-color: #DF61A3;
}
.BgClassName
{
background-color: #DF61A3;
}
</style>
border-color css
<style>
span { border-color: #DF61A3; }
span { border-color: rgb(223,97,163); }
td.TdClassName
{
border-color: #DF61A3;
}
.TagClassName
{
border-color: #DF61A3;
}
</style>