Shades of Persian Pink #DB7EBA
Tints of Persian Pink #DB7EBA
RGB
CMYK
RGB Variations
Color information
#DB7EBA (or 0xDB7EBA) is known color: Persian Pink. HEX triplet: DB, 7E and BA. RGB value is (219,126,186). Sum of RGB (Red+Green+Blue) = 219+126+186=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7EBA is #248145. Grayscale: #A0A0A0. Windows color (decimal): -2392390 or 12222171. OLE color: 12222171.
HSL color Cylindrical-coordinate representation of color #DB7EBA: hue angle of 321.29º 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 #DB7EBA is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 186 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.14 |
| HSL | 321.29º | 0.56% | 0.68% | - |
| HSV(B) | 321.29º | 0.42% | 0.86% | - |
| XYZ | 45.54 | 33.53 | 50.53 | - |
| YUV | 160.65 | 142.31 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 186 | 0 | 0.42 | 0.15 | 0.14 | 321.29 | 0.56 | 0.68 |
| Hex | DB | 7E | BA | 0 | 2A | F | E | 141 | 38 | 44 |
| Octal | 333 | 176 | 272 | 0 | 52 | 17 | 16 | 501 | 70 | 104 |
| Binary | 11011011 | 1111110 | 10111010 | 0 | 101010 | 1111 | 1110 | 101000001 | 111000 | 1000100 |
Color Harmonies of #DB7EBA
Complementary color
Monochromatic Colors of #DB7EBA
Black with #DB7EBA
Text Example
Text Example
White with #DB7EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7EBA; }
p { color: rgb(219,126,186); }
H1.HeaderClassName
{
color: #DB7EBA;
}
.AnyTagClassName
{
color: #DB7EBA;
}
</style>
background-color css
<style>
a { background-color: #DB7EBA; }
a { background-color: rgb(219,126,186); }
div.DivClassName
{
background-color: #DB7EBA;
}
.BgClassName
{
background-color: #DB7EBA;
}
</style>
border-color css
<style>
span { border-color: #DB7EBA; }
span { border-color: rgb(219,126,186); }
td.TdClassName
{
border-color: #DB7EBA;
}
.TagClassName
{
border-color: #DB7EBA;
}
</style>