Shades of Pale Violet Red #DC69A1
Tints of Pale Violet Red #DC69A1
RGB
CMYK
RGB Variations
Color information
#DC69A1 (or 0xDC69A1) is known color: Pale Violet Red. HEX triplet: DC, 69 and A1. RGB value is (220,105,161). Sum of RGB (Red+Green+Blue) = 220+105+161=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC69A1 is #23965E. Grayscale: #919191. Windows color (decimal): -2332255 or 10578396. OLE color: 10578396.
HSL color Cylindrical-coordinate representation of color #DC69A1: hue angle of 330.78º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC69A1 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 161 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.14 |
| HSL | 330.78º | 0.62% | 0.64% | - |
| HSV(B) | 330.78º | 0.52% | 0.86% | - |
| XYZ | 41 | 27.89 | 36.94 | - |
| YUV | 145.77 | 136.6 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 161 | 0 | 0.52 | 0.27 | 0.14 | 330.78 | 0.62 | 0.64 |
| Hex | DC | 69 | A1 | 0 | 34 | 1B | E | 14B | 3E | 40 |
| Octal | 334 | 151 | 241 | 0 | 64 | 33 | 16 | 513 | 76 | 100 |
| Binary | 11011100 | 1101001 | 10100001 | 0 | 110100 | 11011 | 1110 | 101001011 | 111110 | 1000000 |
Color Harmonies of #DC69A1
Complementary color
Monochromatic Colors of #DC69A1
Black with #DC69A1
Text Example
Text Example
White with #DC69A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC69A1; }
p { color: rgb(220,105,161); }
H1.HeaderClassName
{
color: #DC69A1;
}
.AnyTagClassName
{
color: #DC69A1;
}
</style>
background-color css
<style>
a { background-color: #DC69A1; }
a { background-color: rgb(220,105,161); }
div.DivClassName
{
background-color: #DC69A1;
}
.BgClassName
{
background-color: #DC69A1;
}
</style>
border-color css
<style>
span { border-color: #DC69A1; }
span { border-color: rgb(220,105,161); }
td.TdClassName
{
border-color: #DC69A1;
}
.TagClassName
{
border-color: #DC69A1;
}
</style>