Shades of Pale Violet Red #DC77AB
Tints of Pale Violet Red #DC77AB
RGB
CMYK
RGB Variations
Color information
#DC77AB (or 0xDC77AB) is known color: Pale Violet Red. HEX triplet: DC, 77 and AB. RGB value is (220,119,171). Sum of RGB (Red+Green+Blue) = 220+119+171=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC77AB is #238854. Grayscale: #9B9B9B. Windows color (decimal): -2328661 or 11237340. OLE color: 11237340.
HSL color Cylindrical-coordinate representation of color #DC77AB: hue angle of 329.11º 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 #DC77AB is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 171 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.14 |
| HSL | 329.11º | 0.59% | 0.66% | - |
| HSV(B) | 329.11º | 0.46% | 0.86% | - |
| XYZ | 43.46 | 31.35 | 42.29 | - |
| YUV | 155.13 | 136.96 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 171 | 0 | 0.46 | 0.22 | 0.14 | 329.11 | 0.59 | 0.66 |
| Hex | DC | 77 | AB | 0 | 2E | 16 | E | 149 | 3B | 42 |
| Octal | 334 | 167 | 253 | 0 | 56 | 26 | 16 | 511 | 73 | 102 |
| Binary | 11011100 | 1110111 | 10101011 | 0 | 101110 | 10110 | 1110 | 101001001 | 111011 | 1000010 |
Color Harmonies of #DC77AB
Complementary color
Monochromatic Colors of #DC77AB
Black with #DC77AB
Text Example
Text Example
White with #DC77AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC77AB; }
p { color: rgb(220,119,171); }
H1.HeaderClassName
{
color: #DC77AB;
}
.AnyTagClassName
{
color: #DC77AB;
}
</style>
background-color css
<style>
a { background-color: #DC77AB; }
a { background-color: rgb(220,119,171); }
div.DivClassName
{
background-color: #DC77AB;
}
.BgClassName
{
background-color: #DC77AB;
}
</style>
border-color css
<style>
span { border-color: #DC77AB; }
span { border-color: rgb(220,119,171); }
td.TdClassName
{
border-color: #DC77AB;
}
.TagClassName
{
border-color: #DC77AB;
}
</style>