Shades of Persian Pink #DB76B9
Tints of Persian Pink #DB76B9
RGB
CMYK
RGB Variations
Color information
#DB76B9 (or 0xDB76B9) is known color: Persian Pink. HEX triplet: DB, 76 and B9. RGB value is (219,118,185). Sum of RGB (Red+Green+Blue) = 219+118+185=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76B9 is #248946. Grayscale: #9B9B9B. Windows color (decimal): -2394439 or 12154587. OLE color: 12154587.
HSL color Cylindrical-coordinate representation of color #DB76B9: hue angle of 320.2º 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 #DB76B9 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 185 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.14 |
| HSL | 320.2º | 0.58% | 0.66% | - |
| HSV(B) | 320.2º | 0.46% | 0.86% | - |
| XYZ | 44.45 | 31.52 | 49.64 | - |
| YUV | 155.84 | 144.46 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 185 | 0 | 0.46 | 0.16 | 0.14 | 320.2 | 0.58 | 0.66 |
| Hex | DB | 76 | B9 | 0 | 2E | 10 | E | 140 | 3A | 42 |
| Octal | 333 | 166 | 271 | 0 | 56 | 20 | 16 | 500 | 72 | 102 |
| Binary | 11011011 | 1110110 | 10111001 | 0 | 101110 | 10000 | 1110 | 101000000 | 111010 | 1000010 |
Color Harmonies of #DB76B9
Complementary color
Monochromatic Colors of #DB76B9
Black with #DB76B9
Text Example
Text Example
White with #DB76B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76B9; }
p { color: rgb(219,118,185); }
H1.HeaderClassName
{
color: #DB76B9;
}
.AnyTagClassName
{
color: #DB76B9;
}
</style>
background-color css
<style>
a { background-color: #DB76B9; }
a { background-color: rgb(219,118,185); }
div.DivClassName
{
background-color: #DB76B9;
}
.BgClassName
{
background-color: #DB76B9;
}
</style>
border-color css
<style>
span { border-color: #DB76B9; }
span { border-color: rgb(219,118,185); }
td.TdClassName
{
border-color: #DB76B9;
}
.TagClassName
{
border-color: #DB76B9;
}
</style>