Shades of Pale Violet Red #DC77AD
Tints of Pale Violet Red #DC77AD
RGB
CMYK
RGB Variations
Color information
#DC77AD (or 0xDC77AD) is known color: Pale Violet Red. HEX triplet: DC, 77 and AD. RGB value is (220,119,173). Sum of RGB (Red+Green+Blue) = 220+119+173=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC77AD is #238852. Grayscale: #9B9B9B. Windows color (decimal): -2328659 or 11368412. OLE color: 11368412.
HSL color Cylindrical-coordinate representation of color #DC77AD: hue angle of 327.92º 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 #DC77AD is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 173 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.14 |
| HSL | 327.92º | 0.59% | 0.66% | - |
| HSV(B) | 327.92º | 0.46% | 0.86% | - |
| XYZ | 43.65 | 31.43 | 43.3 | - |
| YUV | 155.36 | 137.96 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 173 | 0 | 0.46 | 0.21 | 0.14 | 327.92 | 0.59 | 0.66 |
| Hex | DC | 77 | AD | 0 | 2E | 15 | E | 148 | 3B | 42 |
| Octal | 334 | 167 | 255 | 0 | 56 | 25 | 16 | 510 | 73 | 102 |
| Binary | 11011100 | 1110111 | 10101101 | 0 | 101110 | 10101 | 1110 | 101001000 | 111011 | 1000010 |
Color Harmonies of #DC77AD
Complementary color
Monochromatic Colors of #DC77AD
Black with #DC77AD
Text Example
Text Example
White with #DC77AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC77AD; }
p { color: rgb(220,119,173); }
H1.HeaderClassName
{
color: #DC77AD;
}
.AnyTagClassName
{
color: #DC77AD;
}
</style>
background-color css
<style>
a { background-color: #DC77AD; }
a { background-color: rgb(220,119,173); }
div.DivClassName
{
background-color: #DC77AD;
}
.BgClassName
{
background-color: #DC77AD;
}
</style>
border-color css
<style>
span { border-color: #DC77AD; }
span { border-color: rgb(220,119,173); }
td.TdClassName
{
border-color: #DC77AD;
}
.TagClassName
{
border-color: #DC77AD;
}
</style>