Shades of Persian Pink #D87ABB
Tints of Persian Pink #D87ABB
RGB
CMYK
RGB Variations
Color information
#D87ABB (or 0xD87ABB) is known color: Persian Pink. HEX triplet: D8, 7A and BB. RGB value is (216,122,187). Sum of RGB (Red+Green+Blue) = 216+122+187=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D87ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87ABB is #278544. Grayscale: #9D9D9D. Windows color (decimal): -2590021 or 12286680. OLE color: 12286680.
HSL color Cylindrical-coordinate representation of color #D87ABB: hue angle of 318.51º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D87ABB is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 122 | 187 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.15 |
| HSL | 318.51º | 0.55% | 0.66% | - |
| HSV(B) | 318.51º | 0.44% | 0.85% | - |
| XYZ | 44.25 | 32.11 | 50.88 | - |
| YUV | 157.52 | 144.64 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 122 | 187 | 0 | 0.44 | 0.13 | 0.15 | 318.51 | 0.55 | 0.66 |
| Hex | D8 | 7A | BB | 0 | 2C | D | F | 13F | 37 | 42 |
| Octal | 330 | 172 | 273 | 0 | 54 | 15 | 17 | 477 | 67 | 102 |
| Binary | 11011000 | 1111010 | 10111011 | 0 | 101100 | 1101 | 1111 | 100111111 | 110111 | 1000010 |
Color Harmonies of #D87ABB
Complementary color
Monochromatic Colors of #D87ABB
Black with #D87ABB
Text Example
Text Example
White with #D87ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87ABB; }
p { color: rgb(216,122,187); }
H1.HeaderClassName
{
color: #D87ABB;
}
.AnyTagClassName
{
color: #D87ABB;
}
</style>
background-color css
<style>
a { background-color: #D87ABB; }
a { background-color: rgb(216,122,187); }
div.DivClassName
{
background-color: #D87ABB;
}
.BgClassName
{
background-color: #D87ABB;
}
</style>
border-color css
<style>
span { border-color: #D87ABB; }
span { border-color: rgb(216,122,187); }
td.TdClassName
{
border-color: #D87ABB;
}
.TagClassName
{
border-color: #D87ABB;
}
</style>