Shades of Persian Pink #DB7CB4
Tints of Persian Pink #DB7CB4
RGB
CMYK
RGB Variations
Color information
#DB7CB4 (or 0xDB7CB4) is known color: Persian Pink. HEX triplet: DB, 7C and B4. RGB value is (219,124,180). Sum of RGB (Red+Green+Blue) = 219+124+180=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7CB4 is #24834B. Grayscale: #9E9E9E. Windows color (decimal): -2392908 or 11828443. OLE color: 11828443.
HSL color Cylindrical-coordinate representation of color #DB7CB4: hue angle of 324.63º 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 #DB7CB4 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 180 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.14 |
| HSL | 324.63º | 0.57% | 0.67% | - |
| HSV(B) | 324.63º | 0.43% | 0.86% | - |
| XYZ | 44.66 | 32.77 | 47.15 | - |
| YUV | 158.79 | 139.97 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 180 | 0 | 0.43 | 0.18 | 0.14 | 324.63 | 0.57 | 0.67 |
| Hex | DB | 7C | B4 | 0 | 2B | 12 | E | 145 | 39 | 43 |
| Octal | 333 | 174 | 264 | 0 | 53 | 22 | 16 | 505 | 71 | 103 |
| Binary | 11011011 | 1111100 | 10110100 | 0 | 101011 | 10010 | 1110 | 101000101 | 111001 | 1000011 |
Color Harmonies of #DB7CB4
Complementary color
Monochromatic Colors of #DB7CB4
Black with #DB7CB4
Text Example
Text Example
White with #DB7CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CB4; }
p { color: rgb(219,124,180); }
H1.HeaderClassName
{
color: #DB7CB4;
}
.AnyTagClassName
{
color: #DB7CB4;
}
</style>
background-color css
<style>
a { background-color: #DB7CB4; }
a { background-color: rgb(219,124,180); }
div.DivClassName
{
background-color: #DB7CB4;
}
.BgClassName
{
background-color: #DB7CB4;
}
</style>
border-color css
<style>
span { border-color: #DB7CB4; }
span { border-color: rgb(219,124,180); }
td.TdClassName
{
border-color: #DB7CB4;
}
.TagClassName
{
border-color: #DB7CB4;
}
</style>