Shades of Persian Pink #DB72BA
Tints of Persian Pink #DB72BA
RGB
CMYK
RGB Variations
Color information
#DB72BA (or 0xDB72BA) is known color: Persian Pink. HEX triplet: DB, 72 and BA. RGB value is (219,114,186). Sum of RGB (Red+Green+Blue) = 219+114+186=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB72BA is #248D45. Grayscale: #999999. Windows color (decimal): -2395462 or 12219099. OLE color: 12219099.
HSL color Cylindrical-coordinate representation of color #DB72BA: hue angle of 318.86º degrees, saturation: 0.59, 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 #DB72BA is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 186 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.14 |
| HSL | 318.86º | 0.59% | 0.65% | - |
| HSV(B) | 318.86º | 0.48% | 0.86% | - |
| XYZ | 44.09 | 30.64 | 50.04 | - |
| YUV | 153.6 | 146.29 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 186 | 0 | 0.48 | 0.15 | 0.14 | 318.86 | 0.59 | 0.65 |
| Hex | DB | 72 | BA | 0 | 30 | F | E | 13F | 3B | 41 |
| Octal | 333 | 162 | 272 | 0 | 60 | 17 | 16 | 477 | 73 | 101 |
| Binary | 11011011 | 1110010 | 10111010 | 0 | 110000 | 1111 | 1110 | 100111111 | 111011 | 1000001 |
Color Harmonies of #DB72BA
Complementary color
Monochromatic Colors of #DB72BA
Black with #DB72BA
Text Example
Text Example
White with #DB72BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB72BA; }
p { color: rgb(219,114,186); }
H1.HeaderClassName
{
color: #DB72BA;
}
.AnyTagClassName
{
color: #DB72BA;
}
</style>
background-color css
<style>
a { background-color: #DB72BA; }
a { background-color: rgb(219,114,186); }
div.DivClassName
{
background-color: #DB72BA;
}
.BgClassName
{
background-color: #DB72BA;
}
</style>
border-color css
<style>
span { border-color: #DB72BA; }
span { border-color: rgb(219,114,186); }
td.TdClassName
{
border-color: #DB72BA;
}
.TagClassName
{
border-color: #DB72BA;
}
</style>