Shades of Persian Pink #D87FB9
Tints of Persian Pink #D87FB9
RGB
CMYK
RGB Variations
Color information
#D87FB9 (or 0xD87FB9) is known color: Persian Pink. HEX triplet: D8, 7F and B9. RGB value is (216,127,185). Sum of RGB (Red+Green+Blue) = 216+127+185=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87FB9 is #278046. Grayscale: #A0A0A0. Windows color (decimal): -2588743 or 12156888. OLE color: 12156888.
HSL color Cylindrical-coordinate representation of color #D87FB9: hue angle of 320.9º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D87FB9 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 185 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.15 |
| HSL | 320.9º | 0.53% | 0.67% | - |
| HSV(B) | 320.9º | 0.41% | 0.85% | - |
| XYZ | 44.67 | 33.28 | 49.97 | - |
| YUV | 160.22 | 141.99 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 185 | 0 | 0.41 | 0.14 | 0.15 | 320.9 | 0.53 | 0.67 |
| Hex | D8 | 7F | B9 | 0 | 29 | E | F | 141 | 35 | 43 |
| Octal | 330 | 177 | 271 | 0 | 51 | 16 | 17 | 501 | 65 | 103 |
| Binary | 11011000 | 1111111 | 10111001 | 0 | 101001 | 1110 | 1111 | 101000001 | 110101 | 1000011 |
Color Harmonies of #D87FB9
Complementary color
Monochromatic Colors of #D87FB9
Black with #D87FB9
Text Example
Text Example
White with #D87FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87FB9; }
p { color: rgb(216,127,185); }
H1.HeaderClassName
{
color: #D87FB9;
}
.AnyTagClassName
{
color: #D87FB9;
}
</style>
background-color css
<style>
a { background-color: #D87FB9; }
a { background-color: rgb(216,127,185); }
div.DivClassName
{
background-color: #D87FB9;
}
.BgClassName
{
background-color: #D87FB9;
}
</style>
border-color css
<style>
span { border-color: #D87FB9; }
span { border-color: rgb(216,127,185); }
td.TdClassName
{
border-color: #D87FB9;
}
.TagClassName
{
border-color: #D87FB9;
}
</style>