Shades of Persian Pink #D77AB2
Tints of Persian Pink #D77AB2
RGB
CMYK
RGB Variations
Color information
#D77AB2 (or 0xD77AB2) is known color: Persian Pink. HEX triplet: D7, 7A and B2. RGB value is (215,122,178). Sum of RGB (Red+Green+Blue) = 215+122+178=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D77AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77AB2 is #28854D. Grayscale: #9C9C9C. Windows color (decimal): -2655566 or 11696855. OLE color: 11696855.
HSL color Cylindrical-coordinate representation of color #D77AB2: hue angle of 323.87º 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 #D77AB2 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 178 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.16 |
| HSL | 323.87º | 0.54% | 0.66% | - |
| HSV(B) | 323.87º | 0.43% | 0.84% | - |
| XYZ | 43.02 | 31.58 | 45.95 | - |
| YUV | 156.19 | 140.31 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 178 | 0 | 0.43 | 0.17 | 0.16 | 323.87 | 0.54 | 0.66 |
| Hex | D7 | 7A | B2 | 0 | 2B | 11 | 10 | 144 | 36 | 42 |
| Octal | 327 | 172 | 262 | 0 | 53 | 21 | 20 | 504 | 66 | 102 |
| Binary | 11010111 | 1111010 | 10110010 | 0 | 101011 | 10001 | 10000 | 101000100 | 110110 | 1000010 |
Color Harmonies of #D77AB2
Complementary color
Monochromatic Colors of #D77AB2
Black with #D77AB2
Text Example
Text Example
White with #D77AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77AB2; }
p { color: rgb(215,122,178); }
H1.HeaderClassName
{
color: #D77AB2;
}
.AnyTagClassName
{
color: #D77AB2;
}
</style>
background-color css
<style>
a { background-color: #D77AB2; }
a { background-color: rgb(215,122,178); }
div.DivClassName
{
background-color: #D77AB2;
}
.BgClassName
{
background-color: #D77AB2;
}
</style>
border-color css
<style>
span { border-color: #D77AB2; }
span { border-color: rgb(215,122,178); }
td.TdClassName
{
border-color: #D77AB2;
}
.TagClassName
{
border-color: #D77AB2;
}
</style>