Shades of Pale Violet Red #DF60A4
Tints of Pale Violet Red #DF60A4
RGB
CMYK
RGB Variations
Color information
#DF60A4 (or 0xDF60A4) is known color: Pale Violet Red. HEX triplet: DF, 60 and A4. RGB value is (223,96,164). Sum of RGB (Red+Green+Blue) = 223+96+164=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF60A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF60A4 is #209F5B. Grayscale: #8D8D8D. Windows color (decimal): -2137948 or 10772703. OLE color: 10772703.
HSL color Cylindrical-coordinate representation of color #DF60A4: hue angle of 327.87º 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 #DF60A4 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 164 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.13 |
| HSL | 327.87º | 0.66% | 0.63% | - |
| HSV(B) | 327.87º | 0.57% | 0.87% | - |
| XYZ | 41.32 | 26.73 | 38.1 | - |
| YUV | 141.73 | 140.58 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 164 | 0 | 0.57 | 0.26 | 0.13 | 327.87 | 0.66 | 0.63 |
| Hex | DF | 60 | A4 | 0 | 39 | 1A | D | 148 | 42 | 3F |
| Octal | 337 | 140 | 244 | 0 | 71 | 32 | 15 | 510 | 102 | 77 |
| Binary | 11011111 | 1100000 | 10100100 | 0 | 111001 | 11010 | 1101 | 101001000 | 1000010 | 111111 |
Color Harmonies of #DF60A4
Complementary color
Monochromatic Colors of #DF60A4
Black with #DF60A4
Text Example
Text Example
White with #DF60A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF60A4; }
p { color: rgb(223,96,164); }
H1.HeaderClassName
{
color: #DF60A4;
}
.AnyTagClassName
{
color: #DF60A4;
}
</style>
background-color css
<style>
a { background-color: #DF60A4; }
a { background-color: rgb(223,96,164); }
div.DivClassName
{
background-color: #DF60A4;
}
.BgClassName
{
background-color: #DF60A4;
}
</style>
border-color css
<style>
span { border-color: #DF60A4; }
span { border-color: rgb(223,96,164); }
td.TdClassName
{
border-color: #DF60A4;
}
.TagClassName
{
border-color: #DF60A4;
}
</style>