Shades of Pale Violet Red #DC64A2
Tints of Pale Violet Red #DC64A2
RGB
CMYK
RGB Variations
Color information
#DC64A2 (or 0xDC64A2) is known color: Pale Violet Red. HEX triplet: DC, 64 and A2. RGB value is (220,100,162). Sum of RGB (Red+Green+Blue) = 220+100+162=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC64A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC64A2 is #239B5D. Grayscale: #8E8E8E. Windows color (decimal): -2333534 or 10642652. OLE color: 10642652.
HSL color Cylindrical-coordinate representation of color #DC64A2: hue angle of 329º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC64A2 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 162 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.14 |
| HSL | 329º | 0.63% | 0.63% | - |
| HSV(B) | 329º | 0.55% | 0.86% | - |
| XYZ | 40.59 | 26.94 | 37.24 | - |
| YUV | 142.95 | 138.76 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 162 | 0 | 0.55 | 0.26 | 0.14 | 329 | 0.63 | 0.63 |
| Hex | DC | 64 | A2 | 0 | 37 | 1A | E | 149 | 3F | 3F |
| Octal | 334 | 144 | 242 | 0 | 67 | 32 | 16 | 511 | 77 | 77 |
| Binary | 11011100 | 1100100 | 10100010 | 0 | 110111 | 11010 | 1110 | 101001001 | 111111 | 111111 |
Color Harmonies of #DC64A2
Complementary color
Monochromatic Colors of #DC64A2
Black with #DC64A2
Text Example
Text Example
White with #DC64A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC64A2; }
p { color: rgb(220,100,162); }
H1.HeaderClassName
{
color: #DC64A2;
}
.AnyTagClassName
{
color: #DC64A2;
}
</style>
background-color css
<style>
a { background-color: #DC64A2; }
a { background-color: rgb(220,100,162); }
div.DivClassName
{
background-color: #DC64A2;
}
.BgClassName
{
background-color: #DC64A2;
}
</style>
border-color css
<style>
span { border-color: #DC64A2; }
span { border-color: rgb(220,100,162); }
td.TdClassName
{
border-color: #DC64A2;
}
.TagClassName
{
border-color: #DC64A2;
}
</style>