Shades of Persian Pink #DB7DB2
Tints of Persian Pink #DB7DB2
RGB
CMYK
RGB Variations
Color information
#DB7DB2 (or 0xDB7DB2) is known color: Persian Pink. HEX triplet: DB, 7D and B2. RGB value is (219,125,178). Sum of RGB (Red+Green+Blue) = 219+125+178=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7DB2 is #24824D. Grayscale: #9F9F9F. Windows color (decimal): -2392654 or 11697627. OLE color: 11697627.
HSL color Cylindrical-coordinate representation of color #DB7DB2: hue angle of 326.17º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7DB2 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 178 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.14 |
| HSL | 326.17º | 0.57% | 0.67% | - |
| HSV(B) | 326.17º | 0.43% | 0.86% | - |
| XYZ | 44.58 | 32.94 | 46.13 | - |
| YUV | 159.15 | 138.64 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 178 | 0 | 0.43 | 0.19 | 0.14 | 326.17 | 0.57 | 0.67 |
| Hex | DB | 7D | B2 | 0 | 2B | 13 | E | 146 | 39 | 43 |
| Octal | 333 | 175 | 262 | 0 | 53 | 23 | 16 | 506 | 71 | 103 |
| Binary | 11011011 | 1111101 | 10110010 | 0 | 101011 | 10011 | 1110 | 101000110 | 111001 | 1000011 |
Color Harmonies of #DB7DB2
Complementary color
Monochromatic Colors of #DB7DB2
Black with #DB7DB2
Text Example
Text Example
White with #DB7DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7DB2; }
p { color: rgb(219,125,178); }
H1.HeaderClassName
{
color: #DB7DB2;
}
.AnyTagClassName
{
color: #DB7DB2;
}
</style>
background-color css
<style>
a { background-color: #DB7DB2; }
a { background-color: rgb(219,125,178); }
div.DivClassName
{
background-color: #DB7DB2;
}
.BgClassName
{
background-color: #DB7DB2;
}
</style>
border-color css
<style>
span { border-color: #DB7DB2; }
span { border-color: rgb(219,125,178); }
td.TdClassName
{
border-color: #DB7DB2;
}
.TagClassName
{
border-color: #DB7DB2;
}
</style>