Shades of My Pink #DB937D
Tints of My Pink #DB937D
RGB
CMYK
RGB Variations
Color information
#DB937D (or 0xDB937D) is known color: My Pink. HEX triplet: DB, 93 and 7D. RGB value is (219,147,125). Sum of RGB (Red+Green+Blue) = 219+147+125=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB937D is #246C82. Grayscale: #A6A6A6. Windows color (decimal): -2387075 or 8229851. OLE color: 8229851.
HSL color Cylindrical-coordinate representation of color #DB937D: hue angle of 14.04º 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 #DB937D is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 125 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.14 |
| HSL | 14.04º | 0.57% | 0.67% | - |
| HSV(B) | 14.04º | 0.43% | 0.86% | - |
| XYZ | 43.35 | 37.41 | 24.34 | - |
| YUV | 166.02 | 104.85 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 125 | 0 | 0.33 | 0.43 | 0.14 | 14.04 | 0.57 | 0.67 |
| Hex | DB | 93 | 7D | 0 | 21 | 2B | E | E | 39 | 43 |
| Octal | 333 | 223 | 175 | 0 | 41 | 53 | 16 | 16 | 71 | 103 |
| Binary | 11011011 | 10010011 | 1111101 | 0 | 100001 | 101011 | 1110 | 1110 | 111001 | 1000011 |
Color Harmonies of #DB937D
Complementary color
Monochromatic Colors of #DB937D
Black with #DB937D
Text Example
Text Example
White with #DB937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB937D; }
p { color: rgb(219,147,125); }
H1.HeaderClassName
{
color: #DB937D;
}
.AnyTagClassName
{
color: #DB937D;
}
</style>
background-color css
<style>
a { background-color: #DB937D; }
a { background-color: rgb(219,147,125); }
div.DivClassName
{
background-color: #DB937D;
}
.BgClassName
{
background-color: #DB937D;
}
</style>
border-color css
<style>
span { border-color: #DB937D; }
span { border-color: rgb(219,147,125); }
td.TdClassName
{
border-color: #DB937D;
}
.TagClassName
{
border-color: #DB937D;
}
</style>