Shades of Persian Pink #D77AB6
Tints of Persian Pink #D77AB6
RGB
CMYK
RGB Variations
Color information
#D77AB6 (or 0xD77AB6) is known color: Persian Pink. HEX triplet: D7, 7A and B6. RGB value is (215,122,182). Sum of RGB (Red+Green+Blue) = 215+122+182=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D77AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77AB6 is #288549. Grayscale: #9C9C9C. Windows color (decimal): -2655562 or 11958999. OLE color: 11958999.
HSL color Cylindrical-coordinate representation of color #D77AB6: hue angle of 321.29º 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 #D77AB6 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 182 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.16 |
| HSL | 321.29º | 0.54% | 0.66% | - |
| HSV(B) | 321.29º | 0.43% | 0.84% | - |
| XYZ | 43.43 | 31.74 | 48.09 | - |
| YUV | 156.65 | 142.31 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 182 | 0 | 0.43 | 0.15 | 0.16 | 321.29 | 0.54 | 0.66 |
| Hex | D7 | 7A | B6 | 0 | 2B | F | 10 | 141 | 36 | 42 |
| Octal | 327 | 172 | 266 | 0 | 53 | 17 | 20 | 501 | 66 | 102 |
| Binary | 11010111 | 1111010 | 10110110 | 0 | 101011 | 1111 | 10000 | 101000001 | 110110 | 1000010 |
Color Harmonies of #D77AB6
Complementary color
Monochromatic Colors of #D77AB6
Black with #D77AB6
Text Example
Text Example
White with #D77AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77AB6; }
p { color: rgb(215,122,182); }
H1.HeaderClassName
{
color: #D77AB6;
}
.AnyTagClassName
{
color: #D77AB6;
}
</style>
background-color css
<style>
a { background-color: #D77AB6; }
a { background-color: rgb(215,122,182); }
div.DivClassName
{
background-color: #D77AB6;
}
.BgClassName
{
background-color: #D77AB6;
}
</style>
border-color css
<style>
span { border-color: #D77AB6; }
span { border-color: rgb(215,122,182); }
td.TdClassName
{
border-color: #D77AB6;
}
.TagClassName
{
border-color: #D77AB6;
}
</style>