Shades of Persian Pink #DF73BB
Tints of Persian Pink #DF73BB
RGB
CMYK
RGB Variations
Color information
#DF73BB (or 0xDF73BB) is known color: Persian Pink. HEX triplet: DF, 73 and BB. RGB value is (223,115,187). Sum of RGB (Red+Green+Blue) = 223+115+187=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF73BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF73BB is #208C44. Grayscale: #9B9B9B. Windows color (decimal): -2133061 or 12284895. OLE color: 12284895.
HSL color Cylindrical-coordinate representation of color #DF73BB: hue angle of 320º 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 #DF73BB is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 187 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.13 |
| HSL | 320º | 0.63% | 0.66% | - |
| HSV(B) | 320º | 0.48% | 0.87% | - |
| XYZ | 45.53 | 31.54 | 50.7 | - |
| YUV | 155.5 | 145.78 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 187 | 0 | 0.48 | 0.16 | 0.13 | 320 | 0.63 | 0.66 |
| Hex | DF | 73 | BB | 0 | 30 | 10 | D | 140 | 3F | 42 |
| Octal | 337 | 163 | 273 | 0 | 60 | 20 | 15 | 500 | 77 | 102 |
| Binary | 11011111 | 1110011 | 10111011 | 0 | 110000 | 10000 | 1101 | 101000000 | 111111 | 1000010 |
Color Harmonies of #DF73BB
Complementary color
Monochromatic Colors of #DF73BB
Black with #DF73BB
Text Example
Text Example
White with #DF73BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF73BB; }
p { color: rgb(223,115,187); }
H1.HeaderClassName
{
color: #DF73BB;
}
.AnyTagClassName
{
color: #DF73BB;
}
</style>
background-color css
<style>
a { background-color: #DF73BB; }
a { background-color: rgb(223,115,187); }
div.DivClassName
{
background-color: #DF73BB;
}
.BgClassName
{
background-color: #DF73BB;
}
</style>
border-color css
<style>
span { border-color: #DF73BB; }
span { border-color: rgb(223,115,187); }
td.TdClassName
{
border-color: #DF73BB;
}
.TagClassName
{
border-color: #DF73BB;
}
</style>