Shades of Pale Violet Red #DF6FA4
Tints of Pale Violet Red #DF6FA4
RGB
CMYK
RGB Variations
Color information
#DF6FA4 (or 0xDF6FA4) is known color: Pale Violet Red. HEX triplet: DF, 6F and A4. RGB value is (223,111,164). Sum of RGB (Red+Green+Blue) = 223+111+164=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 164 (64.45% from 255 or 32.93% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6FA4 is #20905B. Grayscale: #969696. Windows color (decimal): -2134108 or 10776543. OLE color: 10776543.
HSL color Cylindrical-coordinate representation of color #DF6FA4: hue angle of 331.61º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF6FA4 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 111 | 164 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.13 |
| HSL | 331.61º | 0.64% | 0.65% | - |
| HSV(B) | 331.61º | 0.5% | 0.87% | - |
| XYZ | 42.82 | 29.74 | 38.61 | - |
| YUV | 150.53 | 135.61 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 111 | 164 | 0 | 0.50 | 0.26 | 0.13 | 331.61 | 0.64 | 0.65 |
| Hex | DF | 6F | A4 | 0 | 32 | 1A | D | 14C | 40 | 41 |
| Octal | 337 | 157 | 244 | 0 | 62 | 32 | 15 | 514 | 100 | 101 |
| Binary | 11011111 | 1101111 | 10100100 | 0 | 110010 | 11010 | 1101 | 101001100 | 1000000 | 1000001 |
Color Harmonies of #DF6FA4
Complementary color
Monochromatic Colors of #DF6FA4
Black with #DF6FA4
Text Example
Text Example
White with #DF6FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6FA4; }
p { color: rgb(223,111,164); }
H1.HeaderClassName
{
color: #DF6FA4;
}
.AnyTagClassName
{
color: #DF6FA4;
}
</style>
background-color css
<style>
a { background-color: #DF6FA4; }
a { background-color: rgb(223,111,164); }
div.DivClassName
{
background-color: #DF6FA4;
}
.BgClassName
{
background-color: #DF6FA4;
}
</style>
border-color css
<style>
span { border-color: #DF6FA4; }
span { border-color: rgb(223,111,164); }
td.TdClassName
{
border-color: #DF6FA4;
}
.TagClassName
{
border-color: #DF6FA4;
}
</style>