Shades of My Pink #DB917E
Tints of My Pink #DB917E
RGB
CMYK
RGB Variations
Color information
#DB917E (or 0xDB917E) is known color: My Pink. HEX triplet: DB, 91 and 7E. RGB value is (219,145,126). Sum of RGB (Red+Green+Blue) = 219+145+126=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB917E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB917E is #246E81. Grayscale: #A5A5A5. Windows color (decimal): -2387586 or 8294875. OLE color: 8294875.
HSL color Cylindrical-coordinate representation of color #DB917E: hue angle of 12.26º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB917E is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 126 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.14 |
| HSL | 12.26º | 0.56% | 0.68% | - |
| HSV(B) | 12.26º | 0.42% | 0.86% | - |
| XYZ | 43.1 | 36.82 | 24.57 | - |
| YUV | 164.96 | 106.02 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 126 | 0 | 0.34 | 0.42 | 0.14 | 12.26 | 0.56 | 0.68 |
| Hex | DB | 91 | 7E | 0 | 22 | 2A | E | C | 38 | 44 |
| Octal | 333 | 221 | 176 | 0 | 42 | 52 | 16 | 14 | 70 | 104 |
| Binary | 11011011 | 10010001 | 1111110 | 0 | 100010 | 101010 | 1110 | 1100 | 111000 | 1000100 |
Color Harmonies of #DB917E
Complementary color
Monochromatic Colors of #DB917E
Black with #DB917E
Text Example
Text Example
White with #DB917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB917E; }
p { color: rgb(219,145,126); }
H1.HeaderClassName
{
color: #DB917E;
}
.AnyTagClassName
{
color: #DB917E;
}
</style>
background-color css
<style>
a { background-color: #DB917E; }
a { background-color: rgb(219,145,126); }
div.DivClassName
{
background-color: #DB917E;
}
.BgClassName
{
background-color: #DB917E;
}
</style>
border-color css
<style>
span { border-color: #DB917E; }
span { border-color: rgb(219,145,126); }
td.TdClassName
{
border-color: #DB917E;
}
.TagClassName
{
border-color: #DB917E;
}
</style>