Shades of Persian Pink #D777B5
Tints of Persian Pink #D777B5
RGB
CMYK
RGB Variations
Color information
#D777B5 (or 0xD777B5) is known color: Persian Pink. HEX triplet: D7, 77 and B5. RGB value is (215,119,181). Sum of RGB (Red+Green+Blue) = 215+119+181=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D777B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D777B5 is #28884A. Grayscale: #9A9A9A. Windows color (decimal): -2656331 or 11892695. OLE color: 11892695.
HSL color Cylindrical-coordinate representation of color #D777B5: hue angle of 321.25º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D777B5 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 181 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.16 |
| HSL | 321.25º | 0.55% | 0.65% | - |
| HSV(B) | 321.25º | 0.45% | 0.84% | - |
| XYZ | 42.96 | 30.98 | 47.43 | - |
| YUV | 154.77 | 142.8 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 181 | 0 | 0.45 | 0.16 | 0.16 | 321.25 | 0.55 | 0.65 |
| Hex | D7 | 77 | B5 | 0 | 2D | 10 | 10 | 141 | 37 | 41 |
| Octal | 327 | 167 | 265 | 0 | 55 | 20 | 20 | 501 | 67 | 101 |
| Binary | 11010111 | 1110111 | 10110101 | 0 | 101101 | 10000 | 10000 | 101000001 | 110111 | 1000001 |
Color Harmonies of #D777B5
Complementary color
Monochromatic Colors of #D777B5
Black with #D777B5
Text Example
Text Example
White with #D777B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D777B5; }
p { color: rgb(215,119,181); }
H1.HeaderClassName
{
color: #D777B5;
}
.AnyTagClassName
{
color: #D777B5;
}
</style>
background-color css
<style>
a { background-color: #D777B5; }
a { background-color: rgb(215,119,181); }
div.DivClassName
{
background-color: #D777B5;
}
.BgClassName
{
background-color: #D777B5;
}
</style>
border-color css
<style>
span { border-color: #D777B5; }
span { border-color: rgb(215,119,181); }
td.TdClassName
{
border-color: #D777B5;
}
.TagClassName
{
border-color: #D777B5;
}
</style>