Shades of Persian Pink #D777B0
Tints of Persian Pink #D777B0
RGB
CMYK
RGB Variations
Color information
#D777B0 (or 0xD777B0) is known color: Persian Pink. HEX triplet: D7, 77 and B0. RGB value is (215,119,176). Sum of RGB (Red+Green+Blue) = 215+119+176=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D777B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D777B0 is #28884F. Grayscale: #9A9A9A. Windows color (decimal): -2656336 or 11565015. OLE color: 11565015.
HSL color Cylindrical-coordinate representation of color #D777B0: hue angle of 324.38º 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 #D777B0 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 176 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.16 |
| HSL | 324.38º | 0.55% | 0.65% | - |
| HSV(B) | 324.38º | 0.45% | 0.84% | - |
| XYZ | 42.46 | 30.78 | 44.78 | - |
| YUV | 154.2 | 140.3 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 176 | 0 | 0.45 | 0.18 | 0.16 | 324.38 | 0.55 | 0.65 |
| Hex | D7 | 77 | B0 | 0 | 2D | 12 | 10 | 144 | 37 | 41 |
| Octal | 327 | 167 | 260 | 0 | 55 | 22 | 20 | 504 | 67 | 101 |
| Binary | 11010111 | 1110111 | 10110000 | 0 | 101101 | 10010 | 10000 | 101000100 | 110111 | 1000001 |
Color Harmonies of #D777B0
Complementary color
Monochromatic Colors of #D777B0
Black with #D777B0
Text Example
Text Example
White with #D777B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D777B0; }
p { color: rgb(215,119,176); }
H1.HeaderClassName
{
color: #D777B0;
}
.AnyTagClassName
{
color: #D777B0;
}
</style>
background-color css
<style>
a { background-color: #D777B0; }
a { background-color: rgb(215,119,176); }
div.DivClassName
{
background-color: #D777B0;
}
.BgClassName
{
background-color: #D777B0;
}
</style>
border-color css
<style>
span { border-color: #D777B0; }
span { border-color: rgb(215,119,176); }
td.TdClassName
{
border-color: #D777B0;
}
.TagClassName
{
border-color: #D777B0;
}
</style>