Shades of Persian Pink #D77EBC
Tints of Persian Pink #D77EBC
RGB
CMYK
RGB Variations
Color information
#D77EBC (or 0xD77EBC) is known color: Persian Pink. HEX triplet: D7, 7E and BC. RGB value is (215,126,188). Sum of RGB (Red+Green+Blue) = 215+126+188=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D77EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77EBC is #288143. Grayscale: #9F9F9F. Windows color (decimal): -2654532 or 12353239. OLE color: 12353239.
HSL color Cylindrical-coordinate representation of color #D77EBC: hue angle of 318.2º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D77EBC is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 126 | 188 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.16 |
| HSL | 318.2º | 0.53% | 0.67% | - |
| HSV(B) | 318.2º | 0.41% | 0.84% | - |
| XYZ | 44.56 | 33 | 51.6 | - |
| YUV | 159.68 | 143.99 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 188 | 0 | 0.41 | 0.13 | 0.16 | 318.2 | 0.53 | 0.67 |
| Hex | D7 | 7E | BC | 0 | 29 | D | 10 | 13E | 35 | 43 |
| Octal | 327 | 176 | 274 | 0 | 51 | 15 | 20 | 476 | 65 | 103 |
| Binary | 11010111 | 1111110 | 10111100 | 0 | 101001 | 1101 | 10000 | 100111110 | 110101 | 1000011 |
Color Harmonies of #D77EBC
Complementary color
Monochromatic Colors of #D77EBC
Black with #D77EBC
Text Example
Text Example
White with #D77EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77EBC; }
p { color: rgb(215,126,188); }
H1.HeaderClassName
{
color: #D77EBC;
}
.AnyTagClassName
{
color: #D77EBC;
}
</style>
background-color css
<style>
a { background-color: #D77EBC; }
a { background-color: rgb(215,126,188); }
div.DivClassName
{
background-color: #D77EBC;
}
.BgClassName
{
background-color: #D77EBC;
}
</style>
border-color css
<style>
span { border-color: #D77EBC; }
span { border-color: rgb(215,126,188); }
td.TdClassName
{
border-color: #D77EBC;
}
.TagClassName
{
border-color: #D77EBC;
}
</style>