Shades of Persian Pink #DB76B3
Tints of Persian Pink #DB76B3
RGB
CMYK
RGB Variations
Color information
#DB76B3 (or 0xDB76B3) is known color: Persian Pink. HEX triplet: DB, 76 and B3. RGB value is (219,118,179). Sum of RGB (Red+Green+Blue) = 219+118+179=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76B3 is #24894C. Grayscale: #9B9B9B. Windows color (decimal): -2394445 or 11761371. OLE color: 11761371.
HSL color Cylindrical-coordinate representation of color #DB76B3: hue angle of 323.76º 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 #DB76B3 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 179 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.14 |
| HSL | 323.76º | 0.58% | 0.66% | - |
| HSV(B) | 323.76º | 0.46% | 0.86% | - |
| XYZ | 43.83 | 31.27 | 46.37 | - |
| YUV | 155.15 | 141.46 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 179 | 0 | 0.46 | 0.18 | 0.14 | 323.76 | 0.58 | 0.66 |
| Hex | DB | 76 | B3 | 0 | 2E | 12 | E | 144 | 3A | 42 |
| Octal | 333 | 166 | 263 | 0 | 56 | 22 | 16 | 504 | 72 | 102 |
| Binary | 11011011 | 1110110 | 10110011 | 0 | 101110 | 10010 | 1110 | 101000100 | 111010 | 1000010 |
Color Harmonies of #DB76B3
Complementary color
Monochromatic Colors of #DB76B3
Black with #DB76B3
Text Example
Text Example
White with #DB76B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76B3; }
p { color: rgb(219,118,179); }
H1.HeaderClassName
{
color: #DB76B3;
}
.AnyTagClassName
{
color: #DB76B3;
}
</style>
background-color css
<style>
a { background-color: #DB76B3; }
a { background-color: rgb(219,118,179); }
div.DivClassName
{
background-color: #DB76B3;
}
.BgClassName
{
background-color: #DB76B3;
}
</style>
border-color css
<style>
span { border-color: #DB76B3; }
span { border-color: rgb(219,118,179); }
td.TdClassName
{
border-color: #DB76B3;
}
.TagClassName
{
border-color: #DB76B3;
}
</style>