Shades of Persian Pink #D77DBC
Tints of Persian Pink #D77DBC
RGB
CMYK
RGB Variations
Color information
#D77DBC (or 0xD77DBC) is known color: Persian Pink. HEX triplet: D7, 7D and BC. RGB value is (215,125,188). Sum of RGB (Red+Green+Blue) = 215+125+188=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77DBC is #288243. Grayscale: #9E9E9E. Windows color (decimal): -2654788 or 12352983. OLE color: 12352983.
HSL color Cylindrical-coordinate representation of color #D77DBC: hue angle of 318º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77DBC is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 188 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.16 |
| HSL | 318º | 0.53% | 0.67% | - |
| HSV(B) | 318º | 0.42% | 0.84% | - |
| XYZ | 44.44 | 32.75 | 51.56 | - |
| YUV | 159.09 | 144.32 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 188 | 0 | 0.42 | 0.13 | 0.16 | 318 | 0.53 | 0.67 |
| Hex | D7 | 7D | BC | 0 | 2A | D | 10 | 13E | 35 | 43 |
| Octal | 327 | 175 | 274 | 0 | 52 | 15 | 20 | 476 | 65 | 103 |
| Binary | 11010111 | 1111101 | 10111100 | 0 | 101010 | 1101 | 10000 | 100111110 | 110101 | 1000011 |
Color Harmonies of #D77DBC
Complementary color
Monochromatic Colors of #D77DBC
Black with #D77DBC
Text Example
Text Example
White with #D77DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77DBC; }
p { color: rgb(215,125,188); }
H1.HeaderClassName
{
color: #D77DBC;
}
.AnyTagClassName
{
color: #D77DBC;
}
</style>
background-color css
<style>
a { background-color: #D77DBC; }
a { background-color: rgb(215,125,188); }
div.DivClassName
{
background-color: #D77DBC;
}
.BgClassName
{
background-color: #D77DBC;
}
</style>
border-color css
<style>
span { border-color: #D77DBC; }
span { border-color: rgb(215,125,188); }
td.TdClassName
{
border-color: #D77DBC;
}
.TagClassName
{
border-color: #D77DBC;
}
</style>