Shades of Persian Pink #DB7ABF
Tints of Persian Pink #DB7ABF
RGB
CMYK
RGB Variations
Color information
#DB7ABF (or 0xDB7ABF) is known color: Persian Pink. HEX triplet: DB, 7A and BF. RGB value is (219,122,191). Sum of RGB (Red+Green+Blue) = 219+122+191=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7ABF is #248540. Grayscale: #9E9E9E. Windows color (decimal): -2393409 or 12548827. OLE color: 12548827.
HSL color Cylindrical-coordinate representation of color #DB7ABF: hue angle of 317.32º 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 #DB7ABF is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 191 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.14 |
| HSL | 317.32º | 0.57% | 0.67% | - |
| HSV(B) | 317.32º | 0.44% | 0.86% | - |
| XYZ | 45.58 | 32.74 | 53.21 | - |
| YUV | 158.87 | 146.14 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 191 | 0 | 0.44 | 0.13 | 0.14 | 317.32 | 0.57 | 0.67 |
| Hex | DB | 7A | BF | 0 | 2C | D | E | 13D | 39 | 43 |
| Octal | 333 | 172 | 277 | 0 | 54 | 15 | 16 | 475 | 71 | 103 |
| Binary | 11011011 | 1111010 | 10111111 | 0 | 101100 | 1101 | 1110 | 100111101 | 111001 | 1000011 |
Color Harmonies of #DB7ABF
Complementary color
Monochromatic Colors of #DB7ABF
Black with #DB7ABF
Text Example
Text Example
White with #DB7ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7ABF; }
p { color: rgb(219,122,191); }
H1.HeaderClassName
{
color: #DB7ABF;
}
.AnyTagClassName
{
color: #DB7ABF;
}
</style>
background-color css
<style>
a { background-color: #DB7ABF; }
a { background-color: rgb(219,122,191); }
div.DivClassName
{
background-color: #DB7ABF;
}
.BgClassName
{
background-color: #DB7ABF;
}
</style>
border-color css
<style>
span { border-color: #DB7ABF; }
span { border-color: rgb(219,122,191); }
td.TdClassName
{
border-color: #DB7ABF;
}
.TagClassName
{
border-color: #DB7ABF;
}
</style>