Shades of Persian Pink #D77DB5
Tints of Persian Pink #D77DB5
RGB
CMYK
RGB Variations
Color information
#D77DB5 (or 0xD77DB5) is known color: Persian Pink. HEX triplet: D7, 7D and B5. RGB value is (215,125,181). Sum of RGB (Red+Green+Blue) = 215+125+181=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77DB5 is #28824A. Grayscale: #9E9E9E. Windows color (decimal): -2654795 or 11894231. OLE color: 11894231.
HSL color Cylindrical-coordinate representation of color #D77DB5: hue angle of 322.67º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77DB5 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 181 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.16 |
| HSL | 322.67º | 0.53% | 0.67% | - |
| HSV(B) | 322.67º | 0.42% | 0.84% | - |
| XYZ | 43.7 | 32.45 | 47.68 | - |
| YUV | 158.29 | 140.82 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 181 | 0 | 0.42 | 0.16 | 0.16 | 322.67 | 0.53 | 0.67 |
| Hex | D7 | 7D | B5 | 0 | 2A | 10 | 10 | 143 | 35 | 43 |
| Octal | 327 | 175 | 265 | 0 | 52 | 20 | 20 | 503 | 65 | 103 |
| Binary | 11010111 | 1111101 | 10110101 | 0 | 101010 | 10000 | 10000 | 101000011 | 110101 | 1000011 |
Color Harmonies of #D77DB5
Complementary color
Monochromatic Colors of #D77DB5
Black with #D77DB5
Text Example
Text Example
White with #D77DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77DB5; }
p { color: rgb(215,125,181); }
H1.HeaderClassName
{
color: #D77DB5;
}
.AnyTagClassName
{
color: #D77DB5;
}
</style>
background-color css
<style>
a { background-color: #D77DB5; }
a { background-color: rgb(215,125,181); }
div.DivClassName
{
background-color: #D77DB5;
}
.BgClassName
{
background-color: #D77DB5;
}
</style>
border-color css
<style>
span { border-color: #D77DB5; }
span { border-color: rgb(215,125,181); }
td.TdClassName
{
border-color: #D77DB5;
}
.TagClassName
{
border-color: #D77DB5;
}
</style>