Shades of Persian Pink #D880B9
Tints of Persian Pink #D880B9
RGB
CMYK
RGB Variations
Color information
#D880B9 (or 0xD880B9) is known color: Persian Pink. HEX triplet: D8, 80 and B9. RGB value is (216,128,185). Sum of RGB (Red+Green+Blue) = 216+128+185=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D880B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880B9 is #277F46. Grayscale: #A0A0A0. Windows color (decimal): -2588487 or 12157144. OLE color: 12157144.
HSL color Cylindrical-coordinate representation of color #D880B9: hue angle of 321.14º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D880B9 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 128 | 185 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.15 |
| HSL | 321.14º | 0.53% | 0.67% | - |
| HSV(B) | 321.14º | 0.41% | 0.85% | - |
| XYZ | 44.8 | 33.54 | 50.01 | - |
| YUV | 160.81 | 141.65 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 128 | 185 | 0 | 0.41 | 0.14 | 0.15 | 321.14 | 0.53 | 0.67 |
| Hex | D8 | 80 | B9 | 0 | 29 | E | F | 141 | 35 | 43 |
| Octal | 330 | 200 | 271 | 0 | 51 | 16 | 17 | 501 | 65 | 103 |
| Binary | 11011000 | 10000000 | 10111001 | 0 | 101001 | 1110 | 1111 | 101000001 | 110101 | 1000011 |
Color Harmonies of #D880B9
Complementary color
Monochromatic Colors of #D880B9
Black with #D880B9
Text Example
Text Example
White with #D880B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D880B9; }
p { color: rgb(216,128,185); }
H1.HeaderClassName
{
color: #D880B9;
}
.AnyTagClassName
{
color: #D880B9;
}
</style>
background-color css
<style>
a { background-color: #D880B9; }
a { background-color: rgb(216,128,185); }
div.DivClassName
{
background-color: #D880B9;
}
.BgClassName
{
background-color: #D880B9;
}
</style>
border-color css
<style>
span { border-color: #D880B9; }
span { border-color: rgb(216,128,185); }
td.TdClassName
{
border-color: #D880B9;
}
.TagClassName
{
border-color: #D880B9;
}
</style>