Shades of My Pink #DB907B
Tints of My Pink #DB907B
RGB
CMYK
RGB Variations
Color information
#DB907B (or 0xDB907B) is known color: My Pink. HEX triplet: DB, 90 and 7B. RGB value is (219,144,123). Sum of RGB (Red+Green+Blue) = 219+144+123=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB907B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB907B is #246F84. Grayscale: #A4A4A4. Windows color (decimal): -2387845 or 8098011. OLE color: 8098011.
HSL color Cylindrical-coordinate representation of color #DB907B: hue angle of 13.12º 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 #DB907B is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 144 | 123 | - |
CMYK | 0 | 0.34 | 0.44 | 0.14 |
HSL | 13.13º | 0.57% | 0.67% | - |
HSV(B) | 13.13º | 0.44% | 0.86% | - |
XYZ | 42.76 | 36.44 | 23.52 | - |
YUV | 164.03 | 104.85 | 167.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 144 | 123 | 0 | 0.34 | 0.44 | 0.14 | 13.13 | 0.57 | 0.67 |
Hex | DB | 90 | 7B | 0 | 22 | 2C | E | D | 39 | 43 |
Octal | 333 | 220 | 173 | 0 | 42 | 54 | 16 | 15 | 71 | 103 |
Binary | 11011011 | 10010000 | 1111011 | 0 | 100010 | 101100 | 1110 | 1101 | 111001 | 1000011 |
Color Harmonies of #DB907B
Complementary color
Monochromatic Colors of #DB907B
Black with #DB907B
Text Example
Text Example
White with #DB907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB907B; }
p { color: rgb(219,144,123); }
H1.HeaderClassName
{
color: #DB907B;
}
.AnyTagClassName
{
color: #DB907B;
}
</style>
background-color css
<style>
a { background-color: #DB907B; }
a { background-color: rgb(219,144,123); }
div.DivClassName
{
background-color: #DB907B;
}
.BgClassName
{
background-color: #DB907B;
}
</style>
border-color css
<style>
span { border-color: #DB907B; }
span { border-color: rgb(219,144,123); }
td.TdClassName
{
border-color: #DB907B;
}
.TagClassName
{
border-color: #DB907B;
}
</style>