Shades of Pale Violet Red #DC76AB
Tints of Pale Violet Red #DC76AB
RGB
CMYK
RGB Variations
Color information
#DC76AB (or 0xDC76AB) is known color: Pale Violet Red. HEX triplet: DC, 76 and AB. RGB value is (220,118,171). Sum of RGB (Red+Green+Blue) = 220+118+171=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC76AB is #238954. Grayscale: #9A9A9A. Windows color (decimal): -2328917 or 11237084. OLE color: 11237084.
HSL color Cylindrical-coordinate representation of color #DC76AB: hue angle of 328.82º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC76AB is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 171 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.14 |
| HSL | 328.82º | 0.59% | 0.66% | - |
| HSV(B) | 328.82º | 0.46% | 0.86% | - |
| XYZ | 43.34 | 31.11 | 42.25 | - |
| YUV | 154.54 | 137.29 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 171 | 0 | 0.46 | 0.22 | 0.14 | 328.82 | 0.59 | 0.66 |
| Hex | DC | 76 | AB | 0 | 2E | 16 | E | 149 | 3B | 42 |
| Octal | 334 | 166 | 253 | 0 | 56 | 26 | 16 | 511 | 73 | 102 |
| Binary | 11011100 | 1110110 | 10101011 | 0 | 101110 | 10110 | 1110 | 101001001 | 111011 | 1000010 |
Color Harmonies of #DC76AB
Complementary color
Monochromatic Colors of #DC76AB
Black with #DC76AB
Text Example
Text Example
White with #DC76AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76AB; }
p { color: rgb(220,118,171); }
H1.HeaderClassName
{
color: #DC76AB;
}
.AnyTagClassName
{
color: #DC76AB;
}
</style>
background-color css
<style>
a { background-color: #DC76AB; }
a { background-color: rgb(220,118,171); }
div.DivClassName
{
background-color: #DC76AB;
}
.BgClassName
{
background-color: #DC76AB;
}
</style>
border-color css
<style>
span { border-color: #DC76AB; }
span { border-color: rgb(220,118,171); }
td.TdClassName
{
border-color: #DC76AB;
}
.TagClassName
{
border-color: #DC76AB;
}
</style>