Shades of Persian Pink #DF79B2
Tints of Persian Pink #DF79B2
RGB
CMYK
RGB Variations
Color information
#DF79B2 (or 0xDF79B2) is known color: Persian Pink. HEX triplet: DF, 79 and B2. RGB value is (223,121,178). Sum of RGB (Red+Green+Blue) = 223+121+178=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 121 (47.66% from 255 or 23.18% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF79B2 is #20864D. Grayscale: #9D9D9D. Windows color (decimal): -2131534 or 11696607. OLE color: 11696607.
HSL color Cylindrical-coordinate representation of color #DF79B2: hue angle of 326.47º 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 #DF79B2 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 178 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.13 |
| HSL | 326.47º | 0.61% | 0.67% | - |
| HSV(B) | 326.47º | 0.46% | 0.87% | - |
| XYZ | 45.3 | 32.58 | 46.02 | - |
| YUV | 158 | 139.29 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 178 | 0 | 0.46 | 0.20 | 0.13 | 326.47 | 0.61 | 0.67 |
| Hex | DF | 79 | B2 | 0 | 2E | 14 | D | 146 | 3D | 43 |
| Octal | 337 | 171 | 262 | 0 | 56 | 24 | 15 | 506 | 75 | 103 |
| Binary | 11011111 | 1111001 | 10110010 | 0 | 101110 | 10100 | 1101 | 101000110 | 111101 | 1000011 |
Color Harmonies of #DF79B2
Complementary color
Monochromatic Colors of #DF79B2
Black with #DF79B2
Text Example
Text Example
White with #DF79B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF79B2; }
p { color: rgb(223,121,178); }
H1.HeaderClassName
{
color: #DF79B2;
}
.AnyTagClassName
{
color: #DF79B2;
}
</style>
background-color css
<style>
a { background-color: #DF79B2; }
a { background-color: rgb(223,121,178); }
div.DivClassName
{
background-color: #DF79B2;
}
.BgClassName
{
background-color: #DF79B2;
}
</style>
border-color css
<style>
span { border-color: #DF79B2; }
span { border-color: rgb(223,121,178); }
td.TdClassName
{
border-color: #DF79B2;
}
.TagClassName
{
border-color: #DF79B2;
}
</style>