Shades of Pale Violet Red #DF6CAA
Tints of Pale Violet Red #DF6CAA
RGB
CMYK
RGB Variations
Color information
#DF6CAA (or 0xDF6CAA) is known color: Pale Violet Red. HEX triplet: DF, 6C and AA. RGB value is (223,108,170). Sum of RGB (Red+Green+Blue) = 223+108+170=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6CAA is #209355. Grayscale: #959595. Windows color (decimal): -2134870 or 11168991. OLE color: 11168991.
HSL color Cylindrical-coordinate representation of color #DF6CAA: hue angle of 327.65º degrees, saturation: 0.64, 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 #DF6CAA is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 108 | 170 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.13 |
| HSL | 327.65º | 0.64% | 0.65% | - |
| HSV(B) | 327.65º | 0.52% | 0.87% | - |
| XYZ | 43.05 | 29.32 | 41.42 | - |
| YUV | 149.45 | 139.6 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 108 | 170 | 0 | 0.52 | 0.24 | 0.13 | 327.65 | 0.64 | 0.65 |
| Hex | DF | 6C | AA | 0 | 34 | 18 | D | 148 | 40 | 41 |
| Octal | 337 | 154 | 252 | 0 | 64 | 30 | 15 | 510 | 100 | 101 |
| Binary | 11011111 | 1101100 | 10101010 | 0 | 110100 | 11000 | 1101 | 101001000 | 1000000 | 1000001 |
Color Harmonies of #DF6CAA
Complementary color
Monochromatic Colors of #DF6CAA
Black with #DF6CAA
Text Example
Text Example
White with #DF6CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6CAA; }
p { color: rgb(223,108,170); }
H1.HeaderClassName
{
color: #DF6CAA;
}
.AnyTagClassName
{
color: #DF6CAA;
}
</style>
background-color css
<style>
a { background-color: #DF6CAA; }
a { background-color: rgb(223,108,170); }
div.DivClassName
{
background-color: #DF6CAA;
}
.BgClassName
{
background-color: #DF6CAA;
}
</style>
border-color css
<style>
span { border-color: #DF6CAA; }
span { border-color: rgb(223,108,170); }
td.TdClassName
{
border-color: #DF6CAA;
}
.TagClassName
{
border-color: #DF6CAA;
}
</style>