Shades of Pale Violet Red #DF6BAA
Tints of Pale Violet Red #DF6BAA
RGB
CMYK
RGB Variations
Color information
#DF6BAA (or 0xDF6BAA) is known color: Pale Violet Red. HEX triplet: DF, 6B and AA. RGB value is (223,107,170). Sum of RGB (Red+Green+Blue) = 223+107+170=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6BAA is #209455. Grayscale: #949494. Windows color (decimal): -2135126 or 11168735. OLE color: 11168735.
HSL color Cylindrical-coordinate representation of color #DF6BAA: hue angle of 327.41º 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 #DF6BAA is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 107 | 170 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.13 |
| HSL | 327.41º | 0.64% | 0.65% | - |
| HSV(B) | 327.41º | 0.52% | 0.87% | - |
| XYZ | 42.94 | 29.11 | 41.38 | - |
| YUV | 148.87 | 139.93 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 107 | 170 | 0 | 0.52 | 0.24 | 0.13 | 327.41 | 0.64 | 0.65 |
| Hex | DF | 6B | AA | 0 | 34 | 18 | D | 147 | 40 | 41 |
| Octal | 337 | 153 | 252 | 0 | 64 | 30 | 15 | 507 | 100 | 101 |
| Binary | 11011111 | 1101011 | 10101010 | 0 | 110100 | 11000 | 1101 | 101000111 | 1000000 | 1000001 |
Color Harmonies of #DF6BAA
Complementary color
Monochromatic Colors of #DF6BAA
Black with #DF6BAA
Text Example
Text Example
White with #DF6BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6BAA; }
p { color: rgb(223,107,170); }
H1.HeaderClassName
{
color: #DF6BAA;
}
.AnyTagClassName
{
color: #DF6BAA;
}
</style>
background-color css
<style>
a { background-color: #DF6BAA; }
a { background-color: rgb(223,107,170); }
div.DivClassName
{
background-color: #DF6BAA;
}
.BgClassName
{
background-color: #DF6BAA;
}
</style>
border-color css
<style>
span { border-color: #DF6BAA; }
span { border-color: rgb(223,107,170); }
td.TdClassName
{
border-color: #DF6BAA;
}
.TagClassName
{
border-color: #DF6BAA;
}
</style>