Shades of Pale Violet Red #DC6FA9
Tints of Pale Violet Red #DC6FA9
RGB
CMYK
RGB Variations
Color information
#DC6FA9 (or 0xDC6FA9) is known color: Pale Violet Red. HEX triplet: DC, 6F and A9. RGB value is (220,111,169). Sum of RGB (Red+Green+Blue) = 220+111+169=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6FA9 is #239056. Grayscale: #969696. Windows color (decimal): -2330711 or 11104220. OLE color: 11104220.
HSL color Cylindrical-coordinate representation of color #DC6FA9: hue angle of 328.07º 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 #DC6FA9 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 169 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.14 |
| HSL | 328.07º | 0.61% | 0.65% | - |
| HSV(B) | 328.07º | 0.5% | 0.86% | - |
| XYZ | 42.36 | 29.45 | 40.99 | - |
| YUV | 150.2 | 138.61 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 169 | 0 | 0.50 | 0.23 | 0.14 | 328.07 | 0.61 | 0.65 |
| Hex | DC | 6F | A9 | 0 | 32 | 17 | E | 148 | 3D | 41 |
| Octal | 334 | 157 | 251 | 0 | 62 | 27 | 16 | 510 | 75 | 101 |
| Binary | 11011100 | 1101111 | 10101001 | 0 | 110010 | 10111 | 1110 | 101001000 | 111101 | 1000001 |
Color Harmonies of #DC6FA9
Complementary color
Monochromatic Colors of #DC6FA9
Black with #DC6FA9
Text Example
Text Example
White with #DC6FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6FA9; }
p { color: rgb(220,111,169); }
H1.HeaderClassName
{
color: #DC6FA9;
}
.AnyTagClassName
{
color: #DC6FA9;
}
</style>
background-color css
<style>
a { background-color: #DC6FA9; }
a { background-color: rgb(220,111,169); }
div.DivClassName
{
background-color: #DC6FA9;
}
.BgClassName
{
background-color: #DC6FA9;
}
</style>
border-color css
<style>
span { border-color: #DC6FA9; }
span { border-color: rgb(220,111,169); }
td.TdClassName
{
border-color: #DC6FA9;
}
.TagClassName
{
border-color: #DC6FA9;
}
</style>