Shades of Persian Pink #DB79B7
Tints of Persian Pink #DB79B7
RGB
CMYK
RGB Variations
Color information
#DB79B7 (or 0xDB79B7) is known color: Persian Pink. HEX triplet: DB, 79 and B7. RGB value is (219,121,183). Sum of RGB (Red+Green+Blue) = 219+121+183=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79B7 is #248648. Grayscale: #9D9D9D. Windows color (decimal): -2393673 or 12024283. OLE color: 12024283.
HSL color Cylindrical-coordinate representation of color #DB79B7: hue angle of 322.04º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB79B7 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 183 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.14 |
| HSL | 322.04º | 0.58% | 0.67% | - |
| HSV(B) | 322.04º | 0.45% | 0.86% | - |
| XYZ | 44.6 | 32.15 | 48.66 | - |
| YUV | 157.37 | 142.47 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 183 | 0 | 0.45 | 0.16 | 0.14 | 322.04 | 0.58 | 0.67 |
| Hex | DB | 79 | B7 | 0 | 2D | 10 | E | 142 | 3A | 43 |
| Octal | 333 | 171 | 267 | 0 | 55 | 20 | 16 | 502 | 72 | 103 |
| Binary | 11011011 | 1111001 | 10110111 | 0 | 101101 | 10000 | 1110 | 101000010 | 111010 | 1000011 |
Color Harmonies of #DB79B7
Complementary color
Monochromatic Colors of #DB79B7
Black with #DB79B7
Text Example
Text Example
White with #DB79B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB79B7; }
p { color: rgb(219,121,183); }
H1.HeaderClassName
{
color: #DB79B7;
}
.AnyTagClassName
{
color: #DB79B7;
}
</style>
background-color css
<style>
a { background-color: #DB79B7; }
a { background-color: rgb(219,121,183); }
div.DivClassName
{
background-color: #DB79B7;
}
.BgClassName
{
background-color: #DB79B7;
}
</style>
border-color css
<style>
span { border-color: #DB79B7; }
span { border-color: rgb(219,121,183); }
td.TdClassName
{
border-color: #DB79B7;
}
.TagClassName
{
border-color: #DB79B7;
}
</style>