Shades of Persian Pink #DB71BB
Tints of Persian Pink #DB71BB
RGB
CMYK
RGB Variations
Color information
#DB71BB (or 0xDB71BB) is known color: Persian Pink. HEX triplet: DB, 71 and BB. RGB value is (219,113,187). Sum of RGB (Red+Green+Blue) = 219+113+187=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB71BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB71BB is #248E44. Grayscale: #989898. Windows color (decimal): -2395717 or 12284379. OLE color: 12284379.
HSL color Cylindrical-coordinate representation of color #DB71BB: hue angle of 318.11º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB71BB is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 187 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.14 |
| HSL | 318.11º | 0.6% | 0.65% | - |
| HSV(B) | 318.11º | 0.48% | 0.86% | - |
| XYZ | 44.09 | 30.46 | 50.57 | - |
| YUV | 153.13 | 147.12 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 187 | 0 | 0.48 | 0.15 | 0.14 | 318.11 | 0.6 | 0.65 |
| Hex | DB | 71 | BB | 0 | 30 | F | E | 13E | 3C | 41 |
| Octal | 333 | 161 | 273 | 0 | 60 | 17 | 16 | 476 | 74 | 101 |
| Binary | 11011011 | 1110001 | 10111011 | 0 | 110000 | 1111 | 1110 | 100111110 | 111100 | 1000001 |
Color Harmonies of #DB71BB
Complementary color
Monochromatic Colors of #DB71BB
Black with #DB71BB
Text Example
Text Example
White with #DB71BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB71BB; }
p { color: rgb(219,113,187); }
H1.HeaderClassName
{
color: #DB71BB;
}
.AnyTagClassName
{
color: #DB71BB;
}
</style>
background-color css
<style>
a { background-color: #DB71BB; }
a { background-color: rgb(219,113,187); }
div.DivClassName
{
background-color: #DB71BB;
}
.BgClassName
{
background-color: #DB71BB;
}
</style>
border-color css
<style>
span { border-color: #DB71BB; }
span { border-color: rgb(219,113,187); }
td.TdClassName
{
border-color: #DB71BB;
}
.TagClassName
{
border-color: #DB71BB;
}
</style>