Shades of My Pink #DB907F
Tints of My Pink #DB907F
RGB
CMYK
RGB Variations
Color information
#DB907F (or 0xDB907F) is known color: My Pink. HEX triplet: DB, 90 and 7F. RGB value is (219,144,127). Sum of RGB (Red+Green+Blue) = 219+144+127=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB907F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB907F is #246F80. Grayscale: #A4A4A4. Windows color (decimal): -2387841 or 8360155. OLE color: 8360155.
HSL color Cylindrical-coordinate representation of color #DB907F: hue angle of 11.09º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB907F is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 127 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.14 |
| HSL | 11.09º | 0.56% | 0.68% | - |
| HSV(B) | 11.09º | 0.42% | 0.86% | - |
| XYZ | 43.02 | 36.54 | 24.86 | - |
| YUV | 164.49 | 106.85 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 127 | 0 | 0.34 | 0.42 | 0.14 | 11.09 | 0.56 | 0.68 |
| Hex | DB | 90 | 7F | 0 | 22 | 2A | E | B | 38 | 44 |
| Octal | 333 | 220 | 177 | 0 | 42 | 52 | 16 | 13 | 70 | 104 |
| Binary | 11011011 | 10010000 | 1111111 | 0 | 100010 | 101010 | 1110 | 1011 | 111000 | 1000100 |
Color Harmonies of #DB907F
Complementary color
Monochromatic Colors of #DB907F
Black with #DB907F
Text Example
Text Example
White with #DB907F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB907F; }
p { color: rgb(219,144,127); }
H1.HeaderClassName
{
color: #DB907F;
}
.AnyTagClassName
{
color: #DB907F;
}
</style>
background-color css
<style>
a { background-color: #DB907F; }
a { background-color: rgb(219,144,127); }
div.DivClassName
{
background-color: #DB907F;
}
.BgClassName
{
background-color: #DB907F;
}
</style>
border-color css
<style>
span { border-color: #DB907F; }
span { border-color: rgb(219,144,127); }
td.TdClassName
{
border-color: #DB907F;
}
.TagClassName
{
border-color: #DB907F;
}
</style>