Shades of Persian Pink #DB78B6
Tints of Persian Pink #DB78B6
RGB
CMYK
RGB Variations
Color information
#DB78B6 (or 0xDB78B6) is known color: Persian Pink. HEX triplet: DB, 78 and B6. RGB value is (219,120,182). Sum of RGB (Red+Green+Blue) = 219+120+182=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB78B6 is #248749. Grayscale: #9C9C9C. Windows color (decimal): -2393930 or 11958491. OLE color: 11958491.
HSL color Cylindrical-coordinate representation of color #DB78B6: hue angle of 322.42º 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 #DB78B6 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 182 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.14 |
| HSL | 322.42º | 0.58% | 0.66% | - |
| HSV(B) | 322.42º | 0.45% | 0.86% | - |
| XYZ | 44.37 | 31.87 | 48.07 | - |
| YUV | 156.67 | 142.3 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 182 | 0 | 0.45 | 0.17 | 0.14 | 322.42 | 0.58 | 0.66 |
| Hex | DB | 78 | B6 | 0 | 2D | 11 | E | 142 | 3A | 42 |
| Octal | 333 | 170 | 266 | 0 | 55 | 21 | 16 | 502 | 72 | 102 |
| Binary | 11011011 | 1111000 | 10110110 | 0 | 101101 | 10001 | 1110 | 101000010 | 111010 | 1000010 |
Color Harmonies of #DB78B6
Complementary color
Monochromatic Colors of #DB78B6
Black with #DB78B6
Text Example
Text Example
White with #DB78B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB78B6; }
p { color: rgb(219,120,182); }
H1.HeaderClassName
{
color: #DB78B6;
}
.AnyTagClassName
{
color: #DB78B6;
}
</style>
background-color css
<style>
a { background-color: #DB78B6; }
a { background-color: rgb(219,120,182); }
div.DivClassName
{
background-color: #DB78B6;
}
.BgClassName
{
background-color: #DB78B6;
}
</style>
border-color css
<style>
span { border-color: #DB78B6; }
span { border-color: rgb(219,120,182); }
td.TdClassName
{
border-color: #DB78B6;
}
.TagClassName
{
border-color: #DB78B6;
}
</style>