Shades of Persian Pink #D77FBB
Tints of Persian Pink #D77FBB
RGB
CMYK
RGB Variations
Color information
#D77FBB (or 0xD77FBB) is known color: Persian Pink. HEX triplet: D7, 7F and BB. RGB value is (215,127,187). Sum of RGB (Red+Green+Blue) = 215+127+187=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FBB is #288044. Grayscale: #A0A0A0. Windows color (decimal): -2654277 or 12287959. OLE color: 12287959.
HSL color Cylindrical-coordinate representation of color #D77FBB: hue angle of 319.09º 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 #D77FBB is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 187 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.16 |
| HSL | 319.09º | 0.52% | 0.67% | - |
| HSV(B) | 319.09º | 0.41% | 0.84% | - |
| XYZ | 44.58 | 33.21 | 51.07 | - |
| YUV | 160.15 | 143.15 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 187 | 0 | 0.41 | 0.13 | 0.16 | 319.09 | 0.52 | 0.67 |
| Hex | D7 | 7F | BB | 0 | 29 | D | 10 | 13F | 34 | 43 |
| Octal | 327 | 177 | 273 | 0 | 51 | 15 | 20 | 477 | 64 | 103 |
| Binary | 11010111 | 1111111 | 10111011 | 0 | 101001 | 1101 | 10000 | 100111111 | 110100 | 1000011 |
Color Harmonies of #D77FBB
Complementary color
Monochromatic Colors of #D77FBB
Black with #D77FBB
Text Example
Text Example
White with #D77FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77FBB; }
p { color: rgb(215,127,187); }
H1.HeaderClassName
{
color: #D77FBB;
}
.AnyTagClassName
{
color: #D77FBB;
}
</style>
background-color css
<style>
a { background-color: #D77FBB; }
a { background-color: rgb(215,127,187); }
div.DivClassName
{
background-color: #D77FBB;
}
.BgClassName
{
background-color: #D77FBB;
}
</style>
border-color css
<style>
span { border-color: #D77FBB; }
span { border-color: rgb(215,127,187); }
td.TdClassName
{
border-color: #D77FBB;
}
.TagClassName
{
border-color: #D77FBB;
}
</style>