Shades of My Pink #DB9184
Tints of My Pink #DB9184
RGB
CMYK
RGB Variations
Color information
#DB9184 (or 0xDB9184) is known color: My Pink. HEX triplet: DB, 91 and 84. RGB value is (219,145,132). Sum of RGB (Red+Green+Blue) = 219+145+132=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9184 is #246E7B. Grayscale: #A5A5A5. Windows color (decimal): -2387580 or 8688091. OLE color: 8688091.
HSL color Cylindrical-coordinate representation of color #DB9184: hue angle of 8.97º 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 #DB9184 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 132 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.14 |
| HSL | 8.97º | 0.55% | 0.69% | - |
| HSV(B) | 8.97º | 0.4% | 0.86% | - |
| XYZ | 43.5 | 36.98 | 26.67 | - |
| YUV | 165.64 | 109.02 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 132 | 0 | 0.34 | 0.40 | 0.14 | 8.97 | 0.55 | 0.69 |
| Hex | DB | 91 | 84 | 0 | 22 | 28 | E | 9 | 37 | 45 |
| Octal | 333 | 221 | 204 | 0 | 42 | 50 | 16 | 11 | 67 | 105 |
| Binary | 11011011 | 10010001 | 10000100 | 0 | 100010 | 101000 | 1110 | 1001 | 110111 | 1000101 |
Color Harmonies of #DB9184
Complementary color
Monochromatic Colors of #DB9184
Black with #DB9184
Text Example
Text Example
White with #DB9184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9184; }
p { color: rgb(219,145,132); }
H1.HeaderClassName
{
color: #DB9184;
}
.AnyTagClassName
{
color: #DB9184;
}
</style>
background-color css
<style>
a { background-color: #DB9184; }
a { background-color: rgb(219,145,132); }
div.DivClassName
{
background-color: #DB9184;
}
.BgClassName
{
background-color: #DB9184;
}
</style>
border-color css
<style>
span { border-color: #DB9184; }
span { border-color: rgb(219,145,132); }
td.TdClassName
{
border-color: #DB9184;
}
.TagClassName
{
border-color: #DB9184;
}
</style>