Shades of Persian Pink #DB76BC
Tints of Persian Pink #DB76BC
RGB
CMYK
RGB Variations
Color information
#DB76BC (or 0xDB76BC) is known color: Persian Pink. HEX triplet: DB, 76 and BC. RGB value is (219,118,188). Sum of RGB (Red+Green+Blue) = 219+118+188=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76BC is #248943. Grayscale: #9C9C9C. Windows color (decimal): -2394436 or 12351195. OLE color: 12351195.
HSL color Cylindrical-coordinate representation of color #DB76BC: hue angle of 318.42º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB76BC is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 188 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.14 |
| HSL | 318.42º | 0.58% | 0.66% | - |
| HSV(B) | 318.42º | 0.46% | 0.86% | - |
| XYZ | 44.77 | 31.65 | 51.33 | - |
| YUV | 156.18 | 145.96 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 188 | 0 | 0.46 | 0.14 | 0.14 | 318.42 | 0.58 | 0.66 |
| Hex | DB | 76 | BC | 0 | 2E | E | E | 13E | 3A | 42 |
| Octal | 333 | 166 | 274 | 0 | 56 | 16 | 16 | 476 | 72 | 102 |
| Binary | 11011011 | 1110110 | 10111100 | 0 | 101110 | 1110 | 1110 | 100111110 | 111010 | 1000010 |
Color Harmonies of #DB76BC
Complementary color
Monochromatic Colors of #DB76BC
Black with #DB76BC
Text Example
Text Example
White with #DB76BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76BC; }
p { color: rgb(219,118,188); }
H1.HeaderClassName
{
color: #DB76BC;
}
.AnyTagClassName
{
color: #DB76BC;
}
</style>
background-color css
<style>
a { background-color: #DB76BC; }
a { background-color: rgb(219,118,188); }
div.DivClassName
{
background-color: #DB76BC;
}
.BgClassName
{
background-color: #DB76BC;
}
</style>
border-color css
<style>
span { border-color: #DB76BC; }
span { border-color: rgb(219,118,188); }
td.TdClassName
{
border-color: #DB76BC;
}
.TagClassName
{
border-color: #DB76BC;
}
</style>