Shades of Pale Violet Red #DC6D9F
Tints of Pale Violet Red #DC6D9F
RGB
CMYK
RGB Variations
Color information
#DC6D9F (or 0xDC6D9F) is known color: Pale Violet Red. HEX triplet: DC, 6D and 9F. RGB value is (220,109,159). Sum of RGB (Red+Green+Blue) = 220+109+159=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6D9F is #239260. Grayscale: #939393. Windows color (decimal): -2331233 or 10448348. OLE color: 10448348.
HSL color Cylindrical-coordinate representation of color #DC6D9F: hue angle of 332.97º 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 #DC6D9F is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 159 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.14 |
| HSL | 332.97º | 0.61% | 0.65% | - |
| HSV(B) | 332.97º | 0.5% | 0.86% | - |
| XYZ | 41.24 | 28.66 | 36.16 | - |
| YUV | 147.89 | 134.27 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 159 | 0 | 0.50 | 0.28 | 0.14 | 332.97 | 0.61 | 0.65 |
| Hex | DC | 6D | 9F | 0 | 32 | 1C | E | 14D | 3D | 41 |
| Octal | 334 | 155 | 237 | 0 | 62 | 34 | 16 | 515 | 75 | 101 |
| Binary | 11011100 | 1101101 | 10011111 | 0 | 110010 | 11100 | 1110 | 101001101 | 111101 | 1000001 |
Color Harmonies of #DC6D9F
Complementary color
Monochromatic Colors of #DC6D9F
Black with #DC6D9F
Text Example
Text Example
White with #DC6D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6D9F; }
p { color: rgb(220,109,159); }
H1.HeaderClassName
{
color: #DC6D9F;
}
.AnyTagClassName
{
color: #DC6D9F;
}
</style>
background-color css
<style>
a { background-color: #DC6D9F; }
a { background-color: rgb(220,109,159); }
div.DivClassName
{
background-color: #DC6D9F;
}
.BgClassName
{
background-color: #DC6D9F;
}
</style>
border-color css
<style>
span { border-color: #DC6D9F; }
span { border-color: rgb(220,109,159); }
td.TdClassName
{
border-color: #DC6D9F;
}
.TagClassName
{
border-color: #DC6D9F;
}
</style>