Shades of My Pink #DB917B
Tints of My Pink #DB917B
RGB
CMYK
RGB Variations
Color information
#DB917B (or 0xDB917B) is known color: My Pink. HEX triplet: DB, 91 and 7B. RGB value is (219,145,123). Sum of RGB (Red+Green+Blue) = 219+145+123=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB917B is #246E84. Grayscale: #A4A4A4. Windows color (decimal): -2387589 or 8098267. OLE color: 8098267.
HSL color Cylindrical-coordinate representation of color #DB917B: hue angle of 13.75º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB917B is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 123 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.14 |
| HSL | 13.75º | 0.57% | 0.67% | - |
| HSV(B) | 13.75º | 0.44% | 0.86% | - |
| XYZ | 42.91 | 36.74 | 23.57 | - |
| YUV | 164.62 | 104.52 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 123 | 0 | 0.34 | 0.44 | 0.14 | 13.75 | 0.57 | 0.67 |
| Hex | DB | 91 | 7B | 0 | 22 | 2C | E | E | 39 | 43 |
| Octal | 333 | 221 | 173 | 0 | 42 | 54 | 16 | 16 | 71 | 103 |
| Binary | 11011011 | 10010001 | 1111011 | 0 | 100010 | 101100 | 1110 | 1110 | 111001 | 1000011 |
Color Harmonies of #DB917B
Complementary color
Monochromatic Colors of #DB917B
Black with #DB917B
Text Example
Text Example
White with #DB917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB917B; }
p { color: rgb(219,145,123); }
H1.HeaderClassName
{
color: #DB917B;
}
.AnyTagClassName
{
color: #DB917B;
}
</style>
background-color css
<style>
a { background-color: #DB917B; }
a { background-color: rgb(219,145,123); }
div.DivClassName
{
background-color: #DB917B;
}
.BgClassName
{
background-color: #DB917B;
}
</style>
border-color css
<style>
span { border-color: #DB917B; }
span { border-color: rgb(219,145,123); }
td.TdClassName
{
border-color: #DB917B;
}
.TagClassName
{
border-color: #DB917B;
}
</style>