Shades of Persian Pink #DC77B0
Tints of Persian Pink #DC77B0
RGB
CMYK
RGB Variations
Color information
#DC77B0 (or 0xDC77B0) is known color: Persian Pink. HEX triplet: DC, 77 and B0. RGB value is (220,119,176). Sum of RGB (Red+Green+Blue) = 220+119+176=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC77B0 is #23884F. Grayscale: #9B9B9B. Windows color (decimal): -2328656 or 11565020. OLE color: 11565020.
HSL color Cylindrical-coordinate representation of color #DC77B0: hue angle of 326.14º 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 #DC77B0 is Cyan = 0, Magento = 0.46, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 176 | - |
| CMYK | 0 | 0.46 | 0.2 | 0.14 |
| HSL | 326.14º | 0.59% | 0.66% | - |
| HSV(B) | 326.14º | 0.46% | 0.86% | - |
| XYZ | 43.95 | 31.54 | 44.85 | - |
| YUV | 155.7 | 139.46 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 176 | 0 | 0.46 | 0.2 | 0.14 | 326.14 | 0.59 | 0.66 |
| Hex | DC | 77 | B0 | 0 | 2E | 14 | E | 146 | 3B | 42 |
| Octal | 334 | 167 | 260 | 0 | 56 | 24 | 16 | 506 | 73 | 102 |
| Binary | 11011100 | 1110111 | 10110000 | 0 | 101110 | 10100 | 1110 | 101000110 | 111011 | 1000010 |
Color Harmonies of #DC77B0
Complementary color
Monochromatic Colors of #DC77B0
Black with #DC77B0
Text Example
Text Example
White with #DC77B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC77B0; }
p { color: rgb(220,119,176); }
H1.HeaderClassName
{
color: #DC77B0;
}
.AnyTagClassName
{
color: #DC77B0;
}
</style>
background-color css
<style>
a { background-color: #DC77B0; }
a { background-color: rgb(220,119,176); }
div.DivClassName
{
background-color: #DC77B0;
}
.BgClassName
{
background-color: #DC77B0;
}
</style>
border-color css
<style>
span { border-color: #DC77B0; }
span { border-color: rgb(220,119,176); }
td.TdClassName
{
border-color: #DC77B0;
}
.TagClassName
{
border-color: #DC77B0;
}
</style>