Shades of Persian Pink #DF73B0
Tints of Persian Pink #DF73B0
RGB
CMYK
RGB Variations
Color information
#DF73B0 (or 0xDF73B0) is known color: Persian Pink. HEX triplet: DF, 73 and B0. RGB value is (223,115,176). Sum of RGB (Red+Green+Blue) = 223+115+176=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF73B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF73B0 is #208C4F. Grayscale: #9A9A9A. Windows color (decimal): -2133072 or 11563999. OLE color: 11563999.
HSL color Cylindrical-coordinate representation of color #DF73B0: hue angle of 326.11º 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 #DF73B0 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 176 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.13 |
| HSL | 326.11º | 0.63% | 0.66% | - |
| HSV(B) | 326.11º | 0.48% | 0.87% | - |
| XYZ | 44.4 | 31.08 | 44.73 | - |
| YUV | 154.25 | 140.28 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 176 | 0 | 0.48 | 0.21 | 0.13 | 326.11 | 0.63 | 0.66 |
| Hex | DF | 73 | B0 | 0 | 30 | 15 | D | 146 | 3F | 42 |
| Octal | 337 | 163 | 260 | 0 | 60 | 25 | 15 | 506 | 77 | 102 |
| Binary | 11011111 | 1110011 | 10110000 | 0 | 110000 | 10101 | 1101 | 101000110 | 111111 | 1000010 |
Color Harmonies of #DF73B0
Complementary color
Monochromatic Colors of #DF73B0
Black with #DF73B0
Text Example
Text Example
White with #DF73B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF73B0; }
p { color: rgb(223,115,176); }
H1.HeaderClassName
{
color: #DF73B0;
}
.AnyTagClassName
{
color: #DF73B0;
}
</style>
background-color css
<style>
a { background-color: #DF73B0; }
a { background-color: rgb(223,115,176); }
div.DivClassName
{
background-color: #DF73B0;
}
.BgClassName
{
background-color: #DF73B0;
}
</style>
border-color css
<style>
span { border-color: #DF73B0; }
span { border-color: rgb(223,115,176); }
td.TdClassName
{
border-color: #DF73B0;
}
.TagClassName
{
border-color: #DF73B0;
}
</style>