Shades of Persian Pink #DB74BA
Tints of Persian Pink #DB74BA
RGB
CMYK
RGB Variations
Color information
#DB74BA (or 0xDB74BA) is known color: Persian Pink. HEX triplet: DB, 74 and BA. RGB value is (219,116,186). Sum of RGB (Red+Green+Blue) = 219+116+186=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB74BA is #248B45. Grayscale: #9A9A9A. Windows color (decimal): -2394950 or 12219611. OLE color: 12219611.
HSL color Cylindrical-coordinate representation of color #DB74BA: hue angle of 319.22º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB74BA is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 186 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.14 |
| HSL | 319.22º | 0.59% | 0.66% | - |
| HSV(B) | 319.22º | 0.47% | 0.86% | - |
| XYZ | 44.32 | 31.1 | 50.12 | - |
| YUV | 154.78 | 145.62 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 186 | 0 | 0.47 | 0.15 | 0.14 | 319.22 | 0.59 | 0.66 |
| Hex | DB | 74 | BA | 0 | 2F | F | E | 13F | 3B | 42 |
| Octal | 333 | 164 | 272 | 0 | 57 | 17 | 16 | 477 | 73 | 102 |
| Binary | 11011011 | 1110100 | 10111010 | 0 | 101111 | 1111 | 1110 | 100111111 | 111011 | 1000010 |
Color Harmonies of #DB74BA
Complementary color
Monochromatic Colors of #DB74BA
Black with #DB74BA
Text Example
Text Example
White with #DB74BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB74BA; }
p { color: rgb(219,116,186); }
H1.HeaderClassName
{
color: #DB74BA;
}
.AnyTagClassName
{
color: #DB74BA;
}
</style>
background-color css
<style>
a { background-color: #DB74BA; }
a { background-color: rgb(219,116,186); }
div.DivClassName
{
background-color: #DB74BA;
}
.BgClassName
{
background-color: #DB74BA;
}
</style>
border-color css
<style>
span { border-color: #DB74BA; }
span { border-color: rgb(219,116,186); }
td.TdClassName
{
border-color: #DB74BA;
}
.TagClassName
{
border-color: #DB74BA;
}
</style>