Shades of Persian Pink #DB76AE
Tints of Persian Pink #DB76AE
RGB
CMYK
RGB Variations
Color information
#DB76AE (or 0xDB76AE) is known color: Persian Pink. HEX triplet: DB, 76 and AE. RGB value is (219,118,174). Sum of RGB (Red+Green+Blue) = 219+118+174=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB76AE is #248951. Grayscale: #9A9A9A. Windows color (decimal): -2394450 or 11433691. OLE color: 11433691.
HSL color Cylindrical-coordinate representation of color #DB76AE: hue angle of 326.73º 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 #DB76AE is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 174 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.14 |
| HSL | 326.73º | 0.58% | 0.66% | - |
| HSV(B) | 326.73º | 0.46% | 0.86% | - |
| XYZ | 43.33 | 31.07 | 43.76 | - |
| YUV | 154.58 | 138.96 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 174 | 0 | 0.46 | 0.21 | 0.14 | 326.73 | 0.58 | 0.66 |
| Hex | DB | 76 | AE | 0 | 2E | 15 | E | 147 | 3A | 42 |
| Octal | 333 | 166 | 256 | 0 | 56 | 25 | 16 | 507 | 72 | 102 |
| Binary | 11011011 | 1110110 | 10101110 | 0 | 101110 | 10101 | 1110 | 101000111 | 111010 | 1000010 |
Color Harmonies of #DB76AE
Complementary color
Monochromatic Colors of #DB76AE
Black with #DB76AE
Text Example
Text Example
White with #DB76AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76AE; }
p { color: rgb(219,118,174); }
H1.HeaderClassName
{
color: #DB76AE;
}
.AnyTagClassName
{
color: #DB76AE;
}
</style>
background-color css
<style>
a { background-color: #DB76AE; }
a { background-color: rgb(219,118,174); }
div.DivClassName
{
background-color: #DB76AE;
}
.BgClassName
{
background-color: #DB76AE;
}
</style>
border-color css
<style>
span { border-color: #DB76AE; }
span { border-color: rgb(219,118,174); }
td.TdClassName
{
border-color: #DB76AE;
}
.TagClassName
{
border-color: #DB76AE;
}
</style>