Shades of Pale Violet Red #DC6FA0
Tints of Pale Violet Red #DC6FA0
RGB
CMYK
RGB Variations
Color information
#DC6FA0 (or 0xDC6FA0) is known color: Pale Violet Red. HEX triplet: DC, 6F and A0. RGB value is (220,111,160). Sum of RGB (Red+Green+Blue) = 220+111+160=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6FA0 is #23905F. Grayscale: #959595. Windows color (decimal): -2330720 or 10514396. OLE color: 10514396.
HSL color Cylindrical-coordinate representation of color #DC6FA0: hue angle of 333.03º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6FA0 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 160 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.14 |
| HSL | 333.03º | 0.61% | 0.65% | - |
| HSV(B) | 333.03º | 0.5% | 0.86% | - |
| XYZ | 41.54 | 29.12 | 36.69 | - |
| YUV | 149.18 | 134.11 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 160 | 0 | 0.50 | 0.27 | 0.14 | 333.03 | 0.61 | 0.65 |
| Hex | DC | 6F | A0 | 0 | 32 | 1B | E | 14D | 3D | 41 |
| Octal | 334 | 157 | 240 | 0 | 62 | 33 | 16 | 515 | 75 | 101 |
| Binary | 11011100 | 1101111 | 10100000 | 0 | 110010 | 11011 | 1110 | 101001101 | 111101 | 1000001 |
Color Harmonies of #DC6FA0
Complementary color
Monochromatic Colors of #DC6FA0
Black with #DC6FA0
Text Example
Text Example
White with #DC6FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6FA0; }
p { color: rgb(220,111,160); }
H1.HeaderClassName
{
color: #DC6FA0;
}
.AnyTagClassName
{
color: #DC6FA0;
}
</style>
background-color css
<style>
a { background-color: #DC6FA0; }
a { background-color: rgb(220,111,160); }
div.DivClassName
{
background-color: #DC6FA0;
}
.BgClassName
{
background-color: #DC6FA0;
}
</style>
border-color css
<style>
span { border-color: #DC6FA0; }
span { border-color: rgb(220,111,160); }
td.TdClassName
{
border-color: #DC6FA0;
}
.TagClassName
{
border-color: #DC6FA0;
}
</style>