Shades of Persian Pink #DB78BC
Tints of Persian Pink #DB78BC
RGB
CMYK
RGB Variations
Color information
#DB78BC (or 0xDB78BC) is known color: Persian Pink. HEX triplet: DB, 78 and BC. RGB value is (219,120,188). Sum of RGB (Red+Green+Blue) = 219+120+188=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB78BC is #248743. Grayscale: #9D9D9D. Windows color (decimal): -2393924 or 12351707. OLE color: 12351707.
HSL color Cylindrical-coordinate representation of color #DB78BC: hue angle of 318.79º 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 #DB78BC is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 188 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.14 |
| HSL | 318.79º | 0.58% | 0.66% | - |
| HSV(B) | 318.79º | 0.45% | 0.86% | - |
| XYZ | 45.01 | 32.12 | 51.41 | - |
| YUV | 157.35 | 145.3 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 188 | 0 | 0.45 | 0.14 | 0.14 | 318.79 | 0.58 | 0.66 |
| Hex | DB | 78 | BC | 0 | 2D | E | E | 13F | 3A | 42 |
| Octal | 333 | 170 | 274 | 0 | 55 | 16 | 16 | 477 | 72 | 102 |
| Binary | 11011011 | 1111000 | 10111100 | 0 | 101101 | 1110 | 1110 | 100111111 | 111010 | 1000010 |
Color Harmonies of #DB78BC
Complementary color
Monochromatic Colors of #DB78BC
Black with #DB78BC
Text Example
Text Example
White with #DB78BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB78BC; }
p { color: rgb(219,120,188); }
H1.HeaderClassName
{
color: #DB78BC;
}
.AnyTagClassName
{
color: #DB78BC;
}
</style>
background-color css
<style>
a { background-color: #DB78BC; }
a { background-color: rgb(219,120,188); }
div.DivClassName
{
background-color: #DB78BC;
}
.BgClassName
{
background-color: #DB78BC;
}
</style>
border-color css
<style>
span { border-color: #DB78BC; }
span { border-color: rgb(219,120,188); }
td.TdClassName
{
border-color: #DB78BC;
}
.TagClassName
{
border-color: #DB78BC;
}
</style>