Shades of Persian Pink #DF7EBB
Tints of Persian Pink #DF7EBB
RGB
CMYK
RGB Variations
Color information
#DF7EBB (or 0xDF7EBB) is known color: Persian Pink. HEX triplet: DF, 7E and BB. RGB value is (223,126,187). Sum of RGB (Red+Green+Blue) = 223+126+187=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 126 (49.61% from 255 or 23.51% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7EBB is #208144. Grayscale: #A1A1A1. Windows color (decimal): -2130245 or 12287711. OLE color: 12287711.
HSL color Cylindrical-coordinate representation of color #DF7EBB: hue angle of 322.27º 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 #DF7EBB is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 187 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.13 |
| HSL | 322.27º | 0.6% | 0.68% | - |
| HSV(B) | 322.27º | 0.43% | 0.87% | - |
| XYZ | 46.86 | 34.2 | 51.14 | - |
| YUV | 161.96 | 142.14 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 187 | 0 | 0.43 | 0.16 | 0.13 | 322.27 | 0.6 | 0.68 |
| Hex | DF | 7E | BB | 0 | 2B | 10 | D | 142 | 3C | 44 |
| Octal | 337 | 176 | 273 | 0 | 53 | 20 | 15 | 502 | 74 | 104 |
| Binary | 11011111 | 1111110 | 10111011 | 0 | 101011 | 10000 | 1101 | 101000010 | 111100 | 1000100 |
Color Harmonies of #DF7EBB
Complementary color
Monochromatic Colors of #DF7EBB
Black with #DF7EBB
Text Example
Text Example
White with #DF7EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7EBB; }
p { color: rgb(223,126,187); }
H1.HeaderClassName
{
color: #DF7EBB;
}
.AnyTagClassName
{
color: #DF7EBB;
}
</style>
background-color css
<style>
a { background-color: #DF7EBB; }
a { background-color: rgb(223,126,187); }
div.DivClassName
{
background-color: #DF7EBB;
}
.BgClassName
{
background-color: #DF7EBB;
}
</style>
border-color css
<style>
span { border-color: #DF7EBB; }
span { border-color: rgb(223,126,187); }
td.TdClassName
{
border-color: #DF7EBB;
}
.TagClassName
{
border-color: #DF7EBB;
}
</style>