Shades of My Pink #DB8D83
Tints of My Pink #DB8D83
RGB
CMYK
RGB Variations
Color information
#DB8D83 (or 0xDB8D83) is known color: My Pink. HEX triplet: DB, 8D and 83. RGB value is (219,141,131). Sum of RGB (Red+Green+Blue) = 219+141+131=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8D83 is #24727C. Grayscale: #A3A3A3. Windows color (decimal): -2388605 or 8621531. OLE color: 8621531.
HSL color Cylindrical-coordinate representation of color #DB8D83: hue angle of 6.82º 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 #DB8D83 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 131 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.14 |
| HSL | 6.82º | 0.55% | 0.69% | - |
| HSV(B) | 6.82º | 0.4% | 0.86% | - |
| XYZ | 42.84 | 35.75 | 26.12 | - |
| YUV | 163.18 | 109.84 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 131 | 0 | 0.36 | 0.40 | 0.14 | 6.82 | 0.55 | 0.69 |
| Hex | DB | 8D | 83 | 0 | 24 | 28 | E | 7 | 37 | 45 |
| Octal | 333 | 215 | 203 | 0 | 44 | 50 | 16 | 7 | 67 | 105 |
| Binary | 11011011 | 10001101 | 10000011 | 0 | 100100 | 101000 | 1110 | 111 | 110111 | 1000101 |
Color Harmonies of #DB8D83
Complementary color
Monochromatic Colors of #DB8D83
Black with #DB8D83
Text Example
Text Example
White with #DB8D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D83; }
p { color: rgb(219,141,131); }
H1.HeaderClassName
{
color: #DB8D83;
}
.AnyTagClassName
{
color: #DB8D83;
}
</style>
background-color css
<style>
a { background-color: #DB8D83; }
a { background-color: rgb(219,141,131); }
div.DivClassName
{
background-color: #DB8D83;
}
.BgClassName
{
background-color: #DB8D83;
}
</style>
border-color css
<style>
span { border-color: #DB8D83; }
span { border-color: rgb(219,141,131); }
td.TdClassName
{
border-color: #DB8D83;
}
.TagClassName
{
border-color: #DB8D83;
}
</style>