Shades of My Pink #DB927D
Tints of My Pink #DB927D
RGB
CMYK
RGB Variations
Color information
#DB927D (or 0xDB927D) is known color: My Pink. HEX triplet: DB, 92 and 7D. RGB value is (219,146,125). Sum of RGB (Red+Green+Blue) = 219+146+125=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB927D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB927D is #246D82. Grayscale: #A5A5A5. Windows color (decimal): -2387331 or 8229595. OLE color: 8229595.
HSL color Cylindrical-coordinate representation of color #DB927D: hue angle of 13.4º 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 #DB927D is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 125 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.14 |
| HSL | 13.4º | 0.57% | 0.67% | - |
| HSV(B) | 13.4º | 0.43% | 0.86% | - |
| XYZ | 43.19 | 37.1 | 24.29 | - |
| YUV | 165.43 | 105.18 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 125 | 0 | 0.33 | 0.43 | 0.14 | 13.4 | 0.57 | 0.67 |
| Hex | DB | 92 | 7D | 0 | 21 | 2B | E | D | 39 | 43 |
| Octal | 333 | 222 | 175 | 0 | 41 | 53 | 16 | 15 | 71 | 103 |
| Binary | 11011011 | 10010010 | 1111101 | 0 | 100001 | 101011 | 1110 | 1101 | 111001 | 1000011 |
Color Harmonies of #DB927D
Complementary color
Monochromatic Colors of #DB927D
Black with #DB927D
Text Example
Text Example
White with #DB927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB927D; }
p { color: rgb(219,146,125); }
H1.HeaderClassName
{
color: #DB927D;
}
.AnyTagClassName
{
color: #DB927D;
}
</style>
background-color css
<style>
a { background-color: #DB927D; }
a { background-color: rgb(219,146,125); }
div.DivClassName
{
background-color: #DB927D;
}
.BgClassName
{
background-color: #DB927D;
}
</style>
border-color css
<style>
span { border-color: #DB927D; }
span { border-color: rgb(219,146,125); }
td.TdClassName
{
border-color: #DB927D;
}
.TagClassName
{
border-color: #DB927D;
}
</style>