Shades of Pale Violet Red #DC66A1
Tints of Pale Violet Red #DC66A1
RGB
CMYK
RGB Variations
Color information
#DC66A1 (or 0xDC66A1) is known color: Pale Violet Red. HEX triplet: DC, 66 and A1. RGB value is (220,102,161). Sum of RGB (Red+Green+Blue) = 220+102+161=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC66A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC66A1 is #23995E. Grayscale: #8F8F8F. Windows color (decimal): -2333023 or 10577628. OLE color: 10577628.
HSL color Cylindrical-coordinate representation of color #DC66A1: hue angle of 330º 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 #DC66A1 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 161 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.14 |
| HSL | 330º | 0.63% | 0.63% | - |
| HSV(B) | 330º | 0.54% | 0.86% | - |
| XYZ | 40.7 | 27.29 | 36.84 | - |
| YUV | 144.01 | 137.59 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 161 | 0 | 0.54 | 0.27 | 0.14 | 330 | 0.63 | 0.63 |
| Hex | DC | 66 | A1 | 0 | 36 | 1B | E | 14A | 3F | 3F |
| Octal | 334 | 146 | 241 | 0 | 66 | 33 | 16 | 512 | 77 | 77 |
| Binary | 11011100 | 1100110 | 10100001 | 0 | 110110 | 11011 | 1110 | 101001010 | 111111 | 111111 |
Color Harmonies of #DC66A1
Complementary color
Monochromatic Colors of #DC66A1
Black with #DC66A1
Text Example
Text Example
White with #DC66A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC66A1; }
p { color: rgb(220,102,161); }
H1.HeaderClassName
{
color: #DC66A1;
}
.AnyTagClassName
{
color: #DC66A1;
}
</style>
background-color css
<style>
a { background-color: #DC66A1; }
a { background-color: rgb(220,102,161); }
div.DivClassName
{
background-color: #DC66A1;
}
.BgClassName
{
background-color: #DC66A1;
}
</style>
border-color css
<style>
span { border-color: #DC66A1; }
span { border-color: rgb(220,102,161); }
td.TdClassName
{
border-color: #DC66A1;
}
.TagClassName
{
border-color: #DC66A1;
}
</style>