Shades of Persian Pink #DB80B7
Tints of Persian Pink #DB80B7
RGB
CMYK
RGB Variations
Color information
#DB80B7 (or 0xDB80B7) is known color: Persian Pink. HEX triplet: DB, 80 and B7. RGB value is (219,128,183). Sum of RGB (Red+Green+Blue) = 219+128+183=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB80B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB80B7 is #247F48. Grayscale: #A1A1A1. Windows color (decimal): -2391881 or 12026075. OLE color: 12026075.
HSL color Cylindrical-coordinate representation of color #DB80B7: hue angle of 323.74º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB80B7 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 183 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.14 |
| HSL | 323.74º | 0.56% | 0.68% | - |
| HSV(B) | 323.74º | 0.42% | 0.86% | - |
| XYZ | 45.48 | 33.92 | 48.95 | - |
| YUV | 161.48 | 140.15 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 183 | 0 | 0.42 | 0.16 | 0.14 | 323.74 | 0.56 | 0.68 |
| Hex | DB | 80 | B7 | 0 | 2A | 10 | E | 144 | 38 | 44 |
| Octal | 333 | 200 | 267 | 0 | 52 | 20 | 16 | 504 | 70 | 104 |
| Binary | 11011011 | 10000000 | 10110111 | 0 | 101010 | 10000 | 1110 | 101000100 | 111000 | 1000100 |
Color Harmonies of #DB80B7
Complementary color
Monochromatic Colors of #DB80B7
Black with #DB80B7
Text Example
Text Example
White with #DB80B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB80B7; }
p { color: rgb(219,128,183); }
H1.HeaderClassName
{
color: #DB80B7;
}
.AnyTagClassName
{
color: #DB80B7;
}
</style>
background-color css
<style>
a { background-color: #DB80B7; }
a { background-color: rgb(219,128,183); }
div.DivClassName
{
background-color: #DB80B7;
}
.BgClassName
{
background-color: #DB80B7;
}
</style>
border-color css
<style>
span { border-color: #DB80B7; }
span { border-color: rgb(219,128,183); }
td.TdClassName
{
border-color: #DB80B7;
}
.TagClassName
{
border-color: #DB80B7;
}
</style>