Shades of Pale Violet Red #DC6FA1
Tints of Pale Violet Red #DC6FA1
RGB
CMYK
RGB Variations
Color information
#DC6FA1 (or 0xDC6FA1) is known color: Pale Violet Red. HEX triplet: DC, 6F and A1. RGB value is (220,111,161). Sum of RGB (Red+Green+Blue) = 220+111+161=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6FA1 is #23905E. Grayscale: #959595. Windows color (decimal): -2330719 or 10579932. OLE color: 10579932.
HSL color Cylindrical-coordinate representation of color #DC6FA1: hue angle of 332.48º 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 #DC6FA1 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 161 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.14 |
| HSL | 332.48º | 0.61% | 0.65% | - |
| HSV(B) | 332.48º | 0.5% | 0.86% | - |
| XYZ | 41.63 | 29.16 | 37.15 | - |
| YUV | 149.29 | 134.61 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 161 | 0 | 0.50 | 0.27 | 0.14 | 332.48 | 0.61 | 0.65 |
| Hex | DC | 6F | A1 | 0 | 32 | 1B | E | 14C | 3D | 41 |
| Octal | 334 | 157 | 241 | 0 | 62 | 33 | 16 | 514 | 75 | 101 |
| Binary | 11011100 | 1101111 | 10100001 | 0 | 110010 | 11011 | 1110 | 101001100 | 111101 | 1000001 |
Color Harmonies of #DC6FA1
Complementary color
Monochromatic Colors of #DC6FA1
Black with #DC6FA1
Text Example
Text Example
White with #DC6FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6FA1; }
p { color: rgb(220,111,161); }
H1.HeaderClassName
{
color: #DC6FA1;
}
.AnyTagClassName
{
color: #DC6FA1;
}
</style>
background-color css
<style>
a { background-color: #DC6FA1; }
a { background-color: rgb(220,111,161); }
div.DivClassName
{
background-color: #DC6FA1;
}
.BgClassName
{
background-color: #DC6FA1;
}
</style>
border-color css
<style>
span { border-color: #DC6FA1; }
span { border-color: rgb(220,111,161); }
td.TdClassName
{
border-color: #DC6FA1;
}
.TagClassName
{
border-color: #DC6FA1;
}
</style>