Shades of Persian Pink #D77AB5
Tints of Persian Pink #D77AB5
RGB
CMYK
RGB Variations
Color information
#D77AB5 (or 0xD77AB5) is known color: Persian Pink. HEX triplet: D7, 7A and B5. RGB value is (215,122,181). Sum of RGB (Red+Green+Blue) = 215+122+181=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D77AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77AB5 is #28854A. Grayscale: #9C9C9C. Windows color (decimal): -2655563 or 11893463. OLE color: 11893463.
HSL color Cylindrical-coordinate representation of color #D77AB5: hue angle of 321.94º 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 #D77AB5 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 181 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.16 |
| HSL | 321.94º | 0.54% | 0.66% | - |
| HSV(B) | 321.94º | 0.43% | 0.84% | - |
| XYZ | 43.32 | 31.7 | 47.55 | - |
| YUV | 156.53 | 141.81 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 181 | 0 | 0.43 | 0.16 | 0.16 | 321.94 | 0.54 | 0.66 |
| Hex | D7 | 7A | B5 | 0 | 2B | 10 | 10 | 142 | 36 | 42 |
| Octal | 327 | 172 | 265 | 0 | 53 | 20 | 20 | 502 | 66 | 102 |
| Binary | 11010111 | 1111010 | 10110101 | 0 | 101011 | 10000 | 10000 | 101000010 | 110110 | 1000010 |
Color Harmonies of #D77AB5
Complementary color
Monochromatic Colors of #D77AB5
Black with #D77AB5
Text Example
Text Example
White with #D77AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77AB5; }
p { color: rgb(215,122,181); }
H1.HeaderClassName
{
color: #D77AB5;
}
.AnyTagClassName
{
color: #D77AB5;
}
</style>
background-color css
<style>
a { background-color: #D77AB5; }
a { background-color: rgb(215,122,181); }
div.DivClassName
{
background-color: #D77AB5;
}
.BgClassName
{
background-color: #D77AB5;
}
</style>
border-color css
<style>
span { border-color: #D77AB5; }
span { border-color: rgb(215,122,181); }
td.TdClassName
{
border-color: #D77AB5;
}
.TagClassName
{
border-color: #D77AB5;
}
</style>