Shades of Persian Pink #DB7CC0
Tints of Persian Pink #DB7CC0
RGB
CMYK
RGB Variations
Color information
#DB7CC0 (or 0xDB7CC0) is known color: Persian Pink. HEX triplet: DB, 7C and C0. RGB value is (219,124,192). Sum of RGB (Red+Green+Blue) = 219+124+192=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7CC0 is #24833F. Grayscale: #9F9F9F. Windows color (decimal): -2392896 or 12614875. OLE color: 12614875.
HSL color Cylindrical-coordinate representation of color #DB7CC0: hue angle of 317.05º 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 #DB7CC0 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 192 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.14 |
| HSL | 317.05º | 0.57% | 0.67% | - |
| HSV(B) | 317.05º | 0.43% | 0.86% | - |
| XYZ | 45.94 | 33.28 | 53.87 | - |
| YUV | 160.16 | 145.97 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 192 | 0 | 0.43 | 0.12 | 0.14 | 317.05 | 0.57 | 0.67 |
| Hex | DB | 7C | C0 | 0 | 2B | C | E | 13D | 39 | 43 |
| Octal | 333 | 174 | 300 | 0 | 53 | 14 | 16 | 475 | 71 | 103 |
| Binary | 11011011 | 1111100 | 11000000 | 0 | 101011 | 1100 | 1110 | 100111101 | 111001 | 1000011 |
Color Harmonies of #DB7CC0
Complementary color
Monochromatic Colors of #DB7CC0
Black with #DB7CC0
Text Example
Text Example
White with #DB7CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CC0; }
p { color: rgb(219,124,192); }
H1.HeaderClassName
{
color: #DB7CC0;
}
.AnyTagClassName
{
color: #DB7CC0;
}
</style>
background-color css
<style>
a { background-color: #DB7CC0; }
a { background-color: rgb(219,124,192); }
div.DivClassName
{
background-color: #DB7CC0;
}
.BgClassName
{
background-color: #DB7CC0;
}
</style>
border-color css
<style>
span { border-color: #DB7CC0; }
span { border-color: rgb(219,124,192); }
td.TdClassName
{
border-color: #DB7CC0;
}
.TagClassName
{
border-color: #DB7CC0;
}
</style>