Shades of Persian Pink #D880BF
Tints of Persian Pink #D880BF
RGB
CMYK
RGB Variations
Color information
#D880BF (or 0xD880BF) is known color: Persian Pink. HEX triplet: D8, 80 and BF. RGB value is (216,128,191). Sum of RGB (Red+Green+Blue) = 216+128+191=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D880BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880BF is #277F40. Grayscale: #A1A1A1. Windows color (decimal): -2588481 or 12550360. OLE color: 12550360.
HSL color Cylindrical-coordinate representation of color #D880BF: hue angle of 317.05º 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 #D880BF is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 128 | 191 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.15 |
| HSL | 317.05º | 0.53% | 0.67% | - |
| HSV(B) | 317.05º | 0.41% | 0.85% | - |
| XYZ | 45.44 | 33.8 | 53.42 | - |
| YUV | 161.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 128 | 191 | 0 | 0.41 | 0.12 | 0.15 | 317.05 | 0.53 | 0.67 |
| Hex | D8 | 80 | BF | 0 | 29 | C | F | 13D | 35 | 43 |
| Octal | 330 | 200 | 277 | 0 | 51 | 14 | 17 | 475 | 65 | 103 |
| Binary | 11011000 | 10000000 | 10111111 | 0 | 101001 | 1100 | 1111 | 100111101 | 110101 | 1000011 |
Color Harmonies of #D880BF
Complementary color
Monochromatic Colors of #D880BF
Black with #D880BF
Text Example
Text Example
White with #D880BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D880BF; }
p { color: rgb(216,128,191); }
H1.HeaderClassName
{
color: #D880BF;
}
.AnyTagClassName
{
color: #D880BF;
}
</style>
background-color css
<style>
a { background-color: #D880BF; }
a { background-color: rgb(216,128,191); }
div.DivClassName
{
background-color: #D880BF;
}
.BgClassName
{
background-color: #D880BF;
}
</style>
border-color css
<style>
span { border-color: #D880BF; }
span { border-color: rgb(216,128,191); }
td.TdClassName
{
border-color: #D880BF;
}
.TagClassName
{
border-color: #D880BF;
}
</style>