Shades of Persian Pink #DF73BC
Tints of Persian Pink #DF73BC
RGB
CMYK
RGB Variations
Color information
#DF73BC (or 0xDF73BC) is known color: Persian Pink. HEX triplet: DF, 73 and BC. RGB value is (223,115,188). Sum of RGB (Red+Green+Blue) = 223+115+188=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DF73BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF73BC is #208C43. Grayscale: #9B9B9B. Windows color (decimal): -2133060 or 12350431. OLE color: 12350431.
HSL color Cylindrical-coordinate representation of color #DF73BC: hue angle of 319.44º 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 #DF73BC is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 188 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.13 |
| HSL | 319.44º | 0.63% | 0.66% | - |
| HSV(B) | 319.44º | 0.48% | 0.87% | - |
| XYZ | 45.64 | 31.58 | 51.27 | - |
| YUV | 155.61 | 146.28 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 188 | 0 | 0.48 | 0.16 | 0.13 | 319.44 | 0.63 | 0.66 |
| Hex | DF | 73 | BC | 0 | 30 | 10 | D | 13F | 3F | 42 |
| Octal | 337 | 163 | 274 | 0 | 60 | 20 | 15 | 477 | 77 | 102 |
| Binary | 11011111 | 1110011 | 10111100 | 0 | 110000 | 10000 | 1101 | 100111111 | 111111 | 1000010 |
Color Harmonies of #DF73BC
Complementary color
Monochromatic Colors of #DF73BC
Black with #DF73BC
Text Example
Text Example
White with #DF73BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF73BC; }
p { color: rgb(223,115,188); }
H1.HeaderClassName
{
color: #DF73BC;
}
.AnyTagClassName
{
color: #DF73BC;
}
</style>
background-color css
<style>
a { background-color: #DF73BC; }
a { background-color: rgb(223,115,188); }
div.DivClassName
{
background-color: #DF73BC;
}
.BgClassName
{
background-color: #DF73BC;
}
</style>
border-color css
<style>
span { border-color: #DF73BC; }
span { border-color: rgb(223,115,188); }
td.TdClassName
{
border-color: #DF73BC;
}
.TagClassName
{
border-color: #DF73BC;
}
</style>