Shades of My Pink #DB9584
Tints of My Pink #DB9584
RGB
CMYK
RGB Variations
Color information
#DB9584 (or 0xDB9584) is known color: My Pink. HEX triplet: DB, 95 and 84. RGB value is (219,149,132). Sum of RGB (Red+Green+Blue) = 219+149+132=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9584 is #246A7B. Grayscale: #A8A8A8. Windows color (decimal): -2386556 or 8689115. OLE color: 8689115.
HSL color Cylindrical-coordinate representation of color #DB9584: hue angle of 11.72º 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 #DB9584 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 132 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.14 |
| HSL | 11.72º | 0.55% | 0.69% | - |
| HSV(B) | 11.72º | 0.4% | 0.86% | - |
| XYZ | 44.13 | 38.22 | 26.88 | - |
| YUV | 167.99 | 107.69 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 132 | 0 | 0.32 | 0.40 | 0.14 | 11.72 | 0.55 | 0.69 |
| Hex | DB | 95 | 84 | 0 | 20 | 28 | E | C | 37 | 45 |
| Octal | 333 | 225 | 204 | 0 | 40 | 50 | 16 | 14 | 67 | 105 |
| Binary | 11011011 | 10010101 | 10000100 | 0 | 100000 | 101000 | 1110 | 1100 | 110111 | 1000101 |
Color Harmonies of #DB9584
Complementary color
Monochromatic Colors of #DB9584
Black with #DB9584
Text Example
Text Example
White with #DB9584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9584; }
p { color: rgb(219,149,132); }
H1.HeaderClassName
{
color: #DB9584;
}
.AnyTagClassName
{
color: #DB9584;
}
</style>
background-color css
<style>
a { background-color: #DB9584; }
a { background-color: rgb(219,149,132); }
div.DivClassName
{
background-color: #DB9584;
}
.BgClassName
{
background-color: #DB9584;
}
</style>
border-color css
<style>
span { border-color: #DB9584; }
span { border-color: rgb(219,149,132); }
td.TdClassName
{
border-color: #DB9584;
}
.TagClassName
{
border-color: #DB9584;
}
</style>