Shades of Pale Violet Red #DF6BA0
Tints of Pale Violet Red #DF6BA0
RGB
CMYK
RGB Variations
Color information
#DF6BA0 (or 0xDF6BA0) is known color: Pale Violet Red. HEX triplet: DF, 6B and A0. RGB value is (223,107,160). Sum of RGB (Red+Green+Blue) = 223+107+160=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6BA0 is #20945F. Grayscale: #939393. Windows color (decimal): -2135136 or 10513375. OLE color: 10513375.
HSL color Cylindrical-coordinate representation of color #DF6BA0: hue angle of 332.59º 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 #DF6BA0 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 107 | 160 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.13 |
| HSL | 332.59º | 0.64% | 0.65% | - |
| HSV(B) | 332.59º | 0.52% | 0.87% | - |
| XYZ | 42.03 | 28.74 | 36.59 | - |
| YUV | 147.73 | 134.93 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 107 | 160 | 0 | 0.52 | 0.28 | 0.13 | 332.59 | 0.64 | 0.65 |
| Hex | DF | 6B | A0 | 0 | 34 | 1C | D | 14D | 40 | 41 |
| Octal | 337 | 153 | 240 | 0 | 64 | 34 | 15 | 515 | 100 | 101 |
| Binary | 11011111 | 1101011 | 10100000 | 0 | 110100 | 11100 | 1101 | 101001101 | 1000000 | 1000001 |
Color Harmonies of #DF6BA0
Complementary color
Monochromatic Colors of #DF6BA0
Black with #DF6BA0
Text Example
Text Example
White with #DF6BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6BA0; }
p { color: rgb(223,107,160); }
H1.HeaderClassName
{
color: #DF6BA0;
}
.AnyTagClassName
{
color: #DF6BA0;
}
</style>
background-color css
<style>
a { background-color: #DF6BA0; }
a { background-color: rgb(223,107,160); }
div.DivClassName
{
background-color: #DF6BA0;
}
.BgClassName
{
background-color: #DF6BA0;
}
</style>
border-color css
<style>
span { border-color: #DF6BA0; }
span { border-color: rgb(223,107,160); }
td.TdClassName
{
border-color: #DF6BA0;
}
.TagClassName
{
border-color: #DF6BA0;
}
</style>