Shades of Persian Pink #DB76B4
Tints of Persian Pink #DB76B4
RGB
CMYK
RGB Variations
Color information
#DB76B4 (or 0xDB76B4) is known color: Persian Pink. HEX triplet: DB, 76 and B4. RGB value is (219,118,180). Sum of RGB (Red+Green+Blue) = 219+118+180=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 118 (46.48% from 255 or 22.82% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76B4 is #24894B. Grayscale: #9B9B9B. Windows color (decimal): -2394444 or 11826907. OLE color: 11826907.
HSL color Cylindrical-coordinate representation of color #DB76B4: hue angle of 323.17º 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 #DB76B4 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 180 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.14 |
| HSL | 323.17º | 0.58% | 0.66% | - |
| HSV(B) | 323.17º | 0.46% | 0.86% | - |
| XYZ | 43.93 | 31.31 | 46.91 | - |
| YUV | 155.27 | 141.96 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 180 | 0 | 0.46 | 0.18 | 0.14 | 323.17 | 0.58 | 0.66 |
| Hex | DB | 76 | B4 | 0 | 2E | 12 | E | 143 | 3A | 42 |
| Octal | 333 | 166 | 264 | 0 | 56 | 22 | 16 | 503 | 72 | 102 |
| Binary | 11011011 | 1110110 | 10110100 | 0 | 101110 | 10010 | 1110 | 101000011 | 111010 | 1000010 |
Color Harmonies of #DB76B4
Complementary color
Monochromatic Colors of #DB76B4
Black with #DB76B4
Text Example
Text Example
White with #DB76B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76B4; }
p { color: rgb(219,118,180); }
H1.HeaderClassName
{
color: #DB76B4;
}
.AnyTagClassName
{
color: #DB76B4;
}
</style>
background-color css
<style>
a { background-color: #DB76B4; }
a { background-color: rgb(219,118,180); }
div.DivClassName
{
background-color: #DB76B4;
}
.BgClassName
{
background-color: #DB76B4;
}
</style>
border-color css
<style>
span { border-color: #DB76B4; }
span { border-color: rgb(219,118,180); }
td.TdClassName
{
border-color: #DB76B4;
}
.TagClassName
{
border-color: #DB76B4;
}
</style>