Shades of Persian Pink #DF79B3
Tints of Persian Pink #DF79B3
RGB
CMYK
RGB Variations
Color information
#DF79B3 (or 0xDF79B3) is known color: Persian Pink. HEX triplet: DF, 79 and B3. RGB value is (223,121,179). Sum of RGB (Red+Green+Blue) = 223+121+179=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF79B3 is #20864C. Grayscale: #9D9D9D. Windows color (decimal): -2131533 or 11762143. OLE color: 11762143.
HSL color Cylindrical-coordinate representation of color #DF79B3: hue angle of 325.88º 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 #DF79B3 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 179 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.13 |
| HSL | 325.88º | 0.61% | 0.67% | - |
| HSV(B) | 325.88º | 0.46% | 0.87% | - |
| XYZ | 45.41 | 32.62 | 46.55 | - |
| YUV | 158.11 | 139.79 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 179 | 0 | 0.46 | 0.20 | 0.13 | 325.88 | 0.61 | 0.67 |
| Hex | DF | 79 | B3 | 0 | 2E | 14 | D | 146 | 3D | 43 |
| Octal | 337 | 171 | 263 | 0 | 56 | 24 | 15 | 506 | 75 | 103 |
| Binary | 11011111 | 1111001 | 10110011 | 0 | 101110 | 10100 | 1101 | 101000110 | 111101 | 1000011 |
Color Harmonies of #DF79B3
Complementary color
Monochromatic Colors of #DF79B3
Black with #DF79B3
Text Example
Text Example
White with #DF79B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF79B3; }
p { color: rgb(223,121,179); }
H1.HeaderClassName
{
color: #DF79B3;
}
.AnyTagClassName
{
color: #DF79B3;
}
</style>
background-color css
<style>
a { background-color: #DF79B3; }
a { background-color: rgb(223,121,179); }
div.DivClassName
{
background-color: #DF79B3;
}
.BgClassName
{
background-color: #DF79B3;
}
</style>
border-color css
<style>
span { border-color: #DF79B3; }
span { border-color: rgb(223,121,179); }
td.TdClassName
{
border-color: #DF79B3;
}
.TagClassName
{
border-color: #DF79B3;
}
</style>