Shades of Persian Pink #D877B3
Tints of Persian Pink #D877B3
RGB
CMYK
RGB Variations
Color information
#D877B3 (or 0xD877B3) is known color: Persian Pink. HEX triplet: D8, 77 and B3. RGB value is (216,119,179). Sum of RGB (Red+Green+Blue) = 216+119+179=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D877B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D877B3 is #27884C. Grayscale: #9A9A9A. Windows color (decimal): -2590797 or 11761624. OLE color: 11761624.
HSL color Cylindrical-coordinate representation of color #D877B3: hue angle of 322.89º 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 #D877B3 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 119 | 179 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.15 |
| HSL | 322.89º | 0.55% | 0.66% | - |
| HSV(B) | 322.89º | 0.45% | 0.85% | - |
| XYZ | 43.05 | 31.05 | 46.37 | - |
| YUV | 154.84 | 141.64 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 119 | 179 | 0 | 0.45 | 0.17 | 0.15 | 322.89 | 0.55 | 0.66 |
| Hex | D8 | 77 | B3 | 0 | 2D | 11 | F | 143 | 37 | 42 |
| Octal | 330 | 167 | 263 | 0 | 55 | 21 | 17 | 503 | 67 | 102 |
| Binary | 11011000 | 1110111 | 10110011 | 0 | 101101 | 10001 | 1111 | 101000011 | 110111 | 1000010 |
Color Harmonies of #D877B3
Complementary color
Monochromatic Colors of #D877B3
Black with #D877B3
Text Example
Text Example
White with #D877B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D877B3; }
p { color: rgb(216,119,179); }
H1.HeaderClassName
{
color: #D877B3;
}
.AnyTagClassName
{
color: #D877B3;
}
</style>
background-color css
<style>
a { background-color: #D877B3; }
a { background-color: rgb(216,119,179); }
div.DivClassName
{
background-color: #D877B3;
}
.BgClassName
{
background-color: #D877B3;
}
</style>
border-color css
<style>
span { border-color: #D877B3; }
span { border-color: rgb(216,119,179); }
td.TdClassName
{
border-color: #D877B3;
}
.TagClassName
{
border-color: #D877B3;
}
</style>