Shades of Persian Pink #D77AB8
Tints of Persian Pink #D77AB8
RGB
CMYK
RGB Variations
Color information
#D77AB8 (or 0xD77AB8) is known color: Persian Pink. HEX triplet: D7, 7A and B8. RGB value is (215,122,184). Sum of RGB (Red+Green+Blue) = 215+122+184=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D77AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77AB8 is #288547. Grayscale: #9C9C9C. Windows color (decimal): -2655560 or 12090071. OLE color: 12090071.
HSL color Cylindrical-coordinate representation of color #D77AB8: hue angle of 320º 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 #D77AB8 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 184 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.16 |
| HSL | 320º | 0.54% | 0.66% | - |
| HSV(B) | 320º | 0.43% | 0.84% | - |
| XYZ | 43.64 | 31.83 | 49.19 | - |
| YUV | 156.88 | 143.31 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 184 | 0 | 0.43 | 0.14 | 0.16 | 320 | 0.54 | 0.66 |
| Hex | D7 | 7A | B8 | 0 | 2B | E | 10 | 140 | 36 | 42 |
| Octal | 327 | 172 | 270 | 0 | 53 | 16 | 20 | 500 | 66 | 102 |
| Binary | 11010111 | 1111010 | 10111000 | 0 | 101011 | 1110 | 10000 | 101000000 | 110110 | 1000010 |
Color Harmonies of #D77AB8
Complementary color
Monochromatic Colors of #D77AB8
Black with #D77AB8
Text Example
Text Example
White with #D77AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77AB8; }
p { color: rgb(215,122,184); }
H1.HeaderClassName
{
color: #D77AB8;
}
.AnyTagClassName
{
color: #D77AB8;
}
</style>
background-color css
<style>
a { background-color: #D77AB8; }
a { background-color: rgb(215,122,184); }
div.DivClassName
{
background-color: #D77AB8;
}
.BgClassName
{
background-color: #D77AB8;
}
</style>
border-color css
<style>
span { border-color: #D77AB8; }
span { border-color: rgb(215,122,184); }
td.TdClassName
{
border-color: #D77AB8;
}
.TagClassName
{
border-color: #D77AB8;
}
</style>