Shades of My Pink #DB907D
Tints of My Pink #DB907D
RGB
CMYK
RGB Variations
Color information
#DB907D (or 0xDB907D) is known color: My Pink. HEX triplet: DB, 90 and 7D. RGB value is (219,144,125). Sum of RGB (Red+Green+Blue) = 219+144+125=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB907D is #246F82. Grayscale: #A4A4A4. Windows color (decimal): -2387843 or 8229083. OLE color: 8229083.
HSL color Cylindrical-coordinate representation of color #DB907D: hue angle of 12.13º 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 #DB907D is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 125 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.14 |
| HSL | 12.13º | 0.57% | 0.67% | - |
| HSV(B) | 12.13º | 0.43% | 0.86% | - |
| XYZ | 42.89 | 36.49 | 24.18 | - |
| YUV | 164.26 | 105.85 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 125 | 0 | 0.34 | 0.43 | 0.14 | 12.13 | 0.57 | 0.67 |
| Hex | DB | 90 | 7D | 0 | 22 | 2B | E | C | 39 | 43 |
| Octal | 333 | 220 | 175 | 0 | 42 | 53 | 16 | 14 | 71 | 103 |
| Binary | 11011011 | 10010000 | 1111101 | 0 | 100010 | 101011 | 1110 | 1100 | 111001 | 1000011 |
Color Harmonies of #DB907D
Complementary color
Monochromatic Colors of #DB907D
Black with #DB907D
Text Example
Text Example
White with #DB907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB907D; }
p { color: rgb(219,144,125); }
H1.HeaderClassName
{
color: #DB907D;
}
.AnyTagClassName
{
color: #DB907D;
}
</style>
background-color css
<style>
a { background-color: #DB907D; }
a { background-color: rgb(219,144,125); }
div.DivClassName
{
background-color: #DB907D;
}
.BgClassName
{
background-color: #DB907D;
}
</style>
border-color css
<style>
span { border-color: #DB907D; }
span { border-color: rgb(219,144,125); }
td.TdClassName
{
border-color: #DB907D;
}
.TagClassName
{
border-color: #DB907D;
}
</style>