Shades of My Pink #DB9482
Tints of My Pink #DB9482
RGB
CMYK
RGB Variations
Color information
#DB9482 (or 0xDB9482) is known color: My Pink. HEX triplet: DB, 94 and 82. RGB value is (219,148,130). Sum of RGB (Red+Green+Blue) = 219+148+130=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9482 is #246B7D. Grayscale: #A7A7A7. Windows color (decimal): -2386814 or 8557787. OLE color: 8557787.
HSL color Cylindrical-coordinate representation of color #DB9482: hue angle of 12.13º 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 #DB9482 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 130 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.14 |
| HSL | 12.13º | 0.55% | 0.68% | - |
| HSV(B) | 12.13º | 0.41% | 0.86% | - |
| XYZ | 43.83 | 37.85 | 26.11 | - |
| YUV | 167.18 | 107.02 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 130 | 0 | 0.32 | 0.41 | 0.14 | 12.13 | 0.55 | 0.68 |
| Hex | DB | 94 | 82 | 0 | 20 | 29 | E | C | 37 | 44 |
| Octal | 333 | 224 | 202 | 0 | 40 | 51 | 16 | 14 | 67 | 104 |
| Binary | 11011011 | 10010100 | 10000010 | 0 | 100000 | 101001 | 1110 | 1100 | 110111 | 1000100 |
Color Harmonies of #DB9482
Complementary color
Monochromatic Colors of #DB9482
Black with #DB9482
Text Example
Text Example
White with #DB9482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9482; }
p { color: rgb(219,148,130); }
H1.HeaderClassName
{
color: #DB9482;
}
.AnyTagClassName
{
color: #DB9482;
}
</style>
background-color css
<style>
a { background-color: #DB9482; }
a { background-color: rgb(219,148,130); }
div.DivClassName
{
background-color: #DB9482;
}
.BgClassName
{
background-color: #DB9482;
}
</style>
border-color css
<style>
span { border-color: #DB9482; }
span { border-color: rgb(219,148,130); }
td.TdClassName
{
border-color: #DB9482;
}
.TagClassName
{
border-color: #DB9482;
}
</style>