Shades of My Pink #DB8B84
Tints of My Pink #DB8B84
RGB
CMYK
RGB Variations
Color information
#DB8B84 (or 0xDB8B84) is known color: My Pink. HEX triplet: DB, 8B and 84. RGB value is (219,139,132). Sum of RGB (Red+Green+Blue) = 219+139+132=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8B84 is #24747B. Grayscale: #A2A2A2. Windows color (decimal): -2389116 or 8686555. OLE color: 8686555.
HSL color Cylindrical-coordinate representation of color #DB8B84: hue angle of 4.83º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB8B84 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 132 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.14 |
| HSL | 4.83º | 0.55% | 0.69% | - |
| HSV(B) | 4.83º | 0.4% | 0.86% | - |
| XYZ | 42.61 | 35.19 | 26.38 | - |
| YUV | 162.12 | 111 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 132 | 0 | 0.37 | 0.40 | 0.14 | 4.83 | 0.55 | 0.69 |
| Hex | DB | 8B | 84 | 0 | 25 | 28 | E | 5 | 37 | 45 |
| Octal | 333 | 213 | 204 | 0 | 45 | 50 | 16 | 5 | 67 | 105 |
| Binary | 11011011 | 10001011 | 10000100 | 0 | 100101 | 101000 | 1110 | 101 | 110111 | 1000101 |
Color Harmonies of #DB8B84
Complementary color
Monochromatic Colors of #DB8B84
Black with #DB8B84
Text Example
Text Example
White with #DB8B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8B84; }
p { color: rgb(219,139,132); }
H1.HeaderClassName
{
color: #DB8B84;
}
.AnyTagClassName
{
color: #DB8B84;
}
</style>
background-color css
<style>
a { background-color: #DB8B84; }
a { background-color: rgb(219,139,132); }
div.DivClassName
{
background-color: #DB8B84;
}
.BgClassName
{
background-color: #DB8B84;
}
</style>
border-color css
<style>
span { border-color: #DB8B84; }
span { border-color: rgb(219,139,132); }
td.TdClassName
{
border-color: #DB8B84;
}
.TagClassName
{
border-color: #DB8B84;
}
</style>