Shades of Pale Violet Red #DC66A0
Tints of Pale Violet Red #DC66A0
RGB
CMYK
RGB Variations
Color information
#DC66A0 (or 0xDC66A0) is known color: Pale Violet Red. HEX triplet: DC, 66 and A0. RGB value is (220,102,160). Sum of RGB (Red+Green+Blue) = 220+102+160=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC66A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC66A0 is #23995F. Grayscale: #8F8F8F. Windows color (decimal): -2333024 or 10512092. OLE color: 10512092.
HSL color Cylindrical-coordinate representation of color #DC66A0: hue angle of 330.51º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC66A0 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 160 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.14 |
| HSL | 330.51º | 0.63% | 0.63% | - |
| HSV(B) | 330.51º | 0.54% | 0.86% | - |
| XYZ | 40.61 | 27.26 | 36.38 | - |
| YUV | 143.89 | 137.09 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 160 | 0 | 0.54 | 0.27 | 0.14 | 330.51 | 0.63 | 0.63 |
| Hex | DC | 66 | A0 | 0 | 36 | 1B | E | 14B | 3F | 3F |
| Octal | 334 | 146 | 240 | 0 | 66 | 33 | 16 | 513 | 77 | 77 |
| Binary | 11011100 | 1100110 | 10100000 | 0 | 110110 | 11011 | 1110 | 101001011 | 111111 | 111111 |
Color Harmonies of #DC66A0
Complementary color
Monochromatic Colors of #DC66A0
Black with #DC66A0
Text Example
Text Example
White with #DC66A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC66A0; }
p { color: rgb(220,102,160); }
H1.HeaderClassName
{
color: #DC66A0;
}
.AnyTagClassName
{
color: #DC66A0;
}
</style>
background-color css
<style>
a { background-color: #DC66A0; }
a { background-color: rgb(220,102,160); }
div.DivClassName
{
background-color: #DC66A0;
}
.BgClassName
{
background-color: #DC66A0;
}
</style>
border-color css
<style>
span { border-color: #DC66A0; }
span { border-color: rgb(220,102,160); }
td.TdClassName
{
border-color: #DC66A0;
}
.TagClassName
{
border-color: #DC66A0;
}
</style>