Shades of Persian Pink #DC77BB
Tints of Persian Pink #DC77BB
RGB
CMYK
RGB Variations
Color information
#DC77BB (or 0xDC77BB) is known color: Persian Pink. HEX triplet: DC, 77 and BB. RGB value is (220,119,187). Sum of RGB (Red+Green+Blue) = 220+119+187=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77BB is #238844. Grayscale: #9C9C9C. Windows color (decimal): -2328645 or 12285916. OLE color: 12285916.
HSL color Cylindrical-coordinate representation of color #DC77BB: hue angle of 319.6º 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 #DC77BB is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 187 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.14 |
| HSL | 319.6º | 0.59% | 0.66% | - |
| HSV(B) | 319.6º | 0.46% | 0.86% | - |
| XYZ | 45.08 | 32 | 50.81 | - |
| YUV | 156.95 | 144.96 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 187 | 0 | 0.46 | 0.15 | 0.14 | 319.6 | 0.59 | 0.66 |
| Hex | DC | 77 | BB | 0 | 2E | F | E | 140 | 3B | 42 |
| Octal | 334 | 167 | 273 | 0 | 56 | 17 | 16 | 500 | 73 | 102 |
| Binary | 11011100 | 1110111 | 10111011 | 0 | 101110 | 1111 | 1110 | 101000000 | 111011 | 1000010 |
Color Harmonies of #DC77BB
Complementary color
Monochromatic Colors of #DC77BB
Black with #DC77BB
Text Example
Text Example
White with #DC77BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC77BB; }
p { color: rgb(220,119,187); }
H1.HeaderClassName
{
color: #DC77BB;
}
.AnyTagClassName
{
color: #DC77BB;
}
</style>
background-color css
<style>
a { background-color: #DC77BB; }
a { background-color: rgb(220,119,187); }
div.DivClassName
{
background-color: #DC77BB;
}
.BgClassName
{
background-color: #DC77BB;
}
</style>
border-color css
<style>
span { border-color: #DC77BB; }
span { border-color: rgb(220,119,187); }
td.TdClassName
{
border-color: #DC77BB;
}
.TagClassName
{
border-color: #DC77BB;
}
</style>