Shades of Persian Pink #DC77B7
Tints of Persian Pink #DC77B7
RGB
CMYK
RGB Variations
Color information
#DC77B7 (or 0xDC77B7) is known color: Persian Pink. HEX triplet: DC, 77 and B7. RGB value is (220,119,183). Sum of RGB (Red+Green+Blue) = 220+119+183=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77B7 is #238848. Grayscale: #9C9C9C. Windows color (decimal): -2328649 or 12023772. OLE color: 12023772.
HSL color Cylindrical-coordinate representation of color #DC77B7: hue angle of 321.98º 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 #DC77B7 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 183 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.14 |
| HSL | 321.98º | 0.59% | 0.66% | - |
| HSV(B) | 321.98º | 0.46% | 0.86% | - |
| XYZ | 44.66 | 31.83 | 48.59 | - |
| YUV | 156.5 | 142.96 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 183 | 0 | 0.46 | 0.17 | 0.14 | 321.98 | 0.59 | 0.66 |
| Hex | DC | 77 | B7 | 0 | 2E | 11 | E | 142 | 3B | 42 |
| Octal | 334 | 167 | 267 | 0 | 56 | 21 | 16 | 502 | 73 | 102 |
| Binary | 11011100 | 1110111 | 10110111 | 0 | 101110 | 10001 | 1110 | 101000010 | 111011 | 1000010 |
Color Harmonies of #DC77B7
Complementary color
Monochromatic Colors of #DC77B7
Black with #DC77B7
Text Example
Text Example
White with #DC77B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC77B7; }
p { color: rgb(220,119,183); }
H1.HeaderClassName
{
color: #DC77B7;
}
.AnyTagClassName
{
color: #DC77B7;
}
</style>
background-color css
<style>
a { background-color: #DC77B7; }
a { background-color: rgb(220,119,183); }
div.DivClassName
{
background-color: #DC77B7;
}
.BgClassName
{
background-color: #DC77B7;
}
</style>
border-color css
<style>
span { border-color: #DC77B7; }
span { border-color: rgb(220,119,183); }
td.TdClassName
{
border-color: #DC77B7;
}
.TagClassName
{
border-color: #DC77B7;
}
</style>