Shades of Pale Violet Red #DF6AAB
Tints of Pale Violet Red #DF6AAB
RGB
CMYK
RGB Variations
Color information
#DF6AAB (or 0xDF6AAB) is known color: Pale Violet Red. HEX triplet: DF, 6A and AB. RGB value is (223,106,171). Sum of RGB (Red+Green+Blue) = 223+106+171=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6AAB is #209554. Grayscale: #949494. Windows color (decimal): -2135381 or 11234015. OLE color: 11234015.
HSL color Cylindrical-coordinate representation of color #DF6AAB: hue angle of 326.67º 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 #DF6AAB is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 106 | 171 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.13 |
| HSL | 326.67º | 0.65% | 0.65% | - |
| HSV(B) | 326.67º | 0.52% | 0.87% | - |
| XYZ | 42.94 | 28.94 | 41.85 | - |
| YUV | 148.39 | 140.76 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 106 | 171 | 0 | 0.52 | 0.23 | 0.13 | 326.67 | 0.65 | 0.65 |
| Hex | DF | 6A | AB | 0 | 34 | 17 | D | 147 | 41 | 41 |
| Octal | 337 | 152 | 253 | 0 | 64 | 27 | 15 | 507 | 101 | 101 |
| Binary | 11011111 | 1101010 | 10101011 | 0 | 110100 | 10111 | 1101 | 101000111 | 1000001 | 1000001 |
Color Harmonies of #DF6AAB
Complementary color
Monochromatic Colors of #DF6AAB
Black with #DF6AAB
Text Example
Text Example
White with #DF6AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6AAB; }
p { color: rgb(223,106,171); }
H1.HeaderClassName
{
color: #DF6AAB;
}
.AnyTagClassName
{
color: #DF6AAB;
}
</style>
background-color css
<style>
a { background-color: #DF6AAB; }
a { background-color: rgb(223,106,171); }
div.DivClassName
{
background-color: #DF6AAB;
}
.BgClassName
{
background-color: #DF6AAB;
}
</style>
border-color css
<style>
span { border-color: #DF6AAB; }
span { border-color: rgb(223,106,171); }
td.TdClassName
{
border-color: #DF6AAB;
}
.TagClassName
{
border-color: #DF6AAB;
}
</style>