Shades of Pale Violet Red #DC6D9C
Tints of Pale Violet Red #DC6D9C
RGB
CMYK
RGB Variations
Color information
#DC6D9C (or 0xDC6D9C) is known color: Pale Violet Red. HEX triplet: DC, 6D and 9C. RGB value is (220,109,156). Sum of RGB (Red+Green+Blue) = 220+109+156=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6D9C is #239263. Grayscale: #939393. Windows color (decimal): -2331236 or 10251740. OLE color: 10251740.
HSL color Cylindrical-coordinate representation of color #DC6D9C: hue angle of 334.59º 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 #DC6D9C is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 156 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.14 |
| HSL | 334.59º | 0.61% | 0.65% | - |
| HSV(B) | 334.59º | 0.5% | 0.86% | - |
| XYZ | 40.98 | 28.55 | 34.8 | - |
| YUV | 147.55 | 132.77 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 156 | 0 | 0.50 | 0.29 | 0.14 | 334.59 | 0.61 | 0.65 |
| Hex | DC | 6D | 9C | 0 | 32 | 1D | E | 14F | 3D | 41 |
| Octal | 334 | 155 | 234 | 0 | 62 | 35 | 16 | 517 | 75 | 101 |
| Binary | 11011100 | 1101101 | 10011100 | 0 | 110010 | 11101 | 1110 | 101001111 | 111101 | 1000001 |
Color Harmonies of #DC6D9C
Complementary color
Monochromatic Colors of #DC6D9C
Black with #DC6D9C
Text Example
Text Example
White with #DC6D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6D9C; }
p { color: rgb(220,109,156); }
H1.HeaderClassName
{
color: #DC6D9C;
}
.AnyTagClassName
{
color: #DC6D9C;
}
</style>
background-color css
<style>
a { background-color: #DC6D9C; }
a { background-color: rgb(220,109,156); }
div.DivClassName
{
background-color: #DC6D9C;
}
.BgClassName
{
background-color: #DC6D9C;
}
</style>
border-color css
<style>
span { border-color: #DC6D9C; }
span { border-color: rgb(220,109,156); }
td.TdClassName
{
border-color: #DC6D9C;
}
.TagClassName
{
border-color: #DC6D9C;
}
</style>