Shades of Persian Pink #DB78B0
Tints of Persian Pink #DB78B0
RGB
CMYK
RGB Variations
Color information
#DB78B0 (or 0xDB78B0) is known color: Persian Pink. HEX triplet: DB, 78 and B0. RGB value is (219,120,176). Sum of RGB (Red+Green+Blue) = 219+120+176=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB78B0 is #24874F. Grayscale: #9B9B9B. Windows color (decimal): -2393936 or 11565275. OLE color: 11565275.
HSL color Cylindrical-coordinate representation of color #DB78B0: hue angle of 326.06º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB78B0 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 176 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.14 |
| HSL | 326.06º | 0.58% | 0.66% | - |
| HSV(B) | 326.06º | 0.45% | 0.86% | - |
| XYZ | 43.77 | 31.63 | 44.87 | - |
| YUV | 155.99 | 139.3 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 176 | 0 | 0.45 | 0.20 | 0.14 | 326.06 | 0.58 | 0.66 |
| Hex | DB | 78 | B0 | 0 | 2D | 14 | E | 146 | 3A | 42 |
| Octal | 333 | 170 | 260 | 0 | 55 | 24 | 16 | 506 | 72 | 102 |
| Binary | 11011011 | 1111000 | 10110000 | 0 | 101101 | 10100 | 1110 | 101000110 | 111010 | 1000010 |
Color Harmonies of #DB78B0
Complementary color
Monochromatic Colors of #DB78B0
Black with #DB78B0
Text Example
Text Example
White with #DB78B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB78B0; }
p { color: rgb(219,120,176); }
H1.HeaderClassName
{
color: #DB78B0;
}
.AnyTagClassName
{
color: #DB78B0;
}
</style>
background-color css
<style>
a { background-color: #DB78B0; }
a { background-color: rgb(219,120,176); }
div.DivClassName
{
background-color: #DB78B0;
}
.BgClassName
{
background-color: #DB78B0;
}
</style>
border-color css
<style>
span { border-color: #DB78B0; }
span { border-color: rgb(219,120,176); }
td.TdClassName
{
border-color: #DB78B0;
}
.TagClassName
{
border-color: #DB78B0;
}
</style>