Shades of Pale Violet Red #DC6FA2
Tints of Pale Violet Red #DC6FA2
RGB
CMYK
RGB Variations
Color information
#DC6FA2 (or 0xDC6FA2) is known color: Pale Violet Red. HEX triplet: DC, 6F and A2. RGB value is (220,111,162). Sum of RGB (Red+Green+Blue) = 220+111+162=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6FA2 is #23905D. Grayscale: #959595. Windows color (decimal): -2330718 or 10645468. OLE color: 10645468.
HSL color Cylindrical-coordinate representation of color #DC6FA2: hue angle of 331.93º 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 #DC6FA2 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 162 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.14 |
| HSL | 331.93º | 0.61% | 0.65% | - |
| HSV(B) | 331.93º | 0.5% | 0.86% | - |
| XYZ | 41.72 | 29.19 | 37.62 | - |
| YUV | 149.41 | 135.11 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 162 | 0 | 0.50 | 0.26 | 0.14 | 331.93 | 0.61 | 0.65 |
| Hex | DC | 6F | A2 | 0 | 32 | 1A | E | 14C | 3D | 41 |
| Octal | 334 | 157 | 242 | 0 | 62 | 32 | 16 | 514 | 75 | 101 |
| Binary | 11011100 | 1101111 | 10100010 | 0 | 110010 | 11010 | 1110 | 101001100 | 111101 | 1000001 |
Color Harmonies of #DC6FA2
Complementary color
Monochromatic Colors of #DC6FA2
Black with #DC6FA2
Text Example
Text Example
White with #DC6FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6FA2; }
p { color: rgb(220,111,162); }
H1.HeaderClassName
{
color: #DC6FA2;
}
.AnyTagClassName
{
color: #DC6FA2;
}
</style>
background-color css
<style>
a { background-color: #DC6FA2; }
a { background-color: rgb(220,111,162); }
div.DivClassName
{
background-color: #DC6FA2;
}
.BgClassName
{
background-color: #DC6FA2;
}
</style>
border-color css
<style>
span { border-color: #DC6FA2; }
span { border-color: rgb(220,111,162); }
td.TdClassName
{
border-color: #DC6FA2;
}
.TagClassName
{
border-color: #DC6FA2;
}
</style>