Shades of Persian Pink #DB76B1
Tints of Persian Pink #DB76B1
RGB
CMYK
RGB Variations
Color information
#DB76B1 (or 0xDB76B1) is known color: Persian Pink. HEX triplet: DB, 76 and B1. RGB value is (219,118,177). Sum of RGB (Red+Green+Blue) = 219+118+177=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB76B1 is #24894E. Grayscale: #9A9A9A. Windows color (decimal): -2394447 or 11630299. OLE color: 11630299.
HSL color Cylindrical-coordinate representation of color #DB76B1: hue angle of 324.95º 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 #DB76B1 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 177 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.14 |
| HSL | 324.95º | 0.58% | 0.66% | - |
| HSV(B) | 324.95º | 0.46% | 0.86% | - |
| XYZ | 43.63 | 31.19 | 45.32 | - |
| YUV | 154.93 | 140.46 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 177 | 0 | 0.46 | 0.19 | 0.14 | 324.95 | 0.58 | 0.66 |
| Hex | DB | 76 | B1 | 0 | 2E | 13 | E | 145 | 3A | 42 |
| Octal | 333 | 166 | 261 | 0 | 56 | 23 | 16 | 505 | 72 | 102 |
| Binary | 11011011 | 1110110 | 10110001 | 0 | 101110 | 10011 | 1110 | 101000101 | 111010 | 1000010 |
Color Harmonies of #DB76B1
Complementary color
Monochromatic Colors of #DB76B1
Black with #DB76B1
Text Example
Text Example
White with #DB76B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76B1; }
p { color: rgb(219,118,177); }
H1.HeaderClassName
{
color: #DB76B1;
}
.AnyTagClassName
{
color: #DB76B1;
}
</style>
background-color css
<style>
a { background-color: #DB76B1; }
a { background-color: rgb(219,118,177); }
div.DivClassName
{
background-color: #DB76B1;
}
.BgClassName
{
background-color: #DB76B1;
}
</style>
border-color css
<style>
span { border-color: #DB76B1; }
span { border-color: rgb(219,118,177); }
td.TdClassName
{
border-color: #DB76B1;
}
.TagClassName
{
border-color: #DB76B1;
}
</style>