Shades of Pale Violet Red #DC6AA5
Tints of Pale Violet Red #DC6AA5
RGB
CMYK
RGB Variations
Color information
#DC6AA5 (or 0xDC6AA5) is known color: Pale Violet Red. HEX triplet: DC, 6A and A5. RGB value is (220,106,165). Sum of RGB (Red+Green+Blue) = 220+106+165=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6AA5 is #23955A. Grayscale: #929292. Windows color (decimal): -2331995 or 10840796. OLE color: 10840796.
HSL color Cylindrical-coordinate representation of color #DC6AA5: hue angle of 328.95º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6AA5 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 165 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.14 |
| HSL | 328.95º | 0.62% | 0.64% | - |
| HSV(B) | 328.95º | 0.52% | 0.86% | - |
| XYZ | 41.46 | 28.24 | 38.86 | - |
| YUV | 146.81 | 138.27 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 165 | 0 | 0.52 | 0.25 | 0.14 | 328.95 | 0.62 | 0.64 |
| Hex | DC | 6A | A5 | 0 | 34 | 19 | E | 149 | 3E | 40 |
| Octal | 334 | 152 | 245 | 0 | 64 | 31 | 16 | 511 | 76 | 100 |
| Binary | 11011100 | 1101010 | 10100101 | 0 | 110100 | 11001 | 1110 | 101001001 | 111110 | 1000000 |
Color Harmonies of #DC6AA5
Complementary color
Monochromatic Colors of #DC6AA5
Black with #DC6AA5
Text Example
Text Example
White with #DC6AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6AA5; }
p { color: rgb(220,106,165); }
H1.HeaderClassName
{
color: #DC6AA5;
}
.AnyTagClassName
{
color: #DC6AA5;
}
</style>
background-color css
<style>
a { background-color: #DC6AA5; }
a { background-color: rgb(220,106,165); }
div.DivClassName
{
background-color: #DC6AA5;
}
.BgClassName
{
background-color: #DC6AA5;
}
</style>
border-color css
<style>
span { border-color: #DC6AA5; }
span { border-color: rgb(220,106,165); }
td.TdClassName
{
border-color: #DC6AA5;
}
.TagClassName
{
border-color: #DC6AA5;
}
</style>