Shades of My Pink #DB8A82
Tints of My Pink #DB8A82
RGB
CMYK
RGB Variations
Color information
#DB8A82 (or 0xDB8A82) is known color: My Pink. HEX triplet: DB, 8A and 82. RGB value is (219,138,130). Sum of RGB (Red+Green+Blue) = 219+138+130=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8A82 is #24757D. Grayscale: #A1A1A1. Windows color (decimal): -2389374 or 8555227. OLE color: 8555227.
HSL color Cylindrical-coordinate representation of color #DB8A82: hue angle of 5.39º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB8A82 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 130 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.14 |
| HSL | 5.39º | 0.55% | 0.68% | - |
| HSV(B) | 5.39º | 0.41% | 0.86% | - |
| XYZ | 42.33 | 34.85 | 25.61 | - |
| YUV | 161.31 | 110.34 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 130 | 0 | 0.37 | 0.41 | 0.14 | 5.39 | 0.55 | 0.68 |
| Hex | DB | 8A | 82 | 0 | 25 | 29 | E | 5 | 37 | 44 |
| Octal | 333 | 212 | 202 | 0 | 45 | 51 | 16 | 5 | 67 | 104 |
| Binary | 11011011 | 10001010 | 10000010 | 0 | 100101 | 101001 | 1110 | 101 | 110111 | 1000100 |
Color Harmonies of #DB8A82
Complementary color
Monochromatic Colors of #DB8A82
Black with #DB8A82
Text Example
Text Example
White with #DB8A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A82; }
p { color: rgb(219,138,130); }
H1.HeaderClassName
{
color: #DB8A82;
}
.AnyTagClassName
{
color: #DB8A82;
}
</style>
background-color css
<style>
a { background-color: #DB8A82; }
a { background-color: rgb(219,138,130); }
div.DivClassName
{
background-color: #DB8A82;
}
.BgClassName
{
background-color: #DB8A82;
}
</style>
border-color css
<style>
span { border-color: #DB8A82; }
span { border-color: rgb(219,138,130); }
td.TdClassName
{
border-color: #DB8A82;
}
.TagClassName
{
border-color: #DB8A82;
}
</style>