Shades of Persian Pink #DB77B0
Tints of Persian Pink #DB77B0
RGB
CMYK
RGB Variations
Color information
#DB77B0 (or 0xDB77B0) is known color: Persian Pink. HEX triplet: DB, 77 and B0. RGB value is (219,119,176). Sum of RGB (Red+Green+Blue) = 219+119+176=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB77B0 is #24884F. Grayscale: #9B9B9B. Windows color (decimal): -2394192 or 11565019. OLE color: 11565019.
HSL color Cylindrical-coordinate representation of color #DB77B0: hue angle of 325.8º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB77B0 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 176 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.14 |
| HSL | 325.8º | 0.58% | 0.66% | - |
| HSV(B) | 325.8º | 0.46% | 0.86% | - |
| XYZ | 43.65 | 31.39 | 44.83 | - |
| YUV | 155.4 | 139.63 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 176 | 0 | 0.46 | 0.20 | 0.14 | 325.8 | 0.58 | 0.66 |
| Hex | DB | 77 | B0 | 0 | 2E | 14 | E | 146 | 3A | 42 |
| Octal | 333 | 167 | 260 | 0 | 56 | 24 | 16 | 506 | 72 | 102 |
| Binary | 11011011 | 1110111 | 10110000 | 0 | 101110 | 10100 | 1110 | 101000110 | 111010 | 1000010 |
Color Harmonies of #DB77B0
Complementary color
Monochromatic Colors of #DB77B0
Black with #DB77B0
Text Example
Text Example
White with #DB77B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77B0; }
p { color: rgb(219,119,176); }
H1.HeaderClassName
{
color: #DB77B0;
}
.AnyTagClassName
{
color: #DB77B0;
}
</style>
background-color css
<style>
a { background-color: #DB77B0; }
a { background-color: rgb(219,119,176); }
div.DivClassName
{
background-color: #DB77B0;
}
.BgClassName
{
background-color: #DB77B0;
}
</style>
border-color css
<style>
span { border-color: #DB77B0; }
span { border-color: rgb(219,119,176); }
td.TdClassName
{
border-color: #DB77B0;
}
.TagClassName
{
border-color: #DB77B0;
}
</style>