Shades of Persian Pink #DB6DB9
Tints of Persian Pink #DB6DB9
RGB
CMYK
RGB Variations
Color information
#DB6DB9 (or 0xDB6DB9) is known color: Persian Pink. HEX triplet: DB, 6D and B9. RGB value is (219,109,185). Sum of RGB (Red+Green+Blue) = 219+109+185=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6DB9 is #249246. Grayscale: #969696. Windows color (decimal): -2396743 or 12152283. OLE color: 12152283.
HSL color Cylindrical-coordinate representation of color #DB6DB9: hue angle of 318.55º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6DB9 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 185 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.14 |
| HSL | 318.55º | 0.6% | 0.64% | - |
| HSV(B) | 318.55º | 0.5% | 0.86% | - |
| XYZ | 43.44 | 29.5 | 49.3 | - |
| YUV | 150.55 | 147.44 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 185 | 0 | 0.50 | 0.16 | 0.14 | 318.55 | 0.6 | 0.64 |
| Hex | DB | 6D | B9 | 0 | 32 | 10 | E | 13F | 3C | 40 |
| Octal | 333 | 155 | 271 | 0 | 62 | 20 | 16 | 477 | 74 | 100 |
| Binary | 11011011 | 1101101 | 10111001 | 0 | 110010 | 10000 | 1110 | 100111111 | 111100 | 1000000 |
Color Harmonies of #DB6DB9
Complementary color
Monochromatic Colors of #DB6DB9
Black with #DB6DB9
Text Example
Text Example
White with #DB6DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6DB9; }
p { color: rgb(219,109,185); }
H1.HeaderClassName
{
color: #DB6DB9;
}
.AnyTagClassName
{
color: #DB6DB9;
}
</style>
background-color css
<style>
a { background-color: #DB6DB9; }
a { background-color: rgb(219,109,185); }
div.DivClassName
{
background-color: #DB6DB9;
}
.BgClassName
{
background-color: #DB6DB9;
}
</style>
border-color css
<style>
span { border-color: #DB6DB9; }
span { border-color: rgb(219,109,185); }
td.TdClassName
{
border-color: #DB6DB9;
}
.TagClassName
{
border-color: #DB6DB9;
}
</style>