Shades of Pale Violet Red #DC6CA5
Tints of Pale Violet Red #DC6CA5
RGB
CMYK
RGB Variations
Color information
#DC6CA5 (or 0xDC6CA5) is known color: Pale Violet Red. HEX triplet: DC, 6C and A5. RGB value is (220,108,165). Sum of RGB (Red+Green+Blue) = 220+108+165=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6CA5 is #23935A. Grayscale: #939393. Windows color (decimal): -2331483 or 10841308. OLE color: 10841308.
HSL color Cylindrical-coordinate representation of color #DC6CA5: hue angle of 329.46º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6CA5 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 165 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.14 |
| HSL | 329.46º | 0.62% | 0.64% | - |
| HSV(B) | 329.46º | 0.51% | 0.86% | - |
| XYZ | 41.67 | 28.66 | 38.93 | - |
| YUV | 147.99 | 137.61 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 165 | 0 | 0.51 | 0.25 | 0.14 | 329.46 | 0.62 | 0.64 |
| Hex | DC | 6C | A5 | 0 | 33 | 19 | E | 149 | 3E | 40 |
| Octal | 334 | 154 | 245 | 0 | 63 | 31 | 16 | 511 | 76 | 100 |
| Binary | 11011100 | 1101100 | 10100101 | 0 | 110011 | 11001 | 1110 | 101001001 | 111110 | 1000000 |
Color Harmonies of #DC6CA5
Complementary color
Monochromatic Colors of #DC6CA5
Black with #DC6CA5
Text Example
Text Example
White with #DC6CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6CA5; }
p { color: rgb(220,108,165); }
H1.HeaderClassName
{
color: #DC6CA5;
}
.AnyTagClassName
{
color: #DC6CA5;
}
</style>
background-color css
<style>
a { background-color: #DC6CA5; }
a { background-color: rgb(220,108,165); }
div.DivClassName
{
background-color: #DC6CA5;
}
.BgClassName
{
background-color: #DC6CA5;
}
</style>
border-color css
<style>
span { border-color: #DC6CA5; }
span { border-color: rgb(220,108,165); }
td.TdClassName
{
border-color: #DC6CA5;
}
.TagClassName
{
border-color: #DC6CA5;
}
</style>