Shades of Persian Pink #DC77BE
Tints of Persian Pink #DC77BE
RGB
CMYK
RGB Variations
Color information
#DC77BE (or 0xDC77BE) is known color: Persian Pink. HEX triplet: DC, 77 and BE. RGB value is (220,119,190). Sum of RGB (Red+Green+Blue) = 220+119+190=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77BE is #238841. Grayscale: #9D9D9D. Windows color (decimal): -2328642 or 12482524. OLE color: 12482524.
HSL color Cylindrical-coordinate representation of color #DC77BE: hue angle of 317.82º 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 #DC77BE is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 190 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.14 |
| HSL | 317.82º | 0.59% | 0.66% | - |
| HSV(B) | 317.82º | 0.46% | 0.86% | - |
| XYZ | 45.41 | 32.13 | 52.52 | - |
| YUV | 157.29 | 146.46 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 190 | 0 | 0.46 | 0.14 | 0.14 | 317.82 | 0.59 | 0.66 |
| Hex | DC | 77 | BE | 0 | 2E | E | E | 13E | 3B | 42 |
| Octal | 334 | 167 | 276 | 0 | 56 | 16 | 16 | 476 | 73 | 102 |
| Binary | 11011100 | 1110111 | 10111110 | 0 | 101110 | 1110 | 1110 | 100111110 | 111011 | 1000010 |
Color Harmonies of #DC77BE
Complementary color
Monochromatic Colors of #DC77BE
Black with #DC77BE
Text Example
Text Example
White with #DC77BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC77BE; }
p { color: rgb(220,119,190); }
H1.HeaderClassName
{
color: #DC77BE;
}
.AnyTagClassName
{
color: #DC77BE;
}
</style>
background-color css
<style>
a { background-color: #DC77BE; }
a { background-color: rgb(220,119,190); }
div.DivClassName
{
background-color: #DC77BE;
}
.BgClassName
{
background-color: #DC77BE;
}
</style>
border-color css
<style>
span { border-color: #DC77BE; }
span { border-color: rgb(220,119,190); }
td.TdClassName
{
border-color: #DC77BE;
}
.TagClassName
{
border-color: #DC77BE;
}
</style>