Shades of Persian Pink #DF73B8
Tints of Persian Pink #DF73B8
RGB
CMYK
RGB Variations
Color information
#DF73B8 (or 0xDF73B8) is known color: Persian Pink. HEX triplet: DF, 73 and B8. RGB value is (223,115,184). Sum of RGB (Red+Green+Blue) = 223+115+184=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 184 (72.27% from 255 or 35.25% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF73B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF73B8 is #208C47. Grayscale: #9A9A9A. Windows color (decimal): -2133064 or 12088287. OLE color: 12088287.
HSL color Cylindrical-coordinate representation of color #DF73B8: hue angle of 321.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 #DF73B8 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 184 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.13 |
| HSL | 321.67º | 0.63% | 0.66% | - |
| HSV(B) | 321.67º | 0.48% | 0.87% | - |
| XYZ | 45.21 | 31.41 | 49.03 | - |
| YUV | 155.16 | 144.28 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 184 | 0 | 0.48 | 0.17 | 0.13 | 321.67 | 0.63 | 0.66 |
| Hex | DF | 73 | B8 | 0 | 30 | 11 | D | 142 | 3F | 42 |
| Octal | 337 | 163 | 270 | 0 | 60 | 21 | 15 | 502 | 77 | 102 |
| Binary | 11011111 | 1110011 | 10111000 | 0 | 110000 | 10001 | 1101 | 101000010 | 111111 | 1000010 |
Color Harmonies of #DF73B8
Complementary color
Monochromatic Colors of #DF73B8
Black with #DF73B8
Text Example
Text Example
White with #DF73B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF73B8; }
p { color: rgb(223,115,184); }
H1.HeaderClassName
{
color: #DF73B8;
}
.AnyTagClassName
{
color: #DF73B8;
}
</style>
background-color css
<style>
a { background-color: #DF73B8; }
a { background-color: rgb(223,115,184); }
div.DivClassName
{
background-color: #DF73B8;
}
.BgClassName
{
background-color: #DF73B8;
}
</style>
border-color css
<style>
span { border-color: #DF73B8; }
span { border-color: rgb(223,115,184); }
td.TdClassName
{
border-color: #DF73B8;
}
.TagClassName
{
border-color: #DF73B8;
}
</style>