Shades of My Pink #DB927C
Tints of My Pink #DB927C
RGB
CMYK
RGB Variations
Color information
#DB927C (or 0xDB927C) is known color: My Pink. HEX triplet: DB, 92 and 7C. RGB value is (219,146,124). Sum of RGB (Red+Green+Blue) = 219+146+124=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB927C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB927C is #246D83. Grayscale: #A5A5A5. Windows color (decimal): -2387332 or 8164059. OLE color: 8164059.
HSL color Cylindrical-coordinate representation of color #DB927C: hue angle of 13.89º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB927C is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 124 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.14 |
| HSL | 13.89º | 0.57% | 0.67% | - |
| HSV(B) | 13.89º | 0.43% | 0.86% | - |
| XYZ | 43.13 | 37.07 | 23.95 | - |
| YUV | 165.32 | 104.68 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 124 | 0 | 0.33 | 0.43 | 0.14 | 13.89 | 0.57 | 0.67 |
| Hex | DB | 92 | 7C | 0 | 21 | 2B | E | E | 39 | 43 |
| Octal | 333 | 222 | 174 | 0 | 41 | 53 | 16 | 16 | 71 | 103 |
| Binary | 11011011 | 10010010 | 1111100 | 0 | 100001 | 101011 | 1110 | 1110 | 111001 | 1000011 |
Color Harmonies of #DB927C
Complementary color
Monochromatic Colors of #DB927C
Black with #DB927C
Text Example
Text Example
White with #DB927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB927C; }
p { color: rgb(219,146,124); }
H1.HeaderClassName
{
color: #DB927C;
}
.AnyTagClassName
{
color: #DB927C;
}
</style>
background-color css
<style>
a { background-color: #DB927C; }
a { background-color: rgb(219,146,124); }
div.DivClassName
{
background-color: #DB927C;
}
.BgClassName
{
background-color: #DB927C;
}
</style>
border-color css
<style>
span { border-color: #DB927C; }
span { border-color: rgb(219,146,124); }
td.TdClassName
{
border-color: #DB927C;
}
.TagClassName
{
border-color: #DB927C;
}
</style>