Shades of Persian Pink #DF77BA
Tints of Persian Pink #DF77BA
RGB
CMYK
RGB Variations
Color information
#DF77BA (or 0xDF77BA) is known color: Persian Pink. HEX triplet: DF, 77 and BA. RGB value is (223,119,186). Sum of RGB (Red+Green+Blue) = 223+119+186=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 119 (46.88% from 255 or 22.54% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF77BA is #208845. Grayscale: #9D9D9D. Windows color (decimal): -2132038 or 12220383. OLE color: 12220383.
HSL color Cylindrical-coordinate representation of color #DF77BA: hue angle of 321.35º 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 #DF77BA is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 186 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.13 |
| HSL | 321.35º | 0.62% | 0.67% | - |
| HSV(B) | 321.35º | 0.47% | 0.87% | - |
| XYZ | 45.89 | 32.43 | 50.29 | - |
| YUV | 157.73 | 143.96 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 186 | 0 | 0.47 | 0.17 | 0.13 | 321.35 | 0.62 | 0.67 |
| Hex | DF | 77 | BA | 0 | 2F | 11 | D | 141 | 3E | 43 |
| Octal | 337 | 167 | 272 | 0 | 57 | 21 | 15 | 501 | 76 | 103 |
| Binary | 11011111 | 1110111 | 10111010 | 0 | 101111 | 10001 | 1101 | 101000001 | 111110 | 1000011 |
Color Harmonies of #DF77BA
Complementary color
Monochromatic Colors of #DF77BA
Black with #DF77BA
Text Example
Text Example
White with #DF77BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF77BA; }
p { color: rgb(223,119,186); }
H1.HeaderClassName
{
color: #DF77BA;
}
.AnyTagClassName
{
color: #DF77BA;
}
</style>
background-color css
<style>
a { background-color: #DF77BA; }
a { background-color: rgb(223,119,186); }
div.DivClassName
{
background-color: #DF77BA;
}
.BgClassName
{
background-color: #DF77BA;
}
</style>
border-color css
<style>
span { border-color: #DF77BA; }
span { border-color: rgb(223,119,186); }
td.TdClassName
{
border-color: #DF77BA;
}
.TagClassName
{
border-color: #DF77BA;
}
</style>