Shades of Persian Pink #DB80BC
Tints of Persian Pink #DB80BC
RGB
CMYK
RGB Variations
Color information
#DB80BC (or 0xDB80BC) is known color: Persian Pink. HEX triplet: DB, 80 and BC. RGB value is (219,128,188). Sum of RGB (Red+Green+Blue) = 219+128+188=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB80BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB80BC is #247F43. Grayscale: #A1A1A1. Windows color (decimal): -2391876 or 12353755. OLE color: 12353755.
HSL color Cylindrical-coordinate representation of color #DB80BC: hue angle of 320.44º 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 #DB80BC is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 188 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.14 |
| HSL | 320.44º | 0.56% | 0.68% | - |
| HSV(B) | 320.44º | 0.42% | 0.86% | - |
| XYZ | 46.01 | 34.13 | 51.74 | - |
| YUV | 162.05 | 142.65 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 188 | 0 | 0.42 | 0.14 | 0.14 | 320.44 | 0.56 | 0.68 |
| Hex | DB | 80 | BC | 0 | 2A | E | E | 140 | 38 | 44 |
| Octal | 333 | 200 | 274 | 0 | 52 | 16 | 16 | 500 | 70 | 104 |
| Binary | 11011011 | 10000000 | 10111100 | 0 | 101010 | 1110 | 1110 | 101000000 | 111000 | 1000100 |
Color Harmonies of #DB80BC
Complementary color
Monochromatic Colors of #DB80BC
Black with #DB80BC
Text Example
Text Example
White with #DB80BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB80BC; }
p { color: rgb(219,128,188); }
H1.HeaderClassName
{
color: #DB80BC;
}
.AnyTagClassName
{
color: #DB80BC;
}
</style>
background-color css
<style>
a { background-color: #DB80BC; }
a { background-color: rgb(219,128,188); }
div.DivClassName
{
background-color: #DB80BC;
}
.BgClassName
{
background-color: #DB80BC;
}
</style>
border-color css
<style>
span { border-color: #DB80BC; }
span { border-color: rgb(219,128,188); }
td.TdClassName
{
border-color: #DB80BC;
}
.TagClassName
{
border-color: #DB80BC;
}
</style>