Shades of Persian Pink #D87BBC
Tints of Persian Pink #D87BBC
RGB
CMYK
RGB Variations
Color information
#D87BBC (or 0xD87BBC) is known color: Persian Pink. HEX triplet: D8, 7B and BC. RGB value is (216,123,188). Sum of RGB (Red+Green+Blue) = 216+123+188=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87BBC is #278443. Grayscale: #9E9E9E. Windows color (decimal): -2589764 or 12352472. OLE color: 12352472.
HSL color Cylindrical-coordinate representation of color #D87BBC: hue angle of 318.06º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87BBC is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 123 | 188 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.15 |
| HSL | 318.06º | 0.54% | 0.66% | - |
| HSV(B) | 318.06º | 0.43% | 0.85% | - |
| XYZ | 44.48 | 32.4 | 51.49 | - |
| YUV | 158.22 | 144.81 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 123 | 188 | 0 | 0.43 | 0.13 | 0.15 | 318.06 | 0.54 | 0.66 |
| Hex | D8 | 7B | BC | 0 | 2B | D | F | 13E | 36 | 42 |
| Octal | 330 | 173 | 274 | 0 | 53 | 15 | 17 | 476 | 66 | 102 |
| Binary | 11011000 | 1111011 | 10111100 | 0 | 101011 | 1101 | 1111 | 100111110 | 110110 | 1000010 |
Color Harmonies of #D87BBC
Complementary color
Monochromatic Colors of #D87BBC
Black with #D87BBC
Text Example
Text Example
White with #D87BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87BBC; }
p { color: rgb(216,123,188); }
H1.HeaderClassName
{
color: #D87BBC;
}
.AnyTagClassName
{
color: #D87BBC;
}
</style>
background-color css
<style>
a { background-color: #D87BBC; }
a { background-color: rgb(216,123,188); }
div.DivClassName
{
background-color: #D87BBC;
}
.BgClassName
{
background-color: #D87BBC;
}
</style>
border-color css
<style>
span { border-color: #D87BBC; }
span { border-color: rgb(216,123,188); }
td.TdClassName
{
border-color: #D87BBC;
}
.TagClassName
{
border-color: #D87BBC;
}
</style>