Shades of Persian Pink #DB7BB0
Tints of Persian Pink #DB7BB0
RGB
CMYK
RGB Variations
Color information
#DB7BB0 (or 0xDB7BB0) is known color: Persian Pink. HEX triplet: DB, 7B and B0. RGB value is (219,123,176). Sum of RGB (Red+Green+Blue) = 219+123+176=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7BB0 is #24844F. Grayscale: #9D9D9D. Windows color (decimal): -2393168 or 11566043. OLE color: 11566043.
HSL color Cylindrical-coordinate representation of color #DB7BB0: hue angle of 326.88º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7BB0 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 176 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.14 |
| HSL | 326.88º | 0.57% | 0.67% | - |
| HSV(B) | 326.88º | 0.44% | 0.86% | - |
| XYZ | 44.13 | 32.36 | 44.99 | - |
| YUV | 157.75 | 138.3 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 176 | 0 | 0.44 | 0.20 | 0.14 | 326.88 | 0.57 | 0.67 |
| Hex | DB | 7B | B0 | 0 | 2C | 14 | E | 147 | 39 | 43 |
| Octal | 333 | 173 | 260 | 0 | 54 | 24 | 16 | 507 | 71 | 103 |
| Binary | 11011011 | 1111011 | 10110000 | 0 | 101100 | 10100 | 1110 | 101000111 | 111001 | 1000011 |
Color Harmonies of #DB7BB0
Complementary color
Monochromatic Colors of #DB7BB0
Black with #DB7BB0
Text Example
Text Example
White with #DB7BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7BB0; }
p { color: rgb(219,123,176); }
H1.HeaderClassName
{
color: #DB7BB0;
}
.AnyTagClassName
{
color: #DB7BB0;
}
</style>
background-color css
<style>
a { background-color: #DB7BB0; }
a { background-color: rgb(219,123,176); }
div.DivClassName
{
background-color: #DB7BB0;
}
.BgClassName
{
background-color: #DB7BB0;
}
</style>
border-color css
<style>
span { border-color: #DB7BB0; }
span { border-color: rgb(219,123,176); }
td.TdClassName
{
border-color: #DB7BB0;
}
.TagClassName
{
border-color: #DB7BB0;
}
</style>