Shades of My Pink #DB907A
Tints of My Pink #DB907A
RGB
CMYK
RGB Variations
Color information
#DB907A (or 0xDB907A) is known color: My Pink. HEX triplet: DB, 90 and 7A. RGB value is (219,144,122). Sum of RGB (Red+Green+Blue) = 219+144+122=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB907A is #246F85. Grayscale: #A4A4A4. Windows color (decimal): -2387846 or 8032475. OLE color: 8032475.
HSL color Cylindrical-coordinate representation of color #DB907A: hue angle of 13.61º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB907A is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 122 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.14 |
| HSL | 13.61º | 0.57% | 0.67% | - |
| HSV(B) | 13.61º | 0.44% | 0.86% | - |
| XYZ | 42.7 | 36.41 | 23.19 | - |
| YUV | 163.92 | 104.35 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 122 | 0 | 0.34 | 0.44 | 0.14 | 13.61 | 0.57 | 0.67 |
| Hex | DB | 90 | 7A | 0 | 22 | 2C | E | E | 39 | 43 |
| Octal | 333 | 220 | 172 | 0 | 42 | 54 | 16 | 16 | 71 | 103 |
| Binary | 11011011 | 10010000 | 1111010 | 0 | 100010 | 101100 | 1110 | 1110 | 111001 | 1000011 |
Color Harmonies of #DB907A
Complementary color
Monochromatic Colors of #DB907A
Black with #DB907A
Text Example
Text Example
White with #DB907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB907A; }
p { color: rgb(219,144,122); }
H1.HeaderClassName
{
color: #DB907A;
}
.AnyTagClassName
{
color: #DB907A;
}
</style>
background-color css
<style>
a { background-color: #DB907A; }
a { background-color: rgb(219,144,122); }
div.DivClassName
{
background-color: #DB907A;
}
.BgClassName
{
background-color: #DB907A;
}
</style>
border-color css
<style>
span { border-color: #DB907A; }
span { border-color: rgb(219,144,122); }
td.TdClassName
{
border-color: #DB907A;
}
.TagClassName
{
border-color: #DB907A;
}
</style>