Shades of My Pink #DB8A83
Tints of My Pink #DB8A83
RGB
CMYK
RGB Variations
Color information
#DB8A83 (or 0xDB8A83) is known color: My Pink. HEX triplet: DB, 8A and 83. RGB value is (219,138,131). Sum of RGB (Red+Green+Blue) = 219+138+131=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8A83 is #24757C. Grayscale: #A1A1A1. Windows color (decimal): -2389373 or 8620763. OLE color: 8620763.
HSL color Cylindrical-coordinate representation of color #DB8A83: hue angle of 4.77º 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 #DB8A83 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 131 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.14 |
| HSL | 4.77º | 0.55% | 0.69% | - |
| HSV(B) | 4.77º | 0.4% | 0.86% | - |
| XYZ | 42.4 | 34.88 | 25.97 | - |
| YUV | 161.42 | 110.84 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 131 | 0 | 0.37 | 0.40 | 0.14 | 4.77 | 0.55 | 0.69 |
| Hex | DB | 8A | 83 | 0 | 25 | 28 | E | 5 | 37 | 45 |
| Octal | 333 | 212 | 203 | 0 | 45 | 50 | 16 | 5 | 67 | 105 |
| Binary | 11011011 | 10001010 | 10000011 | 0 | 100101 | 101000 | 1110 | 101 | 110111 | 1000101 |
Color Harmonies of #DB8A83
Complementary color
Monochromatic Colors of #DB8A83
Black with #DB8A83
Text Example
Text Example
White with #DB8A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A83; }
p { color: rgb(219,138,131); }
H1.HeaderClassName
{
color: #DB8A83;
}
.AnyTagClassName
{
color: #DB8A83;
}
</style>
background-color css
<style>
a { background-color: #DB8A83; }
a { background-color: rgb(219,138,131); }
div.DivClassName
{
background-color: #DB8A83;
}
.BgClassName
{
background-color: #DB8A83;
}
</style>
border-color css
<style>
span { border-color: #DB8A83; }
span { border-color: rgb(219,138,131); }
td.TdClassName
{
border-color: #DB8A83;
}
.TagClassName
{
border-color: #DB8A83;
}
</style>