Shades of Persian Pink #DB7CB5
Tints of Persian Pink #DB7CB5
RGB
CMYK
RGB Variations
Color information
#DB7CB5 (or 0xDB7CB5) is known color: Persian Pink. HEX triplet: DB, 7C and B5. RGB value is (219,124,181). Sum of RGB (Red+Green+Blue) = 219+124+181=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7CB5 is #24834A. Grayscale: #9E9E9E. Windows color (decimal): -2392907 or 11893979. OLE color: 11893979.
HSL color Cylindrical-coordinate representation of color #DB7CB5: hue angle of 324º 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 #DB7CB5 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 181 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.14 |
| HSL | 324º | 0.57% | 0.67% | - |
| HSV(B) | 324º | 0.43% | 0.86% | - |
| XYZ | 44.76 | 32.81 | 47.69 | - |
| YUV | 158.9 | 140.47 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 181 | 0 | 0.43 | 0.17 | 0.14 | 324 | 0.57 | 0.67 |
| Hex | DB | 7C | B5 | 0 | 2B | 11 | E | 144 | 39 | 43 |
| Octal | 333 | 174 | 265 | 0 | 53 | 21 | 16 | 504 | 71 | 103 |
| Binary | 11011011 | 1111100 | 10110101 | 0 | 101011 | 10001 | 1110 | 101000100 | 111001 | 1000011 |
Color Harmonies of #DB7CB5
Complementary color
Monochromatic Colors of #DB7CB5
Black with #DB7CB5
Text Example
Text Example
White with #DB7CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CB5; }
p { color: rgb(219,124,181); }
H1.HeaderClassName
{
color: #DB7CB5;
}
.AnyTagClassName
{
color: #DB7CB5;
}
</style>
background-color css
<style>
a { background-color: #DB7CB5; }
a { background-color: rgb(219,124,181); }
div.DivClassName
{
background-color: #DB7CB5;
}
.BgClassName
{
background-color: #DB7CB5;
}
</style>
border-color css
<style>
span { border-color: #DB7CB5; }
span { border-color: rgb(219,124,181); }
td.TdClassName
{
border-color: #DB7CB5;
}
.TagClassName
{
border-color: #DB7CB5;
}
</style>