Shades of Persian Pink #D87AB1
Tints of Persian Pink #D87AB1
RGB
CMYK
RGB Variations
Color information
#D87AB1 (or 0xD87AB1) is known color: Persian Pink. HEX triplet: D8, 7A and B1. RGB value is (216,122,177). Sum of RGB (Red+Green+Blue) = 216+122+177=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D87AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87AB1 is #27854E. Grayscale: #9C9C9C. Windows color (decimal): -2590031 or 11631320. OLE color: 11631320.
HSL color Cylindrical-coordinate representation of color #D87AB1: hue angle of 324.89º 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 #D87AB1 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 122 | 177 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.15 |
| HSL | 324.89º | 0.55% | 0.66% | - |
| HSV(B) | 324.89º | 0.44% | 0.85% | - |
| XYZ | 43.21 | 31.69 | 45.43 | - |
| YUV | 156.38 | 139.64 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 122 | 177 | 0 | 0.44 | 0.18 | 0.15 | 324.89 | 0.55 | 0.66 |
| Hex | D8 | 7A | B1 | 0 | 2C | 12 | F | 145 | 37 | 42 |
| Octal | 330 | 172 | 261 | 0 | 54 | 22 | 17 | 505 | 67 | 102 |
| Binary | 11011000 | 1111010 | 10110001 | 0 | 101100 | 10010 | 1111 | 101000101 | 110111 | 1000010 |
Color Harmonies of #D87AB1
Complementary color
Monochromatic Colors of #D87AB1
Black with #D87AB1
Text Example
Text Example
White with #D87AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87AB1; }
p { color: rgb(216,122,177); }
H1.HeaderClassName
{
color: #D87AB1;
}
.AnyTagClassName
{
color: #D87AB1;
}
</style>
background-color css
<style>
a { background-color: #D87AB1; }
a { background-color: rgb(216,122,177); }
div.DivClassName
{
background-color: #D87AB1;
}
.BgClassName
{
background-color: #D87AB1;
}
</style>
border-color css
<style>
span { border-color: #D87AB1; }
span { border-color: rgb(216,122,177); }
td.TdClassName
{
border-color: #D87AB1;
}
.TagClassName
{
border-color: #D87AB1;
}
</style>