Shades of Pale Violet Red #DC6C96
Tints of Pale Violet Red #DC6C96
RGB
CMYK
RGB Variations
Color information
#DC6C96 (or 0xDC6C96) is known color: Pale Violet Red. HEX triplet: DC, 6C and 96. RGB value is (220,108,150). Sum of RGB (Red+Green+Blue) = 220+108+150=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6C96 is #239369. Grayscale: #929292. Windows color (decimal): -2331498 or 9858268. OLE color: 9858268.
HSL color Cylindrical-coordinate representation of color #DC6C96: hue angle of 337.5º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6C96 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 150 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.14 |
| HSL | 337.5º | 0.62% | 0.64% | - |
| HSV(B) | 337.5º | 0.51% | 0.86% | - |
| XYZ | 40.38 | 28.14 | 32.16 | - |
| YUV | 146.28 | 130.11 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 150 | 0 | 0.51 | 0.32 | 0.14 | 337.5 | 0.62 | 0.64 |
| Hex | DC | 6C | 96 | 0 | 33 | 20 | E | 152 | 3E | 40 |
| Octal | 334 | 154 | 226 | 0 | 63 | 40 | 16 | 522 | 76 | 100 |
| Binary | 11011100 | 1101100 | 10010110 | 0 | 110011 | 100000 | 1110 | 101010010 | 111110 | 1000000 |
Color Harmonies of #DC6C96
Complementary color
Monochromatic Colors of #DC6C96
Black with #DC6C96
Text Example
Text Example
White with #DC6C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6C96; }
p { color: rgb(220,108,150); }
H1.HeaderClassName
{
color: #DC6C96;
}
.AnyTagClassName
{
color: #DC6C96;
}
</style>
background-color css
<style>
a { background-color: #DC6C96; }
a { background-color: rgb(220,108,150); }
div.DivClassName
{
background-color: #DC6C96;
}
.BgClassName
{
background-color: #DC6C96;
}
</style>
border-color css
<style>
span { border-color: #DC6C96; }
span { border-color: rgb(220,108,150); }
td.TdClassName
{
border-color: #DC6C96;
}
.TagClassName
{
border-color: #DC6C96;
}
</style>