Shades of Persian Pink #D77FBC
Tints of Persian Pink #D77FBC
RGB
CMYK
RGB Variations
Color information
#D77FBC (or 0xD77FBC) is known color: Persian Pink. HEX triplet: D7, 7F and BC. RGB value is (215,127,188). Sum of RGB (Red+Green+Blue) = 215+127+188=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FBC is #288043. Grayscale: #A0A0A0. Windows color (decimal): -2654276 or 12353495. OLE color: 12353495.
HSL color Cylindrical-coordinate representation of color #D77FBC: hue angle of 318.41º degrees, saturation: 0.52, 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 #D77FBC is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 188 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.16 |
| HSL | 318.41º | 0.52% | 0.67% | - |
| HSV(B) | 318.41º | 0.41% | 0.84% | - |
| XYZ | 44.69 | 33.26 | 51.64 | - |
| YUV | 160.27 | 143.65 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 188 | 0 | 0.41 | 0.13 | 0.16 | 318.41 | 0.52 | 0.67 |
| Hex | D7 | 7F | BC | 0 | 29 | D | 10 | 13E | 34 | 43 |
| Octal | 327 | 177 | 274 | 0 | 51 | 15 | 20 | 476 | 64 | 103 |
| Binary | 11010111 | 1111111 | 10111100 | 0 | 101001 | 1101 | 10000 | 100111110 | 110100 | 1000011 |
Color Harmonies of #D77FBC
Complementary color
Monochromatic Colors of #D77FBC
Black with #D77FBC
Text Example
Text Example
White with #D77FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77FBC; }
p { color: rgb(215,127,188); }
H1.HeaderClassName
{
color: #D77FBC;
}
.AnyTagClassName
{
color: #D77FBC;
}
</style>
background-color css
<style>
a { background-color: #D77FBC; }
a { background-color: rgb(215,127,188); }
div.DivClassName
{
background-color: #D77FBC;
}
.BgClassName
{
background-color: #D77FBC;
}
</style>
border-color css
<style>
span { border-color: #D77FBC; }
span { border-color: rgb(215,127,188); }
td.TdClassName
{
border-color: #D77FBC;
}
.TagClassName
{
border-color: #D77FBC;
}
</style>