Shades of Persian Pink #DF77B0
Tints of Persian Pink #DF77B0
RGB
CMYK
RGB Variations
Color information
#DF77B0 (or 0xDF77B0) is known color: Persian Pink. HEX triplet: DF, 77 and B0. RGB value is (223,119,176). Sum of RGB (Red+Green+Blue) = 223+119+176=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF77B0 is #20884F. Grayscale: #9C9C9C. Windows color (decimal): -2132048 or 11565023. OLE color: 11565023.
HSL color Cylindrical-coordinate representation of color #DF77B0: hue angle of 327.12º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF77B0 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 176 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.13 |
| HSL | 327.12º | 0.62% | 0.67% | - |
| HSV(B) | 327.12º | 0.47% | 0.87% | - |
| XYZ | 44.86 | 32.02 | 44.89 | - |
| YUV | 156.59 | 138.96 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 176 | 0 | 0.47 | 0.21 | 0.13 | 327.12 | 0.62 | 0.67 |
| Hex | DF | 77 | B0 | 0 | 2F | 15 | D | 147 | 3E | 43 |
| Octal | 337 | 167 | 260 | 0 | 57 | 25 | 15 | 507 | 76 | 103 |
| Binary | 11011111 | 1110111 | 10110000 | 0 | 101111 | 10101 | 1101 | 101000111 | 111110 | 1000011 |
Color Harmonies of #DF77B0
Complementary color
Monochromatic Colors of #DF77B0
Black with #DF77B0
Text Example
Text Example
White with #DF77B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF77B0; }
p { color: rgb(223,119,176); }
H1.HeaderClassName
{
color: #DF77B0;
}
.AnyTagClassName
{
color: #DF77B0;
}
</style>
background-color css
<style>
a { background-color: #DF77B0; }
a { background-color: rgb(223,119,176); }
div.DivClassName
{
background-color: #DF77B0;
}
.BgClassName
{
background-color: #DF77B0;
}
</style>
border-color css
<style>
span { border-color: #DF77B0; }
span { border-color: rgb(223,119,176); }
td.TdClassName
{
border-color: #DF77B0;
}
.TagClassName
{
border-color: #DF77B0;
}
</style>