Shades of Persian Pink #D877B1
Tints of Persian Pink #D877B1
RGB
CMYK
RGB Variations
Color information
#D877B1 (or 0xD877B1) is known color: Persian Pink. HEX triplet: D8, 77 and B1. RGB value is (216,119,177). Sum of RGB (Red+Green+Blue) = 216+119+177=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D877B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D877B1 is #27884E. Grayscale: #9A9A9A. Windows color (decimal): -2590799 or 11630552. OLE color: 11630552.
HSL color Cylindrical-coordinate representation of color #D877B1: hue angle of 324.12º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D877B1 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 119 | 177 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.15 |
| HSL | 324.12º | 0.55% | 0.66% | - |
| HSV(B) | 324.12º | 0.45% | 0.85% | - |
| XYZ | 42.85 | 30.97 | 45.31 | - |
| YUV | 154.62 | 140.64 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 119 | 177 | 0 | 0.45 | 0.18 | 0.15 | 324.12 | 0.55 | 0.66 |
| Hex | D8 | 77 | B1 | 0 | 2D | 12 | F | 144 | 37 | 42 |
| Octal | 330 | 167 | 261 | 0 | 55 | 22 | 17 | 504 | 67 | 102 |
| Binary | 11011000 | 1110111 | 10110001 | 0 | 101101 | 10010 | 1111 | 101000100 | 110111 | 1000010 |
Color Harmonies of #D877B1
Complementary color
Monochromatic Colors of #D877B1
Black with #D877B1
Text Example
Text Example
White with #D877B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D877B1; }
p { color: rgb(216,119,177); }
H1.HeaderClassName
{
color: #D877B1;
}
.AnyTagClassName
{
color: #D877B1;
}
</style>
background-color css
<style>
a { background-color: #D877B1; }
a { background-color: rgb(216,119,177); }
div.DivClassName
{
background-color: #D877B1;
}
.BgClassName
{
background-color: #D877B1;
}
</style>
border-color css
<style>
span { border-color: #D877B1; }
span { border-color: rgb(216,119,177); }
td.TdClassName
{
border-color: #D877B1;
}
.TagClassName
{
border-color: #D877B1;
}
</style>