Shades of Pale Violet Red #DC6E93
Tints of Pale Violet Red #DC6E93
RGB
CMYK
RGB Variations
Color information
#DC6E93 (or 0xDC6E93) is known color: Pale Violet Red. HEX triplet: DC, 6E and 93. RGB value is (220,110,147). Sum of RGB (Red+Green+Blue) = 220+110+147=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6E93 is #23916C. Grayscale: #939393. Windows color (decimal): -2330989 or 9662172. OLE color: 9662172.
HSL color Cylindrical-coordinate representation of color #DC6E93: hue angle of 339.82º 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 #DC6E93 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 147 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.14 |
| HSL | 339.82º | 0.61% | 0.65% | - |
| HSV(B) | 339.82º | 0.5% | 0.86% | - |
| XYZ | 40.36 | 28.47 | 30.97 | - |
| YUV | 147.11 | 127.94 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 147 | 0 | 0.50 | 0.33 | 0.14 | 339.82 | 0.61 | 0.65 |
| Hex | DC | 6E | 93 | 0 | 32 | 21 | E | 154 | 3D | 41 |
| Octal | 334 | 156 | 223 | 0 | 62 | 41 | 16 | 524 | 75 | 101 |
| Binary | 11011100 | 1101110 | 10010011 | 0 | 110010 | 100001 | 1110 | 101010100 | 111101 | 1000001 |
Color Harmonies of #DC6E93
Complementary color
Monochromatic Colors of #DC6E93
Black with #DC6E93
Text Example
Text Example
White with #DC6E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6E93; }
p { color: rgb(220,110,147); }
H1.HeaderClassName
{
color: #DC6E93;
}
.AnyTagClassName
{
color: #DC6E93;
}
</style>
background-color css
<style>
a { background-color: #DC6E93; }
a { background-color: rgb(220,110,147); }
div.DivClassName
{
background-color: #DC6E93;
}
.BgClassName
{
background-color: #DC6E93;
}
</style>
border-color css
<style>
span { border-color: #DC6E93; }
span { border-color: rgb(220,110,147); }
td.TdClassName
{
border-color: #DC6E93;
}
.TagClassName
{
border-color: #DC6E93;
}
</style>