Shades of Persian Pink #DF7FBB
Tints of Persian Pink #DF7FBB
RGB
CMYK
RGB Variations
Color information
#DF7FBB (or 0xDF7FBB) is known color: Persian Pink. HEX triplet: DF, 7F and BB. RGB value is (223,127,187). Sum of RGB (Red+Green+Blue) = 223+127+187=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7FBB is #208044. Grayscale: #A2A2A2. Windows color (decimal): -2129989 or 12287967. OLE color: 12287967.
HSL color Cylindrical-coordinate representation of color #DF7FBB: hue angle of 322.5º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7FBB is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 187 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.13 |
| HSL | 322.5º | 0.6% | 0.69% | - |
| HSV(B) | 322.5º | 0.43% | 0.87% | - |
| XYZ | 46.99 | 34.45 | 51.19 | - |
| YUV | 162.54 | 141.8 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 187 | 0 | 0.43 | 0.16 | 0.13 | 322.5 | 0.6 | 0.69 |
| Hex | DF | 7F | BB | 0 | 2B | 10 | D | 142 | 3C | 45 |
| Octal | 337 | 177 | 273 | 0 | 53 | 20 | 15 | 502 | 74 | 105 |
| Binary | 11011111 | 1111111 | 10111011 | 0 | 101011 | 10000 | 1101 | 101000010 | 111100 | 1000101 |
Color Harmonies of #DF7FBB
Complementary color
Monochromatic Colors of #DF7FBB
Black with #DF7FBB
Text Example
Text Example
White with #DF7FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7FBB; }
p { color: rgb(223,127,187); }
H1.HeaderClassName
{
color: #DF7FBB;
}
.AnyTagClassName
{
color: #DF7FBB;
}
</style>
background-color css
<style>
a { background-color: #DF7FBB; }
a { background-color: rgb(223,127,187); }
div.DivClassName
{
background-color: #DF7FBB;
}
.BgClassName
{
background-color: #DF7FBB;
}
</style>
border-color css
<style>
span { border-color: #DF7FBB; }
span { border-color: rgb(223,127,187); }
td.TdClassName
{
border-color: #DF7FBB;
}
.TagClassName
{
border-color: #DF7FBB;
}
</style>