Shades of Persian Pink #D87ABC
Tints of Persian Pink #D87ABC
RGB
CMYK
RGB Variations
Color information
#D87ABC (or 0xD87ABC) is known color: Persian Pink. HEX triplet: D8, 7A and BC. RGB value is (216,122,188). Sum of RGB (Red+Green+Blue) = 216+122+188=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D87ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87ABC is #278543. Grayscale: #9D9D9D. Windows color (decimal): -2590020 or 12352216. OLE color: 12352216.
HSL color Cylindrical-coordinate representation of color #D87ABC: hue angle of 317.87º 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 #D87ABC is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 122 | 188 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.15 |
| HSL | 317.87º | 0.55% | 0.66% | - |
| HSV(B) | 317.87º | 0.44% | 0.85% | - |
| XYZ | 44.36 | 32.15 | 51.44 | - |
| YUV | 157.63 | 145.14 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 122 | 188 | 0 | 0.44 | 0.13 | 0.15 | 317.87 | 0.55 | 0.66 |
| Hex | D8 | 7A | BC | 0 | 2C | D | F | 13E | 37 | 42 |
| Octal | 330 | 172 | 274 | 0 | 54 | 15 | 17 | 476 | 67 | 102 |
| Binary | 11011000 | 1111010 | 10111100 | 0 | 101100 | 1101 | 1111 | 100111110 | 110111 | 1000010 |
Color Harmonies of #D87ABC
Complementary color
Monochromatic Colors of #D87ABC
Black with #D87ABC
Text Example
Text Example
White with #D87ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87ABC; }
p { color: rgb(216,122,188); }
H1.HeaderClassName
{
color: #D87ABC;
}
.AnyTagClassName
{
color: #D87ABC;
}
</style>
background-color css
<style>
a { background-color: #D87ABC; }
a { background-color: rgb(216,122,188); }
div.DivClassName
{
background-color: #D87ABC;
}
.BgClassName
{
background-color: #D87ABC;
}
</style>
border-color css
<style>
span { border-color: #D87ABC; }
span { border-color: rgb(216,122,188); }
td.TdClassName
{
border-color: #D87ABC;
}
.TagClassName
{
border-color: #D87ABC;
}
</style>