Shades of Persian Pink #DB70B9
Tints of Persian Pink #DB70B9
RGB
CMYK
RGB Variations
Color information
#DB70B9 (or 0xDB70B9) is known color: Persian Pink. HEX triplet: DB, 70 and B9. RGB value is (219,112,185). Sum of RGB (Red+Green+Blue) = 219+112+185=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70B9 is #248F46. Grayscale: #989898. Windows color (decimal): -2395975 or 12153051. OLE color: 12153051.
HSL color Cylindrical-coordinate representation of color #DB70B9: hue angle of 319.07º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB70B9 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 185 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.14 |
| HSL | 319.07º | 0.6% | 0.65% | - |
| HSV(B) | 319.07º | 0.49% | 0.86% | - |
| XYZ | 43.76 | 30.15 | 49.41 | - |
| YUV | 152.32 | 146.45 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 185 | 0 | 0.49 | 0.16 | 0.14 | 319.07 | 0.6 | 0.65 |
| Hex | DB | 70 | B9 | 0 | 31 | 10 | E | 13F | 3C | 41 |
| Octal | 333 | 160 | 271 | 0 | 61 | 20 | 16 | 477 | 74 | 101 |
| Binary | 11011011 | 1110000 | 10111001 | 0 | 110001 | 10000 | 1110 | 100111111 | 111100 | 1000001 |
Color Harmonies of #DB70B9
Complementary color
Monochromatic Colors of #DB70B9
Black with #DB70B9
Text Example
Text Example
White with #DB70B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB70B9; }
p { color: rgb(219,112,185); }
H1.HeaderClassName
{
color: #DB70B9;
}
.AnyTagClassName
{
color: #DB70B9;
}
</style>
background-color css
<style>
a { background-color: #DB70B9; }
a { background-color: rgb(219,112,185); }
div.DivClassName
{
background-color: #DB70B9;
}
.BgClassName
{
background-color: #DB70B9;
}
</style>
border-color css
<style>
span { border-color: #DB70B9; }
span { border-color: rgb(219,112,185); }
td.TdClassName
{
border-color: #DB70B9;
}
.TagClassName
{
border-color: #DB70B9;
}
</style>