Shades of Persian Pink #DB76BB
Tints of Persian Pink #DB76BB
RGB
CMYK
RGB Variations
Color information
#DB76BB (or 0xDB76BB) is known color: Persian Pink. HEX triplet: DB, 76 and BB. RGB value is (219,118,187). Sum of RGB (Red+Green+Blue) = 219+118+187=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76BB is #248944. Grayscale: #9B9B9B. Windows color (decimal): -2394437 or 12285659. OLE color: 12285659.
HSL color Cylindrical-coordinate representation of color #DB76BB: hue angle of 319.01º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB76BB is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 187 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.14 |
| HSL | 319.01º | 0.58% | 0.66% | - |
| HSV(B) | 319.01º | 0.46% | 0.86% | - |
| XYZ | 44.66 | 31.6 | 50.76 | - |
| YUV | 156.07 | 145.46 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 187 | 0 | 0.46 | 0.15 | 0.14 | 319.01 | 0.58 | 0.66 |
| Hex | DB | 76 | BB | 0 | 2E | F | E | 13F | 3A | 42 |
| Octal | 333 | 166 | 273 | 0 | 56 | 17 | 16 | 477 | 72 | 102 |
| Binary | 11011011 | 1110110 | 10111011 | 0 | 101110 | 1111 | 1110 | 100111111 | 111010 | 1000010 |
Color Harmonies of #DB76BB
Complementary color
Monochromatic Colors of #DB76BB
Black with #DB76BB
Text Example
Text Example
White with #DB76BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76BB; }
p { color: rgb(219,118,187); }
H1.HeaderClassName
{
color: #DB76BB;
}
.AnyTagClassName
{
color: #DB76BB;
}
</style>
background-color css
<style>
a { background-color: #DB76BB; }
a { background-color: rgb(219,118,187); }
div.DivClassName
{
background-color: #DB76BB;
}
.BgClassName
{
background-color: #DB76BB;
}
</style>
border-color css
<style>
span { border-color: #DB76BB; }
span { border-color: rgb(219,118,187); }
td.TdClassName
{
border-color: #DB76BB;
}
.TagClassName
{
border-color: #DB76BB;
}
</style>