Shades of Persian Pink #D77AB1
Tints of Persian Pink #D77AB1
RGB
CMYK
RGB Variations
Color information
#D77AB1 (or 0xD77AB1) is known color: Persian Pink. HEX triplet: D7, 7A and B1. RGB value is (215,122,177). Sum of RGB (Red+Green+Blue) = 215+122+177=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D77AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77AB1 is #28854E. Grayscale: #9B9B9B. Windows color (decimal): -2655567 or 11631319. OLE color: 11631319.
HSL color Cylindrical-coordinate representation of color #D77AB1: hue angle of 324.52º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77AB1 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 177 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.16 |
| HSL | 324.52º | 0.54% | 0.66% | - |
| HSV(B) | 324.52º | 0.43% | 0.84% | - |
| XYZ | 42.92 | 31.54 | 45.42 | - |
| YUV | 156.08 | 139.81 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 177 | 0 | 0.43 | 0.18 | 0.16 | 324.52 | 0.54 | 0.66 |
| Hex | D7 | 7A | B1 | 0 | 2B | 12 | 10 | 145 | 36 | 42 |
| Octal | 327 | 172 | 261 | 0 | 53 | 22 | 20 | 505 | 66 | 102 |
| Binary | 11010111 | 1111010 | 10110001 | 0 | 101011 | 10010 | 10000 | 101000101 | 110110 | 1000010 |
Color Harmonies of #D77AB1
Complementary color
Monochromatic Colors of #D77AB1
Black with #D77AB1
Text Example
Text Example
White with #D77AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77AB1; }
p { color: rgb(215,122,177); }
H1.HeaderClassName
{
color: #D77AB1;
}
.AnyTagClassName
{
color: #D77AB1;
}
</style>
background-color css
<style>
a { background-color: #D77AB1; }
a { background-color: rgb(215,122,177); }
div.DivClassName
{
background-color: #D77AB1;
}
.BgClassName
{
background-color: #D77AB1;
}
</style>
border-color css
<style>
span { border-color: #D77AB1; }
span { border-color: rgb(215,122,177); }
td.TdClassName
{
border-color: #D77AB1;
}
.TagClassName
{
border-color: #D77AB1;
}
</style>