Shades of Persian Pink #DB7FBC
Tints of Persian Pink #DB7FBC
RGB
CMYK
RGB Variations
Color information
#DB7FBC (or 0xDB7FBC) is known color: Persian Pink. HEX triplet: DB, 7F and BC. RGB value is (219,127,188). Sum of RGB (Red+Green+Blue) = 219+127+188=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7FBC is #248043. Grayscale: #A1A1A1. Windows color (decimal): -2392132 or 12353499. OLE color: 12353499.
HSL color Cylindrical-coordinate representation of color #DB7FBC: hue angle of 320.22º 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 #DB7FBC is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 188 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.14 |
| HSL | 320.22º | 0.56% | 0.68% | - |
| HSV(B) | 320.22º | 0.42% | 0.86% | - |
| XYZ | 45.88 | 33.87 | 51.7 | - |
| YUV | 161.46 | 142.98 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 188 | 0 | 0.42 | 0.14 | 0.14 | 320.22 | 0.56 | 0.68 |
| Hex | DB | 7F | BC | 0 | 2A | E | E | 140 | 38 | 44 |
| Octal | 333 | 177 | 274 | 0 | 52 | 16 | 16 | 500 | 70 | 104 |
| Binary | 11011011 | 1111111 | 10111100 | 0 | 101010 | 1110 | 1110 | 101000000 | 111000 | 1000100 |
Color Harmonies of #DB7FBC
Complementary color
Monochromatic Colors of #DB7FBC
Black with #DB7FBC
Text Example
Text Example
White with #DB7FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FBC; }
p { color: rgb(219,127,188); }
H1.HeaderClassName
{
color: #DB7FBC;
}
.AnyTagClassName
{
color: #DB7FBC;
}
</style>
background-color css
<style>
a { background-color: #DB7FBC; }
a { background-color: rgb(219,127,188); }
div.DivClassName
{
background-color: #DB7FBC;
}
.BgClassName
{
background-color: #DB7FBC;
}
</style>
border-color css
<style>
span { border-color: #DB7FBC; }
span { border-color: rgb(219,127,188); }
td.TdClassName
{
border-color: #DB7FBC;
}
.TagClassName
{
border-color: #DB7FBC;
}
</style>