Shades of Persian Pink #DB77B4
Tints of Persian Pink #DB77B4
RGB
CMYK
RGB Variations
Color information
#DB77B4 (or 0xDB77B4) is known color: Persian Pink. HEX triplet: DB, 77 and B4. RGB value is (219,119,180). Sum of RGB (Red+Green+Blue) = 219+119+180=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77B4 is #24884B. Grayscale: #9B9B9B. Windows color (decimal): -2394188 or 11827163. OLE color: 11827163.
HSL color Cylindrical-coordinate representation of color #DB77B4: hue angle of 323.4º 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 #DB77B4 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 180 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.14 |
| HSL | 323.4º | 0.58% | 0.66% | - |
| HSV(B) | 323.4º | 0.46% | 0.86% | - |
| XYZ | 44.05 | 31.55 | 46.95 | - |
| YUV | 155.85 | 141.63 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 180 | 0 | 0.46 | 0.18 | 0.14 | 323.4 | 0.58 | 0.66 |
| Hex | DB | 77 | B4 | 0 | 2E | 12 | E | 143 | 3A | 42 |
| Octal | 333 | 167 | 264 | 0 | 56 | 22 | 16 | 503 | 72 | 102 |
| Binary | 11011011 | 1110111 | 10110100 | 0 | 101110 | 10010 | 1110 | 101000011 | 111010 | 1000010 |
Color Harmonies of #DB77B4
Complementary color
Monochromatic Colors of #DB77B4
Black with #DB77B4
Text Example
Text Example
White with #DB77B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77B4; }
p { color: rgb(219,119,180); }
H1.HeaderClassName
{
color: #DB77B4;
}
.AnyTagClassName
{
color: #DB77B4;
}
</style>
background-color css
<style>
a { background-color: #DB77B4; }
a { background-color: rgb(219,119,180); }
div.DivClassName
{
background-color: #DB77B4;
}
.BgClassName
{
background-color: #DB77B4;
}
</style>
border-color css
<style>
span { border-color: #DB77B4; }
span { border-color: rgb(219,119,180); }
td.TdClassName
{
border-color: #DB77B4;
}
.TagClassName
{
border-color: #DB77B4;
}
</style>