Shades of Persian Pink #D87EBB
Tints of Persian Pink #D87EBB
RGB
CMYK
RGB Variations
Color information
#D87EBB (or 0xD87EBB) is known color: Persian Pink. HEX triplet: D8, 7E and BB. RGB value is (216,126,187). Sum of RGB (Red+Green+Blue) = 216+126+187=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D87EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87EBB is #278144. Grayscale: #9F9F9F. Windows color (decimal): -2588997 or 12287704. OLE color: 12287704.
HSL color Cylindrical-coordinate representation of color #D87EBB: hue angle of 319.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D87EBB is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 126 | 187 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.15 |
| HSL | 319.33º | 0.54% | 0.67% | - |
| HSV(B) | 319.33º | 0.42% | 0.85% | - |
| XYZ | 44.75 | 33.11 | 51.05 | - |
| YUV | 159.86 | 143.32 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 126 | 187 | 0 | 0.42 | 0.13 | 0.15 | 319.33 | 0.54 | 0.67 |
| Hex | D8 | 7E | BB | 0 | 2A | D | F | 13F | 36 | 43 |
| Octal | 330 | 176 | 273 | 0 | 52 | 15 | 17 | 477 | 66 | 103 |
| Binary | 11011000 | 1111110 | 10111011 | 0 | 101010 | 1101 | 1111 | 100111111 | 110110 | 1000011 |
Color Harmonies of #D87EBB
Complementary color
Monochromatic Colors of #D87EBB
Black with #D87EBB
Text Example
Text Example
White with #D87EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87EBB; }
p { color: rgb(216,126,187); }
H1.HeaderClassName
{
color: #D87EBB;
}
.AnyTagClassName
{
color: #D87EBB;
}
</style>
background-color css
<style>
a { background-color: #D87EBB; }
a { background-color: rgb(216,126,187); }
div.DivClassName
{
background-color: #D87EBB;
}
.BgClassName
{
background-color: #D87EBB;
}
</style>
border-color css
<style>
span { border-color: #D87EBB; }
span { border-color: rgb(216,126,187); }
td.TdClassName
{
border-color: #D87EBB;
}
.TagClassName
{
border-color: #D87EBB;
}
</style>