Shades of Persian Pink #D87DBD
Tints of Persian Pink #D87DBD
RGB
CMYK
RGB Variations
Color information
#D87DBD (or 0xD87DBD) is known color: Persian Pink. HEX triplet: D8, 7D and BD. RGB value is (216,125,189). Sum of RGB (Red+Green+Blue) = 216+125+189=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DBD is #278242. Grayscale: #9F9F9F. Windows color (decimal): -2589251 or 12418520. OLE color: 12418520.
HSL color Cylindrical-coordinate representation of color #D87DBD: hue angle of 317.8º 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 #D87DBD is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 189 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.15 |
| HSL | 317.8º | 0.54% | 0.67% | - |
| HSV(B) | 317.8º | 0.42% | 0.85% | - |
| XYZ | 44.84 | 32.94 | 52.14 | - |
| YUV | 159.51 | 144.65 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 189 | 0 | 0.42 | 0.12 | 0.15 | 317.8 | 0.54 | 0.67 |
| Hex | D8 | 7D | BD | 0 | 2A | C | F | 13E | 36 | 43 |
| Octal | 330 | 175 | 275 | 0 | 52 | 14 | 17 | 476 | 66 | 103 |
| Binary | 11011000 | 1111101 | 10111101 | 0 | 101010 | 1100 | 1111 | 100111110 | 110110 | 1000011 |
Color Harmonies of #D87DBD
Complementary color
Monochromatic Colors of #D87DBD
Black with #D87DBD
Text Example
Text Example
White with #D87DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87DBD; }
p { color: rgb(216,125,189); }
H1.HeaderClassName
{
color: #D87DBD;
}
.AnyTagClassName
{
color: #D87DBD;
}
</style>
background-color css
<style>
a { background-color: #D87DBD; }
a { background-color: rgb(216,125,189); }
div.DivClassName
{
background-color: #D87DBD;
}
.BgClassName
{
background-color: #D87DBD;
}
</style>
border-color css
<style>
span { border-color: #D87DBD; }
span { border-color: rgb(216,125,189); }
td.TdClassName
{
border-color: #D87DBD;
}
.TagClassName
{
border-color: #D87DBD;
}
</style>