Shades of Persian Pink #DB7EBB
Tints of Persian Pink #DB7EBB
RGB
CMYK
RGB Variations
Color information
#DB7EBB (or 0xDB7EBB) is known color: Persian Pink. HEX triplet: DB, 7E and BB. RGB value is (219,126,187). Sum of RGB (Red+Green+Blue) = 219+126+187=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7EBB is #248144. Grayscale: #A0A0A0. Windows color (decimal): -2392389 or 12287707. OLE color: 12287707.
HSL color Cylindrical-coordinate representation of color #DB7EBB: hue angle of 320.65º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7EBB is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 187 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.14 |
| HSL | 320.65º | 0.56% | 0.68% | - |
| HSV(B) | 320.65º | 0.42% | 0.86% | - |
| XYZ | 45.64 | 33.57 | 51.09 | - |
| YUV | 160.76 | 142.81 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 187 | 0 | 0.42 | 0.15 | 0.14 | 320.65 | 0.56 | 0.68 |
| Hex | DB | 7E | BB | 0 | 2A | F | E | 141 | 38 | 44 |
| Octal | 333 | 176 | 273 | 0 | 52 | 17 | 16 | 501 | 70 | 104 |
| Binary | 11011011 | 1111110 | 10111011 | 0 | 101010 | 1111 | 1110 | 101000001 | 111000 | 1000100 |
Color Harmonies of #DB7EBB
Complementary color
Monochromatic Colors of #DB7EBB
Black with #DB7EBB
Text Example
Text Example
White with #DB7EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7EBB; }
p { color: rgb(219,126,187); }
H1.HeaderClassName
{
color: #DB7EBB;
}
.AnyTagClassName
{
color: #DB7EBB;
}
</style>
background-color css
<style>
a { background-color: #DB7EBB; }
a { background-color: rgb(219,126,187); }
div.DivClassName
{
background-color: #DB7EBB;
}
.BgClassName
{
background-color: #DB7EBB;
}
</style>
border-color css
<style>
span { border-color: #DB7EBB; }
span { border-color: rgb(219,126,187); }
td.TdClassName
{
border-color: #DB7EBB;
}
.TagClassName
{
border-color: #DB7EBB;
}
</style>