Shades of Persian Pink #DC77B1
Tints of Persian Pink #DC77B1
RGB
CMYK
RGB Variations
Color information
#DC77B1 (or 0xDC77B1) is known color: Persian Pink. HEX triplet: DC, 77 and B1. RGB value is (220,119,177). Sum of RGB (Red+Green+Blue) = 220+119+177=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC77B1 is #23884E. Grayscale: #9B9B9B. Windows color (decimal): -2328655 or 11630556. OLE color: 11630556.
HSL color Cylindrical-coordinate representation of color #DC77B1: hue angle of 325.54º 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 #DC77B1 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 177 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.14 |
| HSL | 325.54º | 0.59% | 0.66% | - |
| HSV(B) | 325.54º | 0.46% | 0.86% | - |
| XYZ | 44.05 | 31.58 | 45.37 | - |
| YUV | 155.81 | 139.96 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 177 | 0 | 0.46 | 0.20 | 0.14 | 325.54 | 0.59 | 0.66 |
| Hex | DC | 77 | B1 | 0 | 2E | 14 | E | 146 | 3B | 42 |
| Octal | 334 | 167 | 261 | 0 | 56 | 24 | 16 | 506 | 73 | 102 |
| Binary | 11011100 | 1110111 | 10110001 | 0 | 101110 | 10100 | 1110 | 101000110 | 111011 | 1000010 |
Color Harmonies of #DC77B1
Complementary color
Monochromatic Colors of #DC77B1
Black with #DC77B1
Text Example
Text Example
White with #DC77B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC77B1; }
p { color: rgb(220,119,177); }
H1.HeaderClassName
{
color: #DC77B1;
}
.AnyTagClassName
{
color: #DC77B1;
}
</style>
background-color css
<style>
a { background-color: #DC77B1; }
a { background-color: rgb(220,119,177); }
div.DivClassName
{
background-color: #DC77B1;
}
.BgClassName
{
background-color: #DC77B1;
}
</style>
border-color css
<style>
span { border-color: #DC77B1; }
span { border-color: rgb(220,119,177); }
td.TdClassName
{
border-color: #DC77B1;
}
.TagClassName
{
border-color: #DC77B1;
}
</style>