Shades of Persian Pink #DF73AD
Tints of Persian Pink #DF73AD
RGB
CMYK
RGB Variations
Color information
#DF73AD (or 0xDF73AD) is known color: Persian Pink. HEX triplet: DF, 73 and AD. RGB value is (223,115,173). Sum of RGB (Red+Green+Blue) = 223+115+173=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF73AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF73AD is #208C52. Grayscale: #999999. Windows color (decimal): -2133075 or 11367391. OLE color: 11367391.
HSL color Cylindrical-coordinate representation of color #DF73AD: hue angle of 327.78º 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 #DF73AD is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 173 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.13 |
| HSL | 327.78º | 0.63% | 0.66% | - |
| HSV(B) | 327.78º | 0.48% | 0.87% | - |
| XYZ | 44.1 | 30.97 | 43.19 | - |
| YUV | 153.9 | 138.78 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 173 | 0 | 0.48 | 0.22 | 0.13 | 327.78 | 0.63 | 0.66 |
| Hex | DF | 73 | AD | 0 | 30 | 16 | D | 148 | 3F | 42 |
| Octal | 337 | 163 | 255 | 0 | 60 | 26 | 15 | 510 | 77 | 102 |
| Binary | 11011111 | 1110011 | 10101101 | 0 | 110000 | 10110 | 1101 | 101001000 | 111111 | 1000010 |
Color Harmonies of #DF73AD
Complementary color
Monochromatic Colors of #DF73AD
Black with #DF73AD
Text Example
Text Example
White with #DF73AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF73AD; }
p { color: rgb(223,115,173); }
H1.HeaderClassName
{
color: #DF73AD;
}
.AnyTagClassName
{
color: #DF73AD;
}
</style>
background-color css
<style>
a { background-color: #DF73AD; }
a { background-color: rgb(223,115,173); }
div.DivClassName
{
background-color: #DF73AD;
}
.BgClassName
{
background-color: #DF73AD;
}
</style>
border-color css
<style>
span { border-color: #DF73AD; }
span { border-color: rgb(223,115,173); }
td.TdClassName
{
border-color: #DF73AD;
}
.TagClassName
{
border-color: #DF73AD;
}
</style>