Shades of Persian Pink #DF73BF
Tints of Persian Pink #DF73BF
RGB
CMYK
RGB Variations
Color information
#DF73BF (or 0xDF73BF) is known color: Persian Pink. HEX triplet: DF, 73 and BF. RGB value is (223,115,191). Sum of RGB (Red+Green+Blue) = 223+115+191=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF73BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF73BF is #208C40. Grayscale: #9B9B9B. Windows color (decimal): -2133057 or 12547039. OLE color: 12547039.
HSL color Cylindrical-coordinate representation of color #DF73BF: hue angle of 317.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 #DF73BF is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 191 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.13 |
| HSL | 317.78º | 0.63% | 0.66% | - |
| HSV(B) | 317.78º | 0.48% | 0.87% | - |
| XYZ | 45.97 | 31.71 | 52.99 | - |
| YUV | 155.96 | 147.78 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 191 | 0 | 0.48 | 0.14 | 0.13 | 317.78 | 0.63 | 0.66 |
| Hex | DF | 73 | BF | 0 | 30 | E | D | 13E | 3F | 42 |
| Octal | 337 | 163 | 277 | 0 | 60 | 16 | 15 | 476 | 77 | 102 |
| Binary | 11011111 | 1110011 | 10111111 | 0 | 110000 | 1110 | 1101 | 100111110 | 111111 | 1000010 |
Color Harmonies of #DF73BF
Complementary color
Monochromatic Colors of #DF73BF
Black with #DF73BF
Text Example
Text Example
White with #DF73BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF73BF; }
p { color: rgb(223,115,191); }
H1.HeaderClassName
{
color: #DF73BF;
}
.AnyTagClassName
{
color: #DF73BF;
}
</style>
background-color css
<style>
a { background-color: #DF73BF; }
a { background-color: rgb(223,115,191); }
div.DivClassName
{
background-color: #DF73BF;
}
.BgClassName
{
background-color: #DF73BF;
}
</style>
border-color css
<style>
span { border-color: #DF73BF; }
span { border-color: rgb(223,115,191); }
td.TdClassName
{
border-color: #DF73BF;
}
.TagClassName
{
border-color: #DF73BF;
}
</style>