Shades of Persian Pink #DB6EB8
Tints of Persian Pink #DB6EB8
RGB
CMYK
RGB Variations
Color information
#DB6EB8 (or 0xDB6EB8) is known color: Persian Pink. HEX triplet: DB, 6E and B8. RGB value is (219,110,184). Sum of RGB (Red+Green+Blue) = 219+110+184=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6EB8 is #249147. Grayscale: #969696. Windows color (decimal): -2396488 or 12087003. OLE color: 12087003.
HSL color Cylindrical-coordinate representation of color #DB6EB8: hue angle of 319.27º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6EB8 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 184 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.14 |
| HSL | 319.27º | 0.6% | 0.65% | - |
| HSV(B) | 319.27º | 0.5% | 0.86% | - |
| XYZ | 43.44 | 29.67 | 48.79 | - |
| YUV | 151.03 | 146.61 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 184 | 0 | 0.50 | 0.16 | 0.14 | 319.27 | 0.6 | 0.65 |
| Hex | DB | 6E | B8 | 0 | 32 | 10 | E | 13F | 3C | 41 |
| Octal | 333 | 156 | 270 | 0 | 62 | 20 | 16 | 477 | 74 | 101 |
| Binary | 11011011 | 1101110 | 10111000 | 0 | 110010 | 10000 | 1110 | 100111111 | 111100 | 1000001 |
Color Harmonies of #DB6EB8
Complementary color
Monochromatic Colors of #DB6EB8
Black with #DB6EB8
Text Example
Text Example
White with #DB6EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6EB8; }
p { color: rgb(219,110,184); }
H1.HeaderClassName
{
color: #DB6EB8;
}
.AnyTagClassName
{
color: #DB6EB8;
}
</style>
background-color css
<style>
a { background-color: #DB6EB8; }
a { background-color: rgb(219,110,184); }
div.DivClassName
{
background-color: #DB6EB8;
}
.BgClassName
{
background-color: #DB6EB8;
}
</style>
border-color css
<style>
span { border-color: #DB6EB8; }
span { border-color: rgb(219,110,184); }
td.TdClassName
{
border-color: #DB6EB8;
}
.TagClassName
{
border-color: #DB6EB8;
}
</style>