Shades of Pale Violet Red #DC69A6
Tints of Pale Violet Red #DC69A6
RGB
CMYK
RGB Variations
Color information
#DC69A6 (or 0xDC69A6) is known color: Pale Violet Red. HEX triplet: DC, 69 and A6. RGB value is (220,105,166). Sum of RGB (Red+Green+Blue) = 220+105+166=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC69A6 is #239659. Grayscale: #929292. Windows color (decimal): -2332250 or 10906076. OLE color: 10906076.
HSL color Cylindrical-coordinate representation of color #DC69A6: hue angle of 328.17º 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 #DC69A6 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 166 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.14 |
| HSL | 328.17º | 0.62% | 0.64% | - |
| HSV(B) | 328.17º | 0.52% | 0.86% | - |
| XYZ | 41.45 | 28.07 | 39.31 | - |
| YUV | 146.34 | 139.1 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 166 | 0 | 0.52 | 0.25 | 0.14 | 328.17 | 0.62 | 0.64 |
| Hex | DC | 69 | A6 | 0 | 34 | 19 | E | 148 | 3E | 40 |
| Octal | 334 | 151 | 246 | 0 | 64 | 31 | 16 | 510 | 76 | 100 |
| Binary | 11011100 | 1101001 | 10100110 | 0 | 110100 | 11001 | 1110 | 101001000 | 111110 | 1000000 |
Color Harmonies of #DC69A6
Complementary color
Monochromatic Colors of #DC69A6
Black with #DC69A6
Text Example
Text Example
White with #DC69A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC69A6; }
p { color: rgb(220,105,166); }
H1.HeaderClassName
{
color: #DC69A6;
}
.AnyTagClassName
{
color: #DC69A6;
}
</style>
background-color css
<style>
a { background-color: #DC69A6; }
a { background-color: rgb(220,105,166); }
div.DivClassName
{
background-color: #DC69A6;
}
.BgClassName
{
background-color: #DC69A6;
}
</style>
border-color css
<style>
span { border-color: #DC69A6; }
span { border-color: rgb(220,105,166); }
td.TdClassName
{
border-color: #DC69A6;
}
.TagClassName
{
border-color: #DC69A6;
}
</style>