Shades of Persian Pink #DB7CBE
Tints of Persian Pink #DB7CBE
RGB
CMYK
RGB Variations
Color information
#DB7CBE (or 0xDB7CBE) is known color: Persian Pink. HEX triplet: DB, 7C and BE. RGB value is (219,124,190). Sum of RGB (Red+Green+Blue) = 219+124+190=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7CBE is #248341. Grayscale: #9F9F9F. Windows color (decimal): -2392898 or 12483803. OLE color: 12483803.
HSL color Cylindrical-coordinate representation of color #DB7CBE: hue angle of 318.32º 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 #DB7CBE is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 190 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.14 |
| HSL | 318.32º | 0.57% | 0.67% | - |
| HSV(B) | 318.32º | 0.43% | 0.86% | - |
| XYZ | 45.72 | 33.19 | 52.71 | - |
| YUV | 159.93 | 144.97 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 190 | 0 | 0.43 | 0.13 | 0.14 | 318.32 | 0.57 | 0.67 |
| Hex | DB | 7C | BE | 0 | 2B | D | E | 13E | 39 | 43 |
| Octal | 333 | 174 | 276 | 0 | 53 | 15 | 16 | 476 | 71 | 103 |
| Binary | 11011011 | 1111100 | 10111110 | 0 | 101011 | 1101 | 1110 | 100111110 | 111001 | 1000011 |
Color Harmonies of #DB7CBE
Complementary color
Monochromatic Colors of #DB7CBE
Black with #DB7CBE
Text Example
Text Example
White with #DB7CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CBE; }
p { color: rgb(219,124,190); }
H1.HeaderClassName
{
color: #DB7CBE;
}
.AnyTagClassName
{
color: #DB7CBE;
}
</style>
background-color css
<style>
a { background-color: #DB7CBE; }
a { background-color: rgb(219,124,190); }
div.DivClassName
{
background-color: #DB7CBE;
}
.BgClassName
{
background-color: #DB7CBE;
}
</style>
border-color css
<style>
span { border-color: #DB7CBE; }
span { border-color: rgb(219,124,190); }
td.TdClassName
{
border-color: #DB7CBE;
}
.TagClassName
{
border-color: #DB7CBE;
}
</style>