Shades of My Pink #DB8E83
Tints of My Pink #DB8E83
RGB
CMYK
RGB Variations
Color information
#DB8E83 (or 0xDB8E83) is known color: My Pink. HEX triplet: DB, 8E and 83. RGB value is (219,142,131). Sum of RGB (Red+Green+Blue) = 219+142+131=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 131 (51.56% from 255 or 26.63% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8E83 is #24717C. Grayscale: #A3A3A3. Windows color (decimal): -2388349 or 8621787. OLE color: 8621787.
HSL color Cylindrical-coordinate representation of color #DB8E83: hue angle of 7.5º 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 #DB8E83 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 131 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.14 |
| HSL | 7.5º | 0.55% | 0.69% | - |
| HSV(B) | 7.5º | 0.4% | 0.86% | - |
| XYZ | 42.98 | 36.04 | 26.16 | - |
| YUV | 163.77 | 109.51 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 131 | 0 | 0.35 | 0.40 | 0.14 | 7.5 | 0.55 | 0.69 |
| Hex | DB | 8E | 83 | 0 | 23 | 28 | E | 8 | 37 | 45 |
| Octal | 333 | 216 | 203 | 0 | 43 | 50 | 16 | 10 | 67 | 105 |
| Binary | 11011011 | 10001110 | 10000011 | 0 | 100011 | 101000 | 1110 | 1000 | 110111 | 1000101 |
Color Harmonies of #DB8E83
Complementary color
Monochromatic Colors of #DB8E83
Black with #DB8E83
Text Example
Text Example
White with #DB8E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8E83; }
p { color: rgb(219,142,131); }
H1.HeaderClassName
{
color: #DB8E83;
}
.AnyTagClassName
{
color: #DB8E83;
}
</style>
background-color css
<style>
a { background-color: #DB8E83; }
a { background-color: rgb(219,142,131); }
div.DivClassName
{
background-color: #DB8E83;
}
.BgClassName
{
background-color: #DB8E83;
}
</style>
border-color css
<style>
span { border-color: #DB8E83; }
span { border-color: rgb(219,142,131); }
td.TdClassName
{
border-color: #DB8E83;
}
.TagClassName
{
border-color: #DB8E83;
}
</style>