Shades of My Pink #DB927E
Tints of My Pink #DB927E
RGB
CMYK
RGB Variations
Color information
#DB927E (or 0xDB927E) is known color: My Pink. HEX triplet: DB, 92 and 7E. RGB value is (219,146,126). Sum of RGB (Red+Green+Blue) = 219+146+126=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB927E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB927E is #246D81. Grayscale: #A5A5A5. Windows color (decimal): -2387330 or 8295131. OLE color: 8295131.
HSL color Cylindrical-coordinate representation of color #DB927E: hue angle of 12.9º 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 #DB927E is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 126 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.14 |
| HSL | 12.9º | 0.56% | 0.68% | - |
| HSV(B) | 12.9º | 0.42% | 0.86% | - |
| XYZ | 43.26 | 37.12 | 24.62 | - |
| YUV | 165.55 | 105.68 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 126 | 0 | 0.33 | 0.42 | 0.14 | 12.9 | 0.56 | 0.68 |
| Hex | DB | 92 | 7E | 0 | 21 | 2A | E | D | 38 | 44 |
| Octal | 333 | 222 | 176 | 0 | 41 | 52 | 16 | 15 | 70 | 104 |
| Binary | 11011011 | 10010010 | 1111110 | 0 | 100001 | 101010 | 1110 | 1101 | 111000 | 1000100 |
Color Harmonies of #DB927E
Complementary color
Monochromatic Colors of #DB927E
Black with #DB927E
Text Example
Text Example
White with #DB927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB927E; }
p { color: rgb(219,146,126); }
H1.HeaderClassName
{
color: #DB927E;
}
.AnyTagClassName
{
color: #DB927E;
}
</style>
background-color css
<style>
a { background-color: #DB927E; }
a { background-color: rgb(219,146,126); }
div.DivClassName
{
background-color: #DB927E;
}
.BgClassName
{
background-color: #DB927E;
}
</style>
border-color css
<style>
span { border-color: #DB927E; }
span { border-color: rgb(219,146,126); }
td.TdClassName
{
border-color: #DB927E;
}
.TagClassName
{
border-color: #DB927E;
}
</style>