Shades of Persian Pink #DB78B8
Tints of Persian Pink #DB78B8
RGB
CMYK
RGB Variations
Color information
#DB78B8 (or 0xDB78B8) is known color: Persian Pink. HEX triplet: DB, 78 and B8. RGB value is (219,120,184). Sum of RGB (Red+Green+Blue) = 219+120+184=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 120 (47.27% from 255 or 22.94% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB78B8 is #248747. Grayscale: #9C9C9C. Windows color (decimal): -2393928 or 12089563. OLE color: 12089563.
HSL color Cylindrical-coordinate representation of color #DB78B8: hue angle of 321.21º 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 #DB78B8 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 184 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.14 |
| HSL | 321.21º | 0.58% | 0.66% | - |
| HSV(B) | 321.21º | 0.45% | 0.86% | - |
| XYZ | 44.58 | 31.95 | 49.17 | - |
| YUV | 156.9 | 143.3 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 184 | 0 | 0.45 | 0.16 | 0.14 | 321.21 | 0.58 | 0.66 |
| Hex | DB | 78 | B8 | 0 | 2D | 10 | E | 141 | 3A | 42 |
| Octal | 333 | 170 | 270 | 0 | 55 | 20 | 16 | 501 | 72 | 102 |
| Binary | 11011011 | 1111000 | 10111000 | 0 | 101101 | 10000 | 1110 | 101000001 | 111010 | 1000010 |
Color Harmonies of #DB78B8
Complementary color
Monochromatic Colors of #DB78B8
Black with #DB78B8
Text Example
Text Example
White with #DB78B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB78B8; }
p { color: rgb(219,120,184); }
H1.HeaderClassName
{
color: #DB78B8;
}
.AnyTagClassName
{
color: #DB78B8;
}
</style>
background-color css
<style>
a { background-color: #DB78B8; }
a { background-color: rgb(219,120,184); }
div.DivClassName
{
background-color: #DB78B8;
}
.BgClassName
{
background-color: #DB78B8;
}
</style>
border-color css
<style>
span { border-color: #DB78B8; }
span { border-color: rgb(219,120,184); }
td.TdClassName
{
border-color: #DB78B8;
}
.TagClassName
{
border-color: #DB78B8;
}
</style>