Shades of Pale Violet Red #DC6EAA
Tints of Pale Violet Red #DC6EAA
RGB
CMYK
RGB Variations
Color information
#DC6EAA (or 0xDC6EAA) is known color: Pale Violet Red. HEX triplet: DC, 6E and AA. RGB value is (220,110,170). Sum of RGB (Red+Green+Blue) = 220+110+170=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6EAA is #239155. Grayscale: #959595. Windows color (decimal): -2330966 or 11169500. OLE color: 11169500.
HSL color Cylindrical-coordinate representation of color #DC6EAA: hue angle of 327.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 #DC6EAA is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 170 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.14 |
| HSL | 327.27º | 0.61% | 0.65% | - |
| HSV(B) | 327.27º | 0.5% | 0.86% | - |
| XYZ | 42.35 | 29.27 | 41.45 | - |
| YUV | 149.73 | 139.44 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 170 | 0 | 0.50 | 0.23 | 0.14 | 327.27 | 0.61 | 0.65 |
| Hex | DC | 6E | AA | 0 | 32 | 17 | E | 147 | 3D | 41 |
| Octal | 334 | 156 | 252 | 0 | 62 | 27 | 16 | 507 | 75 | 101 |
| Binary | 11011100 | 1101110 | 10101010 | 0 | 110010 | 10111 | 1110 | 101000111 | 111101 | 1000001 |
Color Harmonies of #DC6EAA
Complementary color
Monochromatic Colors of #DC6EAA
Black with #DC6EAA
Text Example
Text Example
White with #DC6EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6EAA; }
p { color: rgb(220,110,170); }
H1.HeaderClassName
{
color: #DC6EAA;
}
.AnyTagClassName
{
color: #DC6EAA;
}
</style>
background-color css
<style>
a { background-color: #DC6EAA; }
a { background-color: rgb(220,110,170); }
div.DivClassName
{
background-color: #DC6EAA;
}
.BgClassName
{
background-color: #DC6EAA;
}
</style>
border-color css
<style>
span { border-color: #DC6EAA; }
span { border-color: rgb(220,110,170); }
td.TdClassName
{
border-color: #DC6EAA;
}
.TagClassName
{
border-color: #DC6EAA;
}
</style>