Shades of Pale Violet Red #DC6DA6
Tints of Pale Violet Red #DC6DA6
RGB
CMYK
RGB Variations
Color information
#DC6DA6 (or 0xDC6DA6) is known color: Pale Violet Red. HEX triplet: DC, 6D and A6. RGB value is (220,109,166). Sum of RGB (Red+Green+Blue) = 220+109+166=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6DA6 is #239259. Grayscale: #949494. Windows color (decimal): -2331226 or 10907100. OLE color: 10907100.
HSL color Cylindrical-coordinate representation of color #DC6DA6: hue angle of 329.19º 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 #DC6DA6 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 166 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.14 |
| HSL | 329.19º | 0.61% | 0.65% | - |
| HSV(B) | 329.19º | 0.5% | 0.86% | - |
| XYZ | 41.87 | 28.91 | 39.45 | - |
| YUV | 148.69 | 137.77 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 166 | 0 | 0.50 | 0.25 | 0.14 | 329.19 | 0.61 | 0.65 |
| Hex | DC | 6D | A6 | 0 | 32 | 19 | E | 149 | 3D | 41 |
| Octal | 334 | 155 | 246 | 0 | 62 | 31 | 16 | 511 | 75 | 101 |
| Binary | 11011100 | 1101101 | 10100110 | 0 | 110010 | 11001 | 1110 | 101001001 | 111101 | 1000001 |
Color Harmonies of #DC6DA6
Complementary color
Monochromatic Colors of #DC6DA6
Black with #DC6DA6
Text Example
Text Example
White with #DC6DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6DA6; }
p { color: rgb(220,109,166); }
H1.HeaderClassName
{
color: #DC6DA6;
}
.AnyTagClassName
{
color: #DC6DA6;
}
</style>
background-color css
<style>
a { background-color: #DC6DA6; }
a { background-color: rgb(220,109,166); }
div.DivClassName
{
background-color: #DC6DA6;
}
.BgClassName
{
background-color: #DC6DA6;
}
</style>
border-color css
<style>
span { border-color: #DC6DA6; }
span { border-color: rgb(220,109,166); }
td.TdClassName
{
border-color: #DC6DA6;
}
.TagClassName
{
border-color: #DC6DA6;
}
</style>