Shades of My Pink #DB907E
Tints of My Pink #DB907E
RGB
CMYK
RGB Variations
Color information
#DB907E (or 0xDB907E) is known color: My Pink. HEX triplet: DB, 90 and 7E. RGB value is (219,144,126). Sum of RGB (Red+Green+Blue) = 219+144+126=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB907E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB907E is #246F81. Grayscale: #A4A4A4. Windows color (decimal): -2387842 or 8294619. OLE color: 8294619.
HSL color Cylindrical-coordinate representation of color #DB907E: hue angle of 11.61º 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 #DB907E is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 126 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.14 |
| HSL | 11.61º | 0.56% | 0.68% | - |
| HSV(B) | 11.61º | 0.42% | 0.86% | - |
| XYZ | 42.95 | 36.51 | 24.52 | - |
| YUV | 164.37 | 106.35 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 126 | 0 | 0.34 | 0.42 | 0.14 | 11.61 | 0.56 | 0.68 |
| Hex | DB | 90 | 7E | 0 | 22 | 2A | E | C | 38 | 44 |
| Octal | 333 | 220 | 176 | 0 | 42 | 52 | 16 | 14 | 70 | 104 |
| Binary | 11011011 | 10010000 | 1111110 | 0 | 100010 | 101010 | 1110 | 1100 | 111000 | 1000100 |
Color Harmonies of #DB907E
Complementary color
Monochromatic Colors of #DB907E
Black with #DB907E
Text Example
Text Example
White with #DB907E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB907E; }
p { color: rgb(219,144,126); }
H1.HeaderClassName
{
color: #DB907E;
}
.AnyTagClassName
{
color: #DB907E;
}
</style>
background-color css
<style>
a { background-color: #DB907E; }
a { background-color: rgb(219,144,126); }
div.DivClassName
{
background-color: #DB907E;
}
.BgClassName
{
background-color: #DB907E;
}
</style>
border-color css
<style>
span { border-color: #DB907E; }
span { border-color: rgb(219,144,126); }
td.TdClassName
{
border-color: #DB907E;
}
.TagClassName
{
border-color: #DB907E;
}
</style>