Shades of Persian Pink #D77FB8
Tints of Persian Pink #D77FB8
RGB
CMYK
RGB Variations
Color information
#D77FB8 (or 0xD77FB8) is known color: Persian Pink. HEX triplet: D7, 7F and B8. RGB value is (215,127,184). Sum of RGB (Red+Green+Blue) = 215+127+184=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 184 (72.27% from 255 or 34.98% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FB8 is #288047. Grayscale: #9F9F9F. Windows color (decimal): -2654280 or 12091351. OLE color: 12091351.
HSL color Cylindrical-coordinate representation of color #D77FB8: hue angle of 321.14º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D77FB8 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 184 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.16 |
| HSL | 321.14º | 0.52% | 0.67% | - |
| HSV(B) | 321.14º | 0.41% | 0.84% | - |
| XYZ | 44.27 | 33.09 | 49.4 | - |
| YUV | 159.81 | 141.65 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 184 | 0 | 0.41 | 0.14 | 0.16 | 321.14 | 0.52 | 0.67 |
| Hex | D7 | 7F | B8 | 0 | 29 | E | 10 | 141 | 34 | 43 |
| Octal | 327 | 177 | 270 | 0 | 51 | 16 | 20 | 501 | 64 | 103 |
| Binary | 11010111 | 1111111 | 10111000 | 0 | 101001 | 1110 | 10000 | 101000001 | 110100 | 1000011 |
Color Harmonies of #D77FB8
Complementary color
Monochromatic Colors of #D77FB8
Black with #D77FB8
Text Example
Text Example
White with #D77FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77FB8; }
p { color: rgb(215,127,184); }
H1.HeaderClassName
{
color: #D77FB8;
}
.AnyTagClassName
{
color: #D77FB8;
}
</style>
background-color css
<style>
a { background-color: #D77FB8; }
a { background-color: rgb(215,127,184); }
div.DivClassName
{
background-color: #D77FB8;
}
.BgClassName
{
background-color: #D77FB8;
}
</style>
border-color css
<style>
span { border-color: #D77FB8; }
span { border-color: rgb(215,127,184); }
td.TdClassName
{
border-color: #D77FB8;
}
.TagClassName
{
border-color: #D77FB8;
}
</style>