Shades of Persian Pink #DB76B5
Tints of Persian Pink #DB76B5
RGB
CMYK
RGB Variations
Color information
#DB76B5 (or 0xDB76B5) is known color: Persian Pink. HEX triplet: DB, 76 and B5. RGB value is (219,118,181). Sum of RGB (Red+Green+Blue) = 219+118+181=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76B5 is #24894A. Grayscale: #9B9B9B. Windows color (decimal): -2394443 or 11892443. OLE color: 11892443.
HSL color Cylindrical-coordinate representation of color #DB76B5: hue angle of 322.57º 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 #DB76B5 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 181 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.14 |
| HSL | 322.57º | 0.58% | 0.66% | - |
| HSV(B) | 322.57º | 0.46% | 0.86% | - |
| XYZ | 44.03 | 31.35 | 47.45 | - |
| YUV | 155.38 | 142.46 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 181 | 0 | 0.46 | 0.17 | 0.14 | 322.57 | 0.58 | 0.66 |
| Hex | DB | 76 | B5 | 0 | 2E | 11 | E | 143 | 3A | 42 |
| Octal | 333 | 166 | 265 | 0 | 56 | 21 | 16 | 503 | 72 | 102 |
| Binary | 11011011 | 1110110 | 10110101 | 0 | 101110 | 10001 | 1110 | 101000011 | 111010 | 1000010 |
Color Harmonies of #DB76B5
Complementary color
Monochromatic Colors of #DB76B5
Black with #DB76B5
Text Example
Text Example
White with #DB76B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76B5; }
p { color: rgb(219,118,181); }
H1.HeaderClassName
{
color: #DB76B5;
}
.AnyTagClassName
{
color: #DB76B5;
}
</style>
background-color css
<style>
a { background-color: #DB76B5; }
a { background-color: rgb(219,118,181); }
div.DivClassName
{
background-color: #DB76B5;
}
.BgClassName
{
background-color: #DB76B5;
}
</style>
border-color css
<style>
span { border-color: #DB76B5; }
span { border-color: rgb(219,118,181); }
td.TdClassName
{
border-color: #DB76B5;
}
.TagClassName
{
border-color: #DB76B5;
}
</style>