Shades of Persian Pink #DB81BF
Tints of Persian Pink #DB81BF
RGB
CMYK
RGB Variations
Color information
#DB81BF (or 0xDB81BF) is known color: Persian Pink. HEX triplet: DB, 81 and BF. RGB value is (219,129,191). Sum of RGB (Red+Green+Blue) = 219+129+191=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB81BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81BF is #247E40. Grayscale: #A2A2A2. Windows color (decimal): -2391617 or 12550619. OLE color: 12550619.
HSL color Cylindrical-coordinate representation of color #DB81BF: hue angle of 318.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB81BF is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 191 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.14 |
| HSL | 318.67º | 0.56% | 0.68% | - |
| HSV(B) | 318.67º | 0.41% | 0.86% | - |
| XYZ | 46.47 | 34.52 | 53.5 | - |
| YUV | 162.98 | 143.82 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 191 | 0 | 0.41 | 0.13 | 0.14 | 318.67 | 0.56 | 0.68 |
| Hex | DB | 81 | BF | 0 | 29 | D | E | 13F | 38 | 44 |
| Octal | 333 | 201 | 277 | 0 | 51 | 15 | 16 | 477 | 70 | 104 |
| Binary | 11011011 | 10000001 | 10111111 | 0 | 101001 | 1101 | 1110 | 100111111 | 111000 | 1000100 |
Color Harmonies of #DB81BF
Complementary color
Monochromatic Colors of #DB81BF
Black with #DB81BF
Text Example
Text Example
White with #DB81BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB81BF; }
p { color: rgb(219,129,191); }
H1.HeaderClassName
{
color: #DB81BF;
}
.AnyTagClassName
{
color: #DB81BF;
}
</style>
background-color css
<style>
a { background-color: #DB81BF; }
a { background-color: rgb(219,129,191); }
div.DivClassName
{
background-color: #DB81BF;
}
.BgClassName
{
background-color: #DB81BF;
}
</style>
border-color css
<style>
span { border-color: #DB81BF; }
span { border-color: rgb(219,129,191); }
td.TdClassName
{
border-color: #DB81BF;
}
.TagClassName
{
border-color: #DB81BF;
}
</style>