Shades of Pale Violet Red #DC6DA2
Tints of Pale Violet Red #DC6DA2
RGB
CMYK
RGB Variations
Color information
#DC6DA2 (or 0xDC6DA2) is known color: Pale Violet Red. HEX triplet: DC, 6D and A2. RGB value is (220,109,162). Sum of RGB (Red+Green+Blue) = 220+109+162=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 162 (63.67% from 255 or 32.99% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6DA2 is #23925D. Grayscale: #949494. Windows color (decimal): -2331230 or 10644956. OLE color: 10644956.
HSL color Cylindrical-coordinate representation of color #DC6DA2: hue angle of 331.35º 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 #DC6DA2 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 162 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.14 |
| HSL | 331.35º | 0.61% | 0.65% | - |
| HSV(B) | 331.35º | 0.5% | 0.86% | - |
| XYZ | 41.51 | 28.76 | 37.55 | - |
| YUV | 148.23 | 135.77 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 162 | 0 | 0.50 | 0.26 | 0.14 | 331.35 | 0.61 | 0.65 |
| Hex | DC | 6D | A2 | 0 | 32 | 1A | E | 14B | 3D | 41 |
| Octal | 334 | 155 | 242 | 0 | 62 | 32 | 16 | 513 | 75 | 101 |
| Binary | 11011100 | 1101101 | 10100010 | 0 | 110010 | 11010 | 1110 | 101001011 | 111101 | 1000001 |
Color Harmonies of #DC6DA2
Complementary color
Monochromatic Colors of #DC6DA2
Black with #DC6DA2
Text Example
Text Example
White with #DC6DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6DA2; }
p { color: rgb(220,109,162); }
H1.HeaderClassName
{
color: #DC6DA2;
}
.AnyTagClassName
{
color: #DC6DA2;
}
</style>
background-color css
<style>
a { background-color: #DC6DA2; }
a { background-color: rgb(220,109,162); }
div.DivClassName
{
background-color: #DC6DA2;
}
.BgClassName
{
background-color: #DC6DA2;
}
</style>
border-color css
<style>
span { border-color: #DC6DA2; }
span { border-color: rgb(220,109,162); }
td.TdClassName
{
border-color: #DC6DA2;
}
.TagClassName
{
border-color: #DC6DA2;
}
</style>