Shades of My Pink #DB9385
Tints of My Pink #DB9385
RGB
CMYK
RGB Variations
Color information
#DB9385 (or 0xDB9385) is known color: My Pink. HEX triplet: DB, 93 and 85. RGB value is (219,147,133). Sum of RGB (Red+Green+Blue) = 219+147+133=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9385 is #246C7A. Grayscale: #A7A7A7. Windows color (decimal): -2387067 or 8754139. OLE color: 8754139.
HSL color Cylindrical-coordinate representation of color #DB9385: hue angle of 9.77º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB9385 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 133 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.14 |
| HSL | 9.77º | 0.54% | 0.69% | - |
| HSV(B) | 9.77º | 0.39% | 0.86% | - |
| XYZ | 43.88 | 37.62 | 27.14 | - |
| YUV | 166.93 | 108.85 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 133 | 0 | 0.33 | 0.39 | 0.14 | 9.77 | 0.54 | 0.69 |
| Hex | DB | 93 | 85 | 0 | 21 | 27 | E | A | 36 | 45 |
| Octal | 333 | 223 | 205 | 0 | 41 | 47 | 16 | 12 | 66 | 105 |
| Binary | 11011011 | 10010011 | 10000101 | 0 | 100001 | 100111 | 1110 | 1010 | 110110 | 1000101 |
Color Harmonies of #DB9385
Complementary color
Monochromatic Colors of #DB9385
Black with #DB9385
Text Example
Text Example
White with #DB9385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9385; }
p { color: rgb(219,147,133); }
H1.HeaderClassName
{
color: #DB9385;
}
.AnyTagClassName
{
color: #DB9385;
}
</style>
background-color css
<style>
a { background-color: #DB9385; }
a { background-color: rgb(219,147,133); }
div.DivClassName
{
background-color: #DB9385;
}
.BgClassName
{
background-color: #DB9385;
}
</style>
border-color css
<style>
span { border-color: #DB9385; }
span { border-color: rgb(219,147,133); }
td.TdClassName
{
border-color: #DB9385;
}
.TagClassName
{
border-color: #DB9385;
}
</style>