Shades of Persian Pink #DB78B4
Tints of Persian Pink #DB78B4
RGB
CMYK
RGB Variations
Color information
#DB78B4 (or 0xDB78B4) is known color: Persian Pink. HEX triplet: DB, 78 and B4. RGB value is (219,120,180). Sum of RGB (Red+Green+Blue) = 219+120+180=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB78B4 is #24874B. Grayscale: #9C9C9C. Windows color (decimal): -2393932 or 11827419. OLE color: 11827419.
HSL color Cylindrical-coordinate representation of color #DB78B4: hue angle of 323.64º 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 #DB78B4 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 180 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.14 |
| HSL | 323.64º | 0.58% | 0.66% | - |
| HSV(B) | 323.64º | 0.45% | 0.86% | - |
| XYZ | 44.17 | 31.79 | 46.99 | - |
| YUV | 156.44 | 141.3 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 180 | 0 | 0.45 | 0.18 | 0.14 | 323.64 | 0.58 | 0.66 |
| Hex | DB | 78 | B4 | 0 | 2D | 12 | E | 144 | 3A | 42 |
| Octal | 333 | 170 | 264 | 0 | 55 | 22 | 16 | 504 | 72 | 102 |
| Binary | 11011011 | 1111000 | 10110100 | 0 | 101101 | 10010 | 1110 | 101000100 | 111010 | 1000010 |
Color Harmonies of #DB78B4
Complementary color
Monochromatic Colors of #DB78B4
Black with #DB78B4
Text Example
Text Example
White with #DB78B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB78B4; }
p { color: rgb(219,120,180); }
H1.HeaderClassName
{
color: #DB78B4;
}
.AnyTagClassName
{
color: #DB78B4;
}
</style>
background-color css
<style>
a { background-color: #DB78B4; }
a { background-color: rgb(219,120,180); }
div.DivClassName
{
background-color: #DB78B4;
}
.BgClassName
{
background-color: #DB78B4;
}
</style>
border-color css
<style>
span { border-color: #DB78B4; }
span { border-color: rgb(219,120,180); }
td.TdClassName
{
border-color: #DB78B4;
}
.TagClassName
{
border-color: #DB78B4;
}
</style>