Shades of My Pink #DB9382
Tints of My Pink #DB9382
RGB
CMYK
RGB Variations
Color information
#DB9382 (or 0xDB9382) is known color: My Pink. HEX triplet: DB, 93 and 82. RGB value is (219,147,130). Sum of RGB (Red+Green+Blue) = 219+147+130=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9382 is #246C7D. Grayscale: #A6A6A6. Windows color (decimal): -2387070 or 8557531. OLE color: 8557531.
HSL color Cylindrical-coordinate representation of color #DB9382: hue angle of 11.46º 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 #DB9382 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 130 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.14 |
| HSL | 11.46º | 0.55% | 0.68% | - |
| HSV(B) | 11.46º | 0.41% | 0.86% | - |
| XYZ | 43.68 | 37.54 | 26.06 | - |
| YUV | 166.59 | 107.35 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 130 | 0 | 0.33 | 0.41 | 0.14 | 11.46 | 0.55 | 0.68 |
| Hex | DB | 93 | 82 | 0 | 21 | 29 | E | B | 37 | 44 |
| Octal | 333 | 223 | 202 | 0 | 41 | 51 | 16 | 13 | 67 | 104 |
| Binary | 11011011 | 10010011 | 10000010 | 0 | 100001 | 101001 | 1110 | 1011 | 110111 | 1000100 |
Color Harmonies of #DB9382
Complementary color
Monochromatic Colors of #DB9382
Black with #DB9382
Text Example
Text Example
White with #DB9382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9382; }
p { color: rgb(219,147,130); }
H1.HeaderClassName
{
color: #DB9382;
}
.AnyTagClassName
{
color: #DB9382;
}
</style>
background-color css
<style>
a { background-color: #DB9382; }
a { background-color: rgb(219,147,130); }
div.DivClassName
{
background-color: #DB9382;
}
.BgClassName
{
background-color: #DB9382;
}
</style>
border-color css
<style>
span { border-color: #DB9382; }
span { border-color: rgb(219,147,130); }
td.TdClassName
{
border-color: #DB9382;
}
.TagClassName
{
border-color: #DB9382;
}
</style>