Shades of Persian Pink #DF79B1
Tints of Persian Pink #DF79B1
RGB
CMYK
RGB Variations
Color information
#DF79B1 (or 0xDF79B1) is known color: Persian Pink. HEX triplet: DF, 79 and B1. RGB value is (223,121,177). Sum of RGB (Red+Green+Blue) = 223+121+177=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF79B1 is #20864E. Grayscale: #9D9D9D. Windows color (decimal): -2131535 or 11631071. OLE color: 11631071.
HSL color Cylindrical-coordinate representation of color #DF79B1: hue angle of 327.06º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF79B1 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 177 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.13 |
| HSL | 327.06º | 0.61% | 0.67% | - |
| HSV(B) | 327.06º | 0.46% | 0.87% | - |
| XYZ | 45.2 | 32.54 | 45.49 | - |
| YUV | 157.88 | 138.79 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 177 | 0 | 0.46 | 0.21 | 0.13 | 327.06 | 0.61 | 0.67 |
| Hex | DF | 79 | B1 | 0 | 2E | 15 | D | 147 | 3D | 43 |
| Octal | 337 | 171 | 261 | 0 | 56 | 25 | 15 | 507 | 75 | 103 |
| Binary | 11011111 | 1111001 | 10110001 | 0 | 101110 | 10101 | 1101 | 101000111 | 111101 | 1000011 |
Color Harmonies of #DF79B1
Complementary color
Monochromatic Colors of #DF79B1
Black with #DF79B1
Text Example
Text Example
White with #DF79B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF79B1; }
p { color: rgb(223,121,177); }
H1.HeaderClassName
{
color: #DF79B1;
}
.AnyTagClassName
{
color: #DF79B1;
}
</style>
background-color css
<style>
a { background-color: #DF79B1; }
a { background-color: rgb(223,121,177); }
div.DivClassName
{
background-color: #DF79B1;
}
.BgClassName
{
background-color: #DF79B1;
}
</style>
border-color css
<style>
span { border-color: #DF79B1; }
span { border-color: rgb(223,121,177); }
td.TdClassName
{
border-color: #DF79B1;
}
.TagClassName
{
border-color: #DF79B1;
}
</style>