Shades of Persian Pink #D877B0
Tints of Persian Pink #D877B0
RGB
CMYK
RGB Variations
Color information
#D877B0 (or 0xD877B0) is known color: Persian Pink. HEX triplet: D8, 77 and B0. RGB value is (216,119,176). Sum of RGB (Red+Green+Blue) = 216+119+176=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D877B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D877B0 is #27884F. Grayscale: #9A9A9A. Windows color (decimal): -2590800 or 11565016. OLE color: 11565016.
HSL color Cylindrical-coordinate representation of color #D877B0: hue angle of 324.74º 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 #D877B0 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 119 | 176 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.15 |
| HSL | 324.74º | 0.55% | 0.66% | - |
| HSV(B) | 324.74º | 0.45% | 0.85% | - |
| XYZ | 42.75 | 30.93 | 44.79 | - |
| YUV | 154.5 | 140.14 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 119 | 176 | 0 | 0.45 | 0.19 | 0.15 | 324.74 | 0.55 | 0.66 |
| Hex | D8 | 77 | B0 | 0 | 2D | 13 | F | 145 | 37 | 42 |
| Octal | 330 | 167 | 260 | 0 | 55 | 23 | 17 | 505 | 67 | 102 |
| Binary | 11011000 | 1110111 | 10110000 | 0 | 101101 | 10011 | 1111 | 101000101 | 110111 | 1000010 |
Color Harmonies of #D877B0
Complementary color
Monochromatic Colors of #D877B0
Black with #D877B0
Text Example
Text Example
White with #D877B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D877B0; }
p { color: rgb(216,119,176); }
H1.HeaderClassName
{
color: #D877B0;
}
.AnyTagClassName
{
color: #D877B0;
}
</style>
background-color css
<style>
a { background-color: #D877B0; }
a { background-color: rgb(216,119,176); }
div.DivClassName
{
background-color: #D877B0;
}
.BgClassName
{
background-color: #D877B0;
}
</style>
border-color css
<style>
span { border-color: #D877B0; }
span { border-color: rgb(216,119,176); }
td.TdClassName
{
border-color: #D877B0;
}
.TagClassName
{
border-color: #D877B0;
}
</style>