Shades of Persian Pink #D87DB9
Tints of Persian Pink #D87DB9
RGB
CMYK
RGB Variations
Color information
#D87DB9 (or 0xD87DB9) is known color: Persian Pink. HEX triplet: D8, 7D and B9. RGB value is (216,125,185). Sum of RGB (Red+Green+Blue) = 216+125+185=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DB9 is #278246. Grayscale: #9E9E9E. Windows color (decimal): -2589255 or 12156376. OLE color: 12156376.
HSL color Cylindrical-coordinate representation of color #D87DB9: hue angle of 320.44º 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 #D87DB9 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 185 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.15 |
| HSL | 320.44º | 0.54% | 0.67% | - |
| HSV(B) | 320.44º | 0.42% | 0.85% | - |
| XYZ | 44.41 | 32.77 | 49.88 | - |
| YUV | 159.05 | 142.65 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 185 | 0 | 0.42 | 0.14 | 0.15 | 320.44 | 0.54 | 0.67 |
| Hex | D8 | 7D | B9 | 0 | 2A | E | F | 140 | 36 | 43 |
| Octal | 330 | 175 | 271 | 0 | 52 | 16 | 17 | 500 | 66 | 103 |
| Binary | 11011000 | 1111101 | 10111001 | 0 | 101010 | 1110 | 1111 | 101000000 | 110110 | 1000011 |
Color Harmonies of #D87DB9
Complementary color
Monochromatic Colors of #D87DB9
Black with #D87DB9
Text Example
Text Example
White with #D87DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87DB9; }
p { color: rgb(216,125,185); }
H1.HeaderClassName
{
color: #D87DB9;
}
.AnyTagClassName
{
color: #D87DB9;
}
</style>
background-color css
<style>
a { background-color: #D87DB9; }
a { background-color: rgb(216,125,185); }
div.DivClassName
{
background-color: #D87DB9;
}
.BgClassName
{
background-color: #D87DB9;
}
</style>
border-color css
<style>
span { border-color: #D87DB9; }
span { border-color: rgb(216,125,185); }
td.TdClassName
{
border-color: #D87DB9;
}
.TagClassName
{
border-color: #D87DB9;
}
</style>