Shades of Pale Violet Red #DC6AA8
Tints of Pale Violet Red #DC6AA8
RGB
CMYK
RGB Variations
Color information
#DC6AA8 (or 0xDC6AA8) is known color: Pale Violet Red. HEX triplet: DC, 6A and A8. RGB value is (220,106,168). Sum of RGB (Red+Green+Blue) = 220+106+168=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6AA8 is #239557. Grayscale: #939393. Windows color (decimal): -2331992 or 11037404. OLE color: 11037404.
HSL color Cylindrical-coordinate representation of color #DC6AA8: hue angle of 327.37º 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 #DC6AA8 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 168 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.14 |
| HSL | 327.37º | 0.62% | 0.64% | - |
| HSV(B) | 327.37º | 0.52% | 0.86% | - |
| XYZ | 41.74 | 28.35 | 40.32 | - |
| YUV | 147.15 | 139.77 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 168 | 0 | 0.52 | 0.24 | 0.14 | 327.37 | 0.62 | 0.64 |
| Hex | DC | 6A | A8 | 0 | 34 | 18 | E | 147 | 3E | 40 |
| Octal | 334 | 152 | 250 | 0 | 64 | 30 | 16 | 507 | 76 | 100 |
| Binary | 11011100 | 1101010 | 10101000 | 0 | 110100 | 11000 | 1110 | 101000111 | 111110 | 1000000 |
Color Harmonies of #DC6AA8
Complementary color
Monochromatic Colors of #DC6AA8
Black with #DC6AA8
Text Example
Text Example
White with #DC6AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6AA8; }
p { color: rgb(220,106,168); }
H1.HeaderClassName
{
color: #DC6AA8;
}
.AnyTagClassName
{
color: #DC6AA8;
}
</style>
background-color css
<style>
a { background-color: #DC6AA8; }
a { background-color: rgb(220,106,168); }
div.DivClassName
{
background-color: #DC6AA8;
}
.BgClassName
{
background-color: #DC6AA8;
}
</style>
border-color css
<style>
span { border-color: #DC6AA8; }
span { border-color: rgb(220,106,168); }
td.TdClassName
{
border-color: #DC6AA8;
}
.TagClassName
{
border-color: #DC6AA8;
}
</style>