Shades of Pale Violet Red #DF6AA5
Tints of Pale Violet Red #DF6AA5
RGB
CMYK
RGB Variations
Color information
#DF6AA5 (or 0xDF6AA5) is known color: Pale Violet Red. HEX triplet: DF, 6A and A5. RGB value is (223,106,165). Sum of RGB (Red+Green+Blue) = 223+106+165=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 165 (64.84% from 255 or 33.40% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6AA5 is #20955A. Grayscale: #939393. Windows color (decimal): -2135387 or 10840799. OLE color: 10840799.
HSL color Cylindrical-coordinate representation of color #DF6AA5: hue angle of 329.74º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6AA5 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 106 | 165 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.13 |
| HSL | 329.74º | 0.65% | 0.65% | - |
| HSV(B) | 329.74º | 0.52% | 0.87% | - |
| XYZ | 42.38 | 28.71 | 38.91 | - |
| YUV | 147.71 | 137.76 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 106 | 165 | 0 | 0.52 | 0.26 | 0.13 | 329.74 | 0.65 | 0.65 |
| Hex | DF | 6A | A5 | 0 | 34 | 1A | D | 14A | 41 | 41 |
| Octal | 337 | 152 | 245 | 0 | 64 | 32 | 15 | 512 | 101 | 101 |
| Binary | 11011111 | 1101010 | 10100101 | 0 | 110100 | 11010 | 1101 | 101001010 | 1000001 | 1000001 |
Color Harmonies of #DF6AA5
Complementary color
Monochromatic Colors of #DF6AA5
Black with #DF6AA5
Text Example
Text Example
White with #DF6AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6AA5; }
p { color: rgb(223,106,165); }
H1.HeaderClassName
{
color: #DF6AA5;
}
.AnyTagClassName
{
color: #DF6AA5;
}
</style>
background-color css
<style>
a { background-color: #DF6AA5; }
a { background-color: rgb(223,106,165); }
div.DivClassName
{
background-color: #DF6AA5;
}
.BgClassName
{
background-color: #DF6AA5;
}
</style>
border-color css
<style>
span { border-color: #DF6AA5; }
span { border-color: rgb(223,106,165); }
td.TdClassName
{
border-color: #DF6AA5;
}
.TagClassName
{
border-color: #DF6AA5;
}
</style>