Shades of Persian Pink #D880B7
Tints of Persian Pink #D880B7
RGB
CMYK
RGB Variations
Color information
#D880B7 (or 0xD880B7) is known color: Persian Pink. HEX triplet: D8, 80 and B7. RGB value is (216,128,183). Sum of RGB (Red+Green+Blue) = 216+128+183=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D880B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880B7 is #277F48. Grayscale: #A0A0A0. Windows color (decimal): -2588489 or 12026072. OLE color: 12026072.
HSL color Cylindrical-coordinate representation of color #D880B7: hue angle of 322.5º 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 #D880B7 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 128 | 183 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.15 |
| HSL | 322.5º | 0.53% | 0.67% | - |
| HSV(B) | 322.5º | 0.41% | 0.85% | - |
| XYZ | 44.59 | 33.46 | 48.91 | - |
| YUV | 160.58 | 140.65 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 128 | 183 | 0 | 0.41 | 0.15 | 0.15 | 322.5 | 0.53 | 0.67 |
| Hex | D8 | 80 | B7 | 0 | 29 | F | F | 142 | 35 | 43 |
| Octal | 330 | 200 | 267 | 0 | 51 | 17 | 17 | 502 | 65 | 103 |
| Binary | 11011000 | 10000000 | 10110111 | 0 | 101001 | 1111 | 1111 | 101000010 | 110101 | 1000011 |
Color Harmonies of #D880B7
Complementary color
Monochromatic Colors of #D880B7
Black with #D880B7
Text Example
Text Example
White with #D880B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D880B7; }
p { color: rgb(216,128,183); }
H1.HeaderClassName
{
color: #D880B7;
}
.AnyTagClassName
{
color: #D880B7;
}
</style>
background-color css
<style>
a { background-color: #D880B7; }
a { background-color: rgb(216,128,183); }
div.DivClassName
{
background-color: #D880B7;
}
.BgClassName
{
background-color: #D880B7;
}
</style>
border-color css
<style>
span { border-color: #D880B7; }
span { border-color: rgb(216,128,183); }
td.TdClassName
{
border-color: #D880B7;
}
.TagClassName
{
border-color: #D880B7;
}
</style>