Shades of Persian Pink #DF78AD
Tints of Persian Pink #DF78AD
RGB
CMYK
RGB Variations
Color information
#DF78AD (or 0xDF78AD) is known color: Persian Pink. HEX triplet: DF, 78 and AD. RGB value is (223,120,173). Sum of RGB (Red+Green+Blue) = 223+120+173=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF78AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF78AD is #208752. Grayscale: #9C9C9C. Windows color (decimal): -2131795 or 11368671. OLE color: 11368671.
HSL color Cylindrical-coordinate representation of color #DF78AD: hue angle of 329.13º degrees, saturation: 0.62, 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 #DF78AD is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 173 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.13 |
| HSL | 329.13º | 0.62% | 0.67% | - |
| HSV(B) | 329.13º | 0.46% | 0.87% | - |
| XYZ | 44.69 | 32.14 | 43.38 | - |
| YUV | 156.84 | 137.12 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 173 | 0 | 0.46 | 0.22 | 0.13 | 329.13 | 0.62 | 0.67 |
| Hex | DF | 78 | AD | 0 | 2E | 16 | D | 149 | 3E | 43 |
| Octal | 337 | 170 | 255 | 0 | 56 | 26 | 15 | 511 | 76 | 103 |
| Binary | 11011111 | 1111000 | 10101101 | 0 | 101110 | 10110 | 1101 | 101001001 | 111110 | 1000011 |
Color Harmonies of #DF78AD
Complementary color
Monochromatic Colors of #DF78AD
Black with #DF78AD
Text Example
Text Example
White with #DF78AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF78AD; }
p { color: rgb(223,120,173); }
H1.HeaderClassName
{
color: #DF78AD;
}
.AnyTagClassName
{
color: #DF78AD;
}
</style>
background-color css
<style>
a { background-color: #DF78AD; }
a { background-color: rgb(223,120,173); }
div.DivClassName
{
background-color: #DF78AD;
}
.BgClassName
{
background-color: #DF78AD;
}
</style>
border-color css
<style>
span { border-color: #DF78AD; }
span { border-color: rgb(223,120,173); }
td.TdClassName
{
border-color: #DF78AD;
}
.TagClassName
{
border-color: #DF78AD;
}
</style>