Shades of Persian Pink #DB7CB7
Tints of Persian Pink #DB7CB7
RGB
CMYK
RGB Variations
Color information
#DB7CB7 (or 0xDB7CB7) is known color: Persian Pink. HEX triplet: DB, 7C and B7. RGB value is (219,124,183). Sum of RGB (Red+Green+Blue) = 219+124+183=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7CB7 is #248348. Grayscale: #9E9E9E. Windows color (decimal): -2392905 or 12025051. OLE color: 12025051.
HSL color Cylindrical-coordinate representation of color #DB7CB7: hue angle of 322.74º 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 #DB7CB7 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 183 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.14 |
| HSL | 322.74º | 0.57% | 0.67% | - |
| HSV(B) | 322.74º | 0.43% | 0.86% | - |
| XYZ | 44.97 | 32.89 | 48.78 | - |
| YUV | 159.13 | 141.47 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 183 | 0 | 0.43 | 0.16 | 0.14 | 322.74 | 0.57 | 0.67 |
| Hex | DB | 7C | B7 | 0 | 2B | 10 | E | 143 | 39 | 43 |
| Octal | 333 | 174 | 267 | 0 | 53 | 20 | 16 | 503 | 71 | 103 |
| Binary | 11011011 | 1111100 | 10110111 | 0 | 101011 | 10000 | 1110 | 101000011 | 111001 | 1000011 |
Color Harmonies of #DB7CB7
Complementary color
Monochromatic Colors of #DB7CB7
Black with #DB7CB7
Text Example
Text Example
White with #DB7CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CB7; }
p { color: rgb(219,124,183); }
H1.HeaderClassName
{
color: #DB7CB7;
}
.AnyTagClassName
{
color: #DB7CB7;
}
</style>
background-color css
<style>
a { background-color: #DB7CB7; }
a { background-color: rgb(219,124,183); }
div.DivClassName
{
background-color: #DB7CB7;
}
.BgClassName
{
background-color: #DB7CB7;
}
</style>
border-color css
<style>
span { border-color: #DB7CB7; }
span { border-color: rgb(219,124,183); }
td.TdClassName
{
border-color: #DB7CB7;
}
.TagClassName
{
border-color: #DB7CB7;
}
</style>