Shades of My Pink #DB8C83
Tints of My Pink #DB8C83
RGB
CMYK
RGB Variations
Color information
#DB8C83 (or 0xDB8C83) is known color: My Pink. HEX triplet: DB, 8C and 83. RGB value is (219,140,131). Sum of RGB (Red+Green+Blue) = 219+140+131=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8C83 is #24737C. Grayscale: #A2A2A2. Windows color (decimal): -2388861 or 8621275. OLE color: 8621275.
HSL color Cylindrical-coordinate representation of color #DB8C83: hue angle of 6.14º 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 #DB8C83 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 131 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.14 |
| HSL | 6.14º | 0.55% | 0.69% | - |
| HSV(B) | 6.14º | 0.4% | 0.86% | - |
| XYZ | 42.69 | 35.45 | 26.07 | - |
| YUV | 162.6 | 110.17 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 131 | 0 | 0.36 | 0.40 | 0.14 | 6.14 | 0.55 | 0.69 |
| Hex | DB | 8C | 83 | 0 | 24 | 28 | E | 6 | 37 | 45 |
| Octal | 333 | 214 | 203 | 0 | 44 | 50 | 16 | 6 | 67 | 105 |
| Binary | 11011011 | 10001100 | 10000011 | 0 | 100100 | 101000 | 1110 | 110 | 110111 | 1000101 |
Color Harmonies of #DB8C83
Complementary color
Monochromatic Colors of #DB8C83
Black with #DB8C83
Text Example
Text Example
White with #DB8C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8C83; }
p { color: rgb(219,140,131); }
H1.HeaderClassName
{
color: #DB8C83;
}
.AnyTagClassName
{
color: #DB8C83;
}
</style>
background-color css
<style>
a { background-color: #DB8C83; }
a { background-color: rgb(219,140,131); }
div.DivClassName
{
background-color: #DB8C83;
}
.BgClassName
{
background-color: #DB8C83;
}
</style>
border-color css
<style>
span { border-color: #DB8C83; }
span { border-color: rgb(219,140,131); }
td.TdClassName
{
border-color: #DB8C83;
}
.TagClassName
{
border-color: #DB8C83;
}
</style>