Shades of Pale Violet Red #DF6AAA
Tints of Pale Violet Red #DF6AAA
RGB
CMYK
RGB Variations
Color information
#DF6AAA (or 0xDF6AAA) is known color: Pale Violet Red. HEX triplet: DF, 6A and AA. RGB value is (223,106,170). Sum of RGB (Red+Green+Blue) = 223+106+170=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6AAA is #209555. Grayscale: #949494. Windows color (decimal): -2135382 or 11168479. OLE color: 11168479.
HSL color Cylindrical-coordinate representation of color #DF6AAA: hue angle of 327.18º 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 #DF6AAA is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 106 | 170 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.13 |
| HSL | 327.18º | 0.65% | 0.65% | - |
| HSV(B) | 327.18º | 0.52% | 0.87% | - |
| XYZ | 42.84 | 28.9 | 41.35 | - |
| YUV | 148.28 | 140.26 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 106 | 170 | 0 | 0.52 | 0.24 | 0.13 | 327.18 | 0.65 | 0.65 |
| Hex | DF | 6A | AA | 0 | 34 | 18 | D | 147 | 41 | 41 |
| Octal | 337 | 152 | 252 | 0 | 64 | 30 | 15 | 507 | 101 | 101 |
| Binary | 11011111 | 1101010 | 10101010 | 0 | 110100 | 11000 | 1101 | 101000111 | 1000001 | 1000001 |
Color Harmonies of #DF6AAA
Complementary color
Monochromatic Colors of #DF6AAA
Black with #DF6AAA
Text Example
Text Example
White with #DF6AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6AAA; }
p { color: rgb(223,106,170); }
H1.HeaderClassName
{
color: #DF6AAA;
}
.AnyTagClassName
{
color: #DF6AAA;
}
</style>
background-color css
<style>
a { background-color: #DF6AAA; }
a { background-color: rgb(223,106,170); }
div.DivClassName
{
background-color: #DF6AAA;
}
.BgClassName
{
background-color: #DF6AAA;
}
</style>
border-color css
<style>
span { border-color: #DF6AAA; }
span { border-color: rgb(223,106,170); }
td.TdClassName
{
border-color: #DF6AAA;
}
.TagClassName
{
border-color: #DF6AAA;
}
</style>