Shades of Pale Violet Red #DC6DA4
Tints of Pale Violet Red #DC6DA4
RGB
CMYK
RGB Variations
Color information
#DC6DA4 (or 0xDC6DA4) is known color: Pale Violet Red. HEX triplet: DC, 6D and A4. RGB value is (220,109,164). Sum of RGB (Red+Green+Blue) = 220+109+164=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6DA4 is #23925B. Grayscale: #949494. Windows color (decimal): -2331228 or 10776028. OLE color: 10776028.
HSL color Cylindrical-coordinate representation of color #DC6DA4: hue angle of 330.27º 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 #DC6DA4 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 164 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.14 |
| HSL | 330.27º | 0.61% | 0.65% | - |
| HSV(B) | 330.27º | 0.5% | 0.86% | - |
| XYZ | 41.68 | 28.83 | 38.49 | - |
| YUV | 148.46 | 136.77 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 164 | 0 | 0.50 | 0.25 | 0.14 | 330.27 | 0.61 | 0.65 |
| Hex | DC | 6D | A4 | 0 | 32 | 19 | E | 14A | 3D | 41 |
| Octal | 334 | 155 | 244 | 0 | 62 | 31 | 16 | 512 | 75 | 101 |
| Binary | 11011100 | 1101101 | 10100100 | 0 | 110010 | 11001 | 1110 | 101001010 | 111101 | 1000001 |
Color Harmonies of #DC6DA4
Complementary color
Monochromatic Colors of #DC6DA4
Black with #DC6DA4
Text Example
Text Example
White with #DC6DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6DA4; }
p { color: rgb(220,109,164); }
H1.HeaderClassName
{
color: #DC6DA4;
}
.AnyTagClassName
{
color: #DC6DA4;
}
</style>
background-color css
<style>
a { background-color: #DC6DA4; }
a { background-color: rgb(220,109,164); }
div.DivClassName
{
background-color: #DC6DA4;
}
.BgClassName
{
background-color: #DC6DA4;
}
</style>
border-color css
<style>
span { border-color: #DC6DA4; }
span { border-color: rgb(220,109,164); }
td.TdClassName
{
border-color: #DC6DA4;
}
.TagClassName
{
border-color: #DC6DA4;
}
</style>