Shades of Persian Pink #DB77B3
Tints of Persian Pink #DB77B3
RGB
CMYK
RGB Variations
Color information
#DB77B3 (or 0xDB77B3) is known color: Persian Pink. HEX triplet: DB, 77 and B3. RGB value is (219,119,179). Sum of RGB (Red+Green+Blue) = 219+119+179=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77B3 is #24884C. Grayscale: #9B9B9B. Windows color (decimal): -2394189 or 11761627. OLE color: 11761627.
HSL color Cylindrical-coordinate representation of color #DB77B3: hue angle of 324º 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 #DB77B3 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 179 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.14 |
| HSL | 324º | 0.58% | 0.66% | - |
| HSV(B) | 324º | 0.46% | 0.86% | - |
| XYZ | 43.95 | 31.51 | 46.41 | - |
| YUV | 155.74 | 141.13 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 179 | 0 | 0.46 | 0.18 | 0.14 | 324 | 0.58 | 0.66 |
| Hex | DB | 77 | B3 | 0 | 2E | 12 | E | 144 | 3A | 42 |
| Octal | 333 | 167 | 263 | 0 | 56 | 22 | 16 | 504 | 72 | 102 |
| Binary | 11011011 | 1110111 | 10110011 | 0 | 101110 | 10010 | 1110 | 101000100 | 111010 | 1000010 |
Color Harmonies of #DB77B3
Complementary color
Monochromatic Colors of #DB77B3
Black with #DB77B3
Text Example
Text Example
White with #DB77B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77B3; }
p { color: rgb(219,119,179); }
H1.HeaderClassName
{
color: #DB77B3;
}
.AnyTagClassName
{
color: #DB77B3;
}
</style>
background-color css
<style>
a { background-color: #DB77B3; }
a { background-color: rgb(219,119,179); }
div.DivClassName
{
background-color: #DB77B3;
}
.BgClassName
{
background-color: #DB77B3;
}
</style>
border-color css
<style>
span { border-color: #DB77B3; }
span { border-color: rgb(219,119,179); }
td.TdClassName
{
border-color: #DB77B3;
}
.TagClassName
{
border-color: #DB77B3;
}
</style>