Shades of Persian Pink #DB71B1
Tints of Persian Pink #DB71B1
RGB
CMYK
RGB Variations
Color information
#DB71B1 (or 0xDB71B1) is known color: Persian Pink. HEX triplet: DB, 71 and B1. RGB value is (219,113,177). Sum of RGB (Red+Green+Blue) = 219+113+177=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB71B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB71B1 is #248E4E. Grayscale: #979797. Windows color (decimal): -2395727 or 11629019. OLE color: 11629019.
HSL color Cylindrical-coordinate representation of color #DB71B1: hue angle of 323.77º 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 #DB71B1 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 177 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.14 |
| HSL | 323.77º | 0.6% | 0.65% | - |
| HSV(B) | 323.77º | 0.48% | 0.86% | - |
| XYZ | 43.05 | 30.04 | 45.12 | - |
| YUV | 151.99 | 142.12 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 177 | 0 | 0.48 | 0.19 | 0.14 | 323.77 | 0.6 | 0.65 |
| Hex | DB | 71 | B1 | 0 | 30 | 13 | E | 144 | 3C | 41 |
| Octal | 333 | 161 | 261 | 0 | 60 | 23 | 16 | 504 | 74 | 101 |
| Binary | 11011011 | 1110001 | 10110001 | 0 | 110000 | 10011 | 1110 | 101000100 | 111100 | 1000001 |
Color Harmonies of #DB71B1
Complementary color
Monochromatic Colors of #DB71B1
Black with #DB71B1
Text Example
Text Example
White with #DB71B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB71B1; }
p { color: rgb(219,113,177); }
H1.HeaderClassName
{
color: #DB71B1;
}
.AnyTagClassName
{
color: #DB71B1;
}
</style>
background-color css
<style>
a { background-color: #DB71B1; }
a { background-color: rgb(219,113,177); }
div.DivClassName
{
background-color: #DB71B1;
}
.BgClassName
{
background-color: #DB71B1;
}
</style>
border-color css
<style>
span { border-color: #DB71B1; }
span { border-color: rgb(219,113,177); }
td.TdClassName
{
border-color: #DB71B1;
}
.TagClassName
{
border-color: #DB71B1;
}
</style>