Shades of Persian Pink #DB6CB9
Tints of Persian Pink #DB6CB9
RGB
CMYK
RGB Variations
Color information
#DB6CB9 (or 0xDB6CB9) is known color: Persian Pink. HEX triplet: DB, 6C and B9. RGB value is (219,108,185). Sum of RGB (Red+Green+Blue) = 219+108+185=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CB9 is #249346. Grayscale: #959595. Windows color (decimal): -2396999 or 12152027. OLE color: 12152027.
HSL color Cylindrical-coordinate representation of color #DB6CB9: hue angle of 318.38º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6CB9 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 185 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.14 |
| HSL | 318.38º | 0.61% | 0.64% | - |
| HSV(B) | 318.38º | 0.51% | 0.86% | - |
| XYZ | 43.33 | 29.29 | 49.27 | - |
| YUV | 149.97 | 147.77 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 185 | 0 | 0.51 | 0.16 | 0.14 | 318.38 | 0.61 | 0.64 |
| Hex | DB | 6C | B9 | 0 | 33 | 10 | E | 13E | 3D | 40 |
| Octal | 333 | 154 | 271 | 0 | 63 | 20 | 16 | 476 | 75 | 100 |
| Binary | 11011011 | 1101100 | 10111001 | 0 | 110011 | 10000 | 1110 | 100111110 | 111101 | 1000000 |
Color Harmonies of #DB6CB9
Complementary color
Monochromatic Colors of #DB6CB9
Black with #DB6CB9
Text Example
Text Example
White with #DB6CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6CB9; }
p { color: rgb(219,108,185); }
H1.HeaderClassName
{
color: #DB6CB9;
}
.AnyTagClassName
{
color: #DB6CB9;
}
</style>
background-color css
<style>
a { background-color: #DB6CB9; }
a { background-color: rgb(219,108,185); }
div.DivClassName
{
background-color: #DB6CB9;
}
.BgClassName
{
background-color: #DB6CB9;
}
</style>
border-color css
<style>
span { border-color: #DB6CB9; }
span { border-color: rgb(219,108,185); }
td.TdClassName
{
border-color: #DB6CB9;
}
.TagClassName
{
border-color: #DB6CB9;
}
</style>