Shades of Persian Pink #DB7DB9
Tints of Persian Pink #DB7DB9
RGB
CMYK
RGB Variations
Color information
#DB7DB9 (or 0xDB7DB9) is known color: Persian Pink. HEX triplet: DB, 7D and B9. RGB value is (219,125,185). Sum of RGB (Red+Green+Blue) = 219+125+185=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DB9 is #248246. Grayscale: #9F9F9F. Windows color (decimal): -2392647 or 12156379. OLE color: 12156379.
HSL color Cylindrical-coordinate representation of color #DB7DB9: hue angle of 321.7º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7DB9 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 185 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.14 |
| HSL | 321.7º | 0.57% | 0.67% | - |
| HSV(B) | 321.7º | 0.43% | 0.86% | - |
| XYZ | 45.3 | 33.23 | 49.93 | - |
| YUV | 159.95 | 142.14 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 185 | 0 | 0.43 | 0.16 | 0.14 | 321.7 | 0.57 | 0.67 |
| Hex | DB | 7D | B9 | 0 | 2B | 10 | E | 142 | 39 | 43 |
| Octal | 333 | 175 | 271 | 0 | 53 | 20 | 16 | 502 | 71 | 103 |
| Binary | 11011011 | 1111101 | 10111001 | 0 | 101011 | 10000 | 1110 | 101000010 | 111001 | 1000011 |
Color Harmonies of #DB7DB9
Complementary color
Monochromatic Colors of #DB7DB9
Black with #DB7DB9
Text Example
Text Example
White with #DB7DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7DB9; }
p { color: rgb(219,125,185); }
H1.HeaderClassName
{
color: #DB7DB9;
}
.AnyTagClassName
{
color: #DB7DB9;
}
</style>
background-color css
<style>
a { background-color: #DB7DB9; }
a { background-color: rgb(219,125,185); }
div.DivClassName
{
background-color: #DB7DB9;
}
.BgClassName
{
background-color: #DB7DB9;
}
</style>
border-color css
<style>
span { border-color: #DB7DB9; }
span { border-color: rgb(219,125,185); }
td.TdClassName
{
border-color: #DB7DB9;
}
.TagClassName
{
border-color: #DB7DB9;
}
</style>