Shades of Persian Pink #DB7CB2
Tints of Persian Pink #DB7CB2
RGB
CMYK
RGB Variations
Color information
#DB7CB2 (or 0xDB7CB2) is known color: Persian Pink. HEX triplet: DB, 7C and B2. RGB value is (219,124,178). Sum of RGB (Red+Green+Blue) = 219+124+178=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7CB2 is #24834D. Grayscale: #9E9E9E. Windows color (decimal): -2392910 or 11697371. OLE color: 11697371.
HSL color Cylindrical-coordinate representation of color #DB7CB2: hue angle of 325.89º 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 #DB7CB2 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 178 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.14 |
| HSL | 325.89º | 0.57% | 0.67% | - |
| HSV(B) | 325.89º | 0.43% | 0.86% | - |
| XYZ | 44.46 | 32.69 | 46.09 | - |
| YUV | 158.56 | 138.97 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 178 | 0 | 0.43 | 0.19 | 0.14 | 325.89 | 0.57 | 0.67 |
| Hex | DB | 7C | B2 | 0 | 2B | 13 | E | 146 | 39 | 43 |
| Octal | 333 | 174 | 262 | 0 | 53 | 23 | 16 | 506 | 71 | 103 |
| Binary | 11011011 | 1111100 | 10110010 | 0 | 101011 | 10011 | 1110 | 101000110 | 111001 | 1000011 |
Color Harmonies of #DB7CB2
Complementary color
Monochromatic Colors of #DB7CB2
Black with #DB7CB2
Text Example
Text Example
White with #DB7CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CB2; }
p { color: rgb(219,124,178); }
H1.HeaderClassName
{
color: #DB7CB2;
}
.AnyTagClassName
{
color: #DB7CB2;
}
</style>
background-color css
<style>
a { background-color: #DB7CB2; }
a { background-color: rgb(219,124,178); }
div.DivClassName
{
background-color: #DB7CB2;
}
.BgClassName
{
background-color: #DB7CB2;
}
</style>
border-color css
<style>
span { border-color: #DB7CB2; }
span { border-color: rgb(219,124,178); }
td.TdClassName
{
border-color: #DB7CB2;
}
.TagClassName
{
border-color: #DB7CB2;
}
</style>