Shades of Persian Pink #DB7EB6
Tints of Persian Pink #DB7EB6
RGB
CMYK
RGB Variations
Color information
#DB7EB6 (or 0xDB7EB6) is known color: Persian Pink. HEX triplet: DB, 7E and B6. RGB value is (219,126,182). Sum of RGB (Red+Green+Blue) = 219+126+182=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7EB6 is #248149. Grayscale: #A0A0A0. Windows color (decimal): -2392394 or 11960027. OLE color: 11960027.
HSL color Cylindrical-coordinate representation of color #DB7EB6: hue angle of 323.87º 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 #DB7EB6 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 182 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.14 |
| HSL | 323.87º | 0.56% | 0.68% | - |
| HSV(B) | 323.87º | 0.42% | 0.86% | - |
| XYZ | 45.12 | 33.36 | 48.32 | - |
| YUV | 160.19 | 140.31 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 182 | 0 | 0.42 | 0.17 | 0.14 | 323.87 | 0.56 | 0.68 |
| Hex | DB | 7E | B6 | 0 | 2A | 11 | E | 144 | 38 | 44 |
| Octal | 333 | 176 | 266 | 0 | 52 | 21 | 16 | 504 | 70 | 104 |
| Binary | 11011011 | 1111110 | 10110110 | 0 | 101010 | 10001 | 1110 | 101000100 | 111000 | 1000100 |
Color Harmonies of #DB7EB6
Complementary color
Monochromatic Colors of #DB7EB6
Black with #DB7EB6
Text Example
Text Example
White with #DB7EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7EB6; }
p { color: rgb(219,126,182); }
H1.HeaderClassName
{
color: #DB7EB6;
}
.AnyTagClassName
{
color: #DB7EB6;
}
</style>
background-color css
<style>
a { background-color: #DB7EB6; }
a { background-color: rgb(219,126,182); }
div.DivClassName
{
background-color: #DB7EB6;
}
.BgClassName
{
background-color: #DB7EB6;
}
</style>
border-color css
<style>
span { border-color: #DB7EB6; }
span { border-color: rgb(219,126,182); }
td.TdClassName
{
border-color: #DB7EB6;
}
.TagClassName
{
border-color: #DB7EB6;
}
</style>