Shades of Persian Pink #DC77B6
Tints of Persian Pink #DC77B6
RGB
CMYK
RGB Variations
Color information
#DC77B6 (or 0xDC77B6) is known color: Persian Pink. HEX triplet: DC, 77 and B6. RGB value is (220,119,182). Sum of RGB (Red+Green+Blue) = 220+119+182=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77B6 is #238849. Grayscale: #9C9C9C. Windows color (decimal): -2328650 or 11958236. OLE color: 11958236.
HSL color Cylindrical-coordinate representation of color #DC77B6: hue angle of 322.57º 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 #DC77B6 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 182 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.14 |
| HSL | 322.57º | 0.59% | 0.66% | - |
| HSV(B) | 322.57º | 0.46% | 0.86% | - |
| XYZ | 44.56 | 31.79 | 48.04 | - |
| YUV | 156.38 | 142.46 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 182 | 0 | 0.46 | 0.17 | 0.14 | 322.57 | 0.59 | 0.66 |
| Hex | DC | 77 | B6 | 0 | 2E | 11 | E | 143 | 3B | 42 |
| Octal | 334 | 167 | 266 | 0 | 56 | 21 | 16 | 503 | 73 | 102 |
| Binary | 11011100 | 1110111 | 10110110 | 0 | 101110 | 10001 | 1110 | 101000011 | 111011 | 1000010 |
Color Harmonies of #DC77B6
Complementary color
Monochromatic Colors of #DC77B6
Black with #DC77B6
Text Example
Text Example
White with #DC77B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC77B6; }
p { color: rgb(220,119,182); }
H1.HeaderClassName
{
color: #DC77B6;
}
.AnyTagClassName
{
color: #DC77B6;
}
</style>
background-color css
<style>
a { background-color: #DC77B6; }
a { background-color: rgb(220,119,182); }
div.DivClassName
{
background-color: #DC77B6;
}
.BgClassName
{
background-color: #DC77B6;
}
</style>
border-color css
<style>
span { border-color: #DC77B6; }
span { border-color: rgb(220,119,182); }
td.TdClassName
{
border-color: #DC77B6;
}
.TagClassName
{
border-color: #DC77B6;
}
</style>