Shades of Persian Pink #D77FB9
Tints of Persian Pink #D77FB9
RGB
CMYK
RGB Variations
Color information
#D77FB9 (or 0xD77FB9) is known color: Persian Pink. HEX triplet: D7, 7F and B9. RGB value is (215,127,185). Sum of RGB (Red+Green+Blue) = 215+127+185=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FB9 is #288046. Grayscale: #9F9F9F. Windows color (decimal): -2654279 or 12156887. OLE color: 12156887.
HSL color Cylindrical-coordinate representation of color #D77FB9: hue angle of 320.45º 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 #D77FB9 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 185 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.16 |
| HSL | 320.45º | 0.52% | 0.67% | - |
| HSV(B) | 320.45º | 0.41% | 0.84% | - |
| XYZ | 44.37 | 33.13 | 49.95 | - |
| YUV | 159.92 | 142.15 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 185 | 0 | 0.41 | 0.14 | 0.16 | 320.45 | 0.52 | 0.67 |
| Hex | D7 | 7F | B9 | 0 | 29 | E | 10 | 140 | 34 | 43 |
| Octal | 327 | 177 | 271 | 0 | 51 | 16 | 20 | 500 | 64 | 103 |
| Binary | 11010111 | 1111111 | 10111001 | 0 | 101001 | 1110 | 10000 | 101000000 | 110100 | 1000011 |
Color Harmonies of #D77FB9
Complementary color
Monochromatic Colors of #D77FB9
Black with #D77FB9
Text Example
Text Example
White with #D77FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77FB9; }
p { color: rgb(215,127,185); }
H1.HeaderClassName
{
color: #D77FB9;
}
.AnyTagClassName
{
color: #D77FB9;
}
</style>
background-color css
<style>
a { background-color: #D77FB9; }
a { background-color: rgb(215,127,185); }
div.DivClassName
{
background-color: #D77FB9;
}
.BgClassName
{
background-color: #D77FB9;
}
</style>
border-color css
<style>
span { border-color: #D77FB9; }
span { border-color: rgb(215,127,185); }
td.TdClassName
{
border-color: #D77FB9;
}
.TagClassName
{
border-color: #D77FB9;
}
</style>