Shades of Persian Pink #DC77B2
Tints of Persian Pink #DC77B2
RGB
CMYK
RGB Variations
Color information
#DC77B2 (or 0xDC77B2) is known color: Persian Pink. HEX triplet: DC, 77 and B2. RGB value is (220,119,178). Sum of RGB (Red+Green+Blue) = 220+119+178=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC77B2 is #23884D. Grayscale: #9B9B9B. Windows color (decimal): -2328654 or 11696092. OLE color: 11696092.
HSL color Cylindrical-coordinate representation of color #DC77B2: hue angle of 324.95º 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 #DC77B2 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 178 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.14 |
| HSL | 324.95º | 0.59% | 0.66% | - |
| HSV(B) | 324.95º | 0.46% | 0.86% | - |
| XYZ | 44.15 | 31.62 | 45.9 | - |
| YUV | 155.93 | 140.46 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 178 | 0 | 0.46 | 0.19 | 0.14 | 324.95 | 0.59 | 0.66 |
| Hex | DC | 77 | B2 | 0 | 2E | 13 | E | 145 | 3B | 42 |
| Octal | 334 | 167 | 262 | 0 | 56 | 23 | 16 | 505 | 73 | 102 |
| Binary | 11011100 | 1110111 | 10110010 | 0 | 101110 | 10011 | 1110 | 101000101 | 111011 | 1000010 |
Color Harmonies of #DC77B2
Complementary color
Monochromatic Colors of #DC77B2
Black with #DC77B2
Text Example
Text Example
White with #DC77B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC77B2; }
p { color: rgb(220,119,178); }
H1.HeaderClassName
{
color: #DC77B2;
}
.AnyTagClassName
{
color: #DC77B2;
}
</style>
background-color css
<style>
a { background-color: #DC77B2; }
a { background-color: rgb(220,119,178); }
div.DivClassName
{
background-color: #DC77B2;
}
.BgClassName
{
background-color: #DC77B2;
}
</style>
border-color css
<style>
span { border-color: #DC77B2; }
span { border-color: rgb(220,119,178); }
td.TdClassName
{
border-color: #DC77B2;
}
.TagClassName
{
border-color: #DC77B2;
}
</style>