Shades of Persian Pink #DF73AF
Tints of Persian Pink #DF73AF
RGB
CMYK
RGB Variations
Color information
#DF73AF (or 0xDF73AF) is known color: Persian Pink. HEX triplet: DF, 73 and AF. RGB value is (223,115,175). Sum of RGB (Red+Green+Blue) = 223+115+175=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF73AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF73AF is #208C50. Grayscale: #9A9A9A. Windows color (decimal): -2133073 or 11498463. OLE color: 11498463.
HSL color Cylindrical-coordinate representation of color #DF73AF: hue angle of 326.67º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF73AF is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 175 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.13 |
| HSL | 326.67º | 0.63% | 0.66% | - |
| HSV(B) | 326.67º | 0.48% | 0.87% | - |
| XYZ | 44.3 | 31.04 | 44.21 | - |
| YUV | 154.13 | 139.78 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 175 | 0 | 0.48 | 0.22 | 0.13 | 326.67 | 0.63 | 0.66 |
| Hex | DF | 73 | AF | 0 | 30 | 16 | D | 147 | 3F | 42 |
| Octal | 337 | 163 | 257 | 0 | 60 | 26 | 15 | 507 | 77 | 102 |
| Binary | 11011111 | 1110011 | 10101111 | 0 | 110000 | 10110 | 1101 | 101000111 | 111111 | 1000010 |
Color Harmonies of #DF73AF
Complementary color
Monochromatic Colors of #DF73AF
Black with #DF73AF
Text Example
Text Example
White with #DF73AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF73AF; }
p { color: rgb(223,115,175); }
H1.HeaderClassName
{
color: #DF73AF;
}
.AnyTagClassName
{
color: #DF73AF;
}
</style>
background-color css
<style>
a { background-color: #DF73AF; }
a { background-color: rgb(223,115,175); }
div.DivClassName
{
background-color: #DF73AF;
}
.BgClassName
{
background-color: #DF73AF;
}
</style>
border-color css
<style>
span { border-color: #DF73AF; }
span { border-color: rgb(223,115,175); }
td.TdClassName
{
border-color: #DF73AF;
}
.TagClassName
{
border-color: #DF73AF;
}
</style>