Shades of Persian Pink #DF7EBC
Tints of Persian Pink #DF7EBC
RGB
CMYK
RGB Variations
Color information
#DF7EBC (or 0xDF7EBC) is known color: Persian Pink. HEX triplet: DF, 7E and BC. RGB value is (223,126,188). Sum of RGB (Red+Green+Blue) = 223+126+188=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7EBC is #208143. Grayscale: #A1A1A1. Windows color (decimal): -2130244 or 12353247. OLE color: 12353247.
HSL color Cylindrical-coordinate representation of color #DF7EBC: hue angle of 321.65º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7EBC is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 188 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.13 |
| HSL | 321.65º | 0.6% | 0.68% | - |
| HSV(B) | 321.65º | 0.43% | 0.87% | - |
| XYZ | 46.97 | 34.24 | 51.71 | - |
| YUV | 162.07 | 142.64 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 188 | 0 | 0.43 | 0.16 | 0.13 | 321.65 | 0.6 | 0.68 |
| Hex | DF | 7E | BC | 0 | 2B | 10 | D | 142 | 3C | 44 |
| Octal | 337 | 176 | 274 | 0 | 53 | 20 | 15 | 502 | 74 | 104 |
| Binary | 11011111 | 1111110 | 10111100 | 0 | 101011 | 10000 | 1101 | 101000010 | 111100 | 1000100 |
Color Harmonies of #DF7EBC
Complementary color
Monochromatic Colors of #DF7EBC
Black with #DF7EBC
Text Example
Text Example
White with #DF7EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7EBC; }
p { color: rgb(223,126,188); }
H1.HeaderClassName
{
color: #DF7EBC;
}
.AnyTagClassName
{
color: #DF7EBC;
}
</style>
background-color css
<style>
a { background-color: #DF7EBC; }
a { background-color: rgb(223,126,188); }
div.DivClassName
{
background-color: #DF7EBC;
}
.BgClassName
{
background-color: #DF7EBC;
}
</style>
border-color css
<style>
span { border-color: #DF7EBC; }
span { border-color: rgb(223,126,188); }
td.TdClassName
{
border-color: #DF7EBC;
}
.TagClassName
{
border-color: #DF7EBC;
}
</style>