Shades of Persian Pink #DB77BB
Tints of Persian Pink #DB77BB
RGB
CMYK
RGB Variations
Color information
#DB77BB (or 0xDB77BB) is known color: Persian Pink. HEX triplet: DB, 77 and BB. RGB value is (219,119,187). Sum of RGB (Red+Green+Blue) = 219+119+187=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77BB is #248844. Grayscale: #9C9C9C. Windows color (decimal): -2394181 or 12285915. OLE color: 12285915.
HSL color Cylindrical-coordinate representation of color #DB77BB: hue angle of 319.2º 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 #DB77BB is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 187 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.14 |
| HSL | 319.2º | 0.58% | 0.66% | - |
| HSV(B) | 319.2º | 0.46% | 0.86% | - |
| XYZ | 44.78 | 31.84 | 50.8 | - |
| YUV | 156.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 187 | 0 | 0.46 | 0.15 | 0.14 | 319.2 | 0.58 | 0.66 |
| Hex | DB | 77 | BB | 0 | 2E | F | E | 13F | 3A | 42 |
| Octal | 333 | 167 | 273 | 0 | 56 | 17 | 16 | 477 | 72 | 102 |
| Binary | 11011011 | 1110111 | 10111011 | 0 | 101110 | 1111 | 1110 | 100111111 | 111010 | 1000010 |
Color Harmonies of #DB77BB
Complementary color
Monochromatic Colors of #DB77BB
Black with #DB77BB
Text Example
Text Example
White with #DB77BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77BB; }
p { color: rgb(219,119,187); }
H1.HeaderClassName
{
color: #DB77BB;
}
.AnyTagClassName
{
color: #DB77BB;
}
</style>
background-color css
<style>
a { background-color: #DB77BB; }
a { background-color: rgb(219,119,187); }
div.DivClassName
{
background-color: #DB77BB;
}
.BgClassName
{
background-color: #DB77BB;
}
</style>
border-color css
<style>
span { border-color: #DB77BB; }
span { border-color: rgb(219,119,187); }
td.TdClassName
{
border-color: #DB77BB;
}
.TagClassName
{
border-color: #DB77BB;
}
</style>