Shades of Pale Violet Red #DC6DA1
Tints of Pale Violet Red #DC6DA1
RGB
CMYK
RGB Variations
Color information
#DC6DA1 (or 0xDC6DA1) is known color: Pale Violet Red. HEX triplet: DC, 6D and A1. RGB value is (220,109,161). Sum of RGB (Red+Green+Blue) = 220+109+161=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6DA1 is #23925E. Grayscale: #949494. Windows color (decimal): -2331231 or 10579420. OLE color: 10579420.
HSL color Cylindrical-coordinate representation of color #DC6DA1: hue angle of 331.89º 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 #DC6DA1 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 161 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.14 |
| HSL | 331.89º | 0.61% | 0.65% | - |
| HSV(B) | 331.89º | 0.5% | 0.86% | - |
| XYZ | 41.42 | 28.73 | 37.08 | - |
| YUV | 148.12 | 135.27 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 161 | 0 | 0.50 | 0.27 | 0.14 | 331.89 | 0.61 | 0.65 |
| Hex | DC | 6D | A1 | 0 | 32 | 1B | E | 14C | 3D | 41 |
| Octal | 334 | 155 | 241 | 0 | 62 | 33 | 16 | 514 | 75 | 101 |
| Binary | 11011100 | 1101101 | 10100001 | 0 | 110010 | 11011 | 1110 | 101001100 | 111101 | 1000001 |
Color Harmonies of #DC6DA1
Complementary color
Monochromatic Colors of #DC6DA1
Black with #DC6DA1
Text Example
Text Example
White with #DC6DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6DA1; }
p { color: rgb(220,109,161); }
H1.HeaderClassName
{
color: #DC6DA1;
}
.AnyTagClassName
{
color: #DC6DA1;
}
</style>
background-color css
<style>
a { background-color: #DC6DA1; }
a { background-color: rgb(220,109,161); }
div.DivClassName
{
background-color: #DC6DA1;
}
.BgClassName
{
background-color: #DC6DA1;
}
</style>
border-color css
<style>
span { border-color: #DC6DA1; }
span { border-color: rgb(220,109,161); }
td.TdClassName
{
border-color: #DC6DA1;
}
.TagClassName
{
border-color: #DC6DA1;
}
</style>