Shades of Pale Violet Red #DC6E9E
Tints of Pale Violet Red #DC6E9E
RGB
CMYK
RGB Variations
Color information
#DC6E9E (or 0xDC6E9E) is known color: Pale Violet Red. HEX triplet: DC, 6E and 9E. RGB value is (220,110,158). Sum of RGB (Red+Green+Blue) = 220+110+158=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6E9E is #239161. Grayscale: #949494. Windows color (decimal): -2330978 or 10383068. OLE color: 10383068.
HSL color Cylindrical-coordinate representation of color #DC6E9E: hue angle of 333.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 #DC6E9E is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 158 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.14 |
| HSL | 333.82º | 0.61% | 0.65% | - |
| HSV(B) | 333.82º | 0.5% | 0.86% | - |
| XYZ | 41.26 | 28.84 | 35.74 | - |
| YUV | 148.36 | 133.44 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 158 | 0 | 0.50 | 0.28 | 0.14 | 333.82 | 0.61 | 0.65 |
| Hex | DC | 6E | 9E | 0 | 32 | 1C | E | 14E | 3D | 41 |
| Octal | 334 | 156 | 236 | 0 | 62 | 34 | 16 | 516 | 75 | 101 |
| Binary | 11011100 | 1101110 | 10011110 | 0 | 110010 | 11100 | 1110 | 101001110 | 111101 | 1000001 |
Color Harmonies of #DC6E9E
Complementary color
Monochromatic Colors of #DC6E9E
Black with #DC6E9E
Text Example
Text Example
White with #DC6E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6E9E; }
p { color: rgb(220,110,158); }
H1.HeaderClassName
{
color: #DC6E9E;
}
.AnyTagClassName
{
color: #DC6E9E;
}
</style>
background-color css
<style>
a { background-color: #DC6E9E; }
a { background-color: rgb(220,110,158); }
div.DivClassName
{
background-color: #DC6E9E;
}
.BgClassName
{
background-color: #DC6E9E;
}
</style>
border-color css
<style>
span { border-color: #DC6E9E; }
span { border-color: rgb(220,110,158); }
td.TdClassName
{
border-color: #DC6E9E;
}
.TagClassName
{
border-color: #DC6E9E;
}
</style>