Shades of My Pink #DB8F7C
Tints of My Pink #DB8F7C
RGB
CMYK
RGB Variations
Color information
#DB8F7C (or 0xDB8F7C) is known color: My Pink. HEX triplet: DB, 8F and 7C. RGB value is (219,143,124). Sum of RGB (Red+Green+Blue) = 219+143+124=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F7C is #247083. Grayscale: #A3A3A3. Windows color (decimal): -2388100 or 8163291. OLE color: 8163291.
HSL color Cylindrical-coordinate representation of color #DB8F7C: hue angle of 12º 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 #DB8F7C is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 124 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.14 |
| HSL | 12º | 0.57% | 0.67% | - |
| HSV(B) | 12º | 0.43% | 0.86% | - |
| XYZ | 42.67 | 36.16 | 23.8 | - |
| YUV | 163.56 | 105.68 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 124 | 0 | 0.35 | 0.43 | 0.14 | 12 | 0.57 | 0.67 |
| Hex | DB | 8F | 7C | 0 | 23 | 2B | E | C | 39 | 43 |
| Octal | 333 | 217 | 174 | 0 | 43 | 53 | 16 | 14 | 71 | 103 |
| Binary | 11011011 | 10001111 | 1111100 | 0 | 100011 | 101011 | 1110 | 1100 | 111001 | 1000011 |
Color Harmonies of #DB8F7C
Complementary color
Monochromatic Colors of #DB8F7C
Black with #DB8F7C
Text Example
Text Example
White with #DB8F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F7C; }
p { color: rgb(219,143,124); }
H1.HeaderClassName
{
color: #DB8F7C;
}
.AnyTagClassName
{
color: #DB8F7C;
}
</style>
background-color css
<style>
a { background-color: #DB8F7C; }
a { background-color: rgb(219,143,124); }
div.DivClassName
{
background-color: #DB8F7C;
}
.BgClassName
{
background-color: #DB8F7C;
}
</style>
border-color css
<style>
span { border-color: #DB8F7C; }
span { border-color: rgb(219,143,124); }
td.TdClassName
{
border-color: #DB8F7C;
}
.TagClassName
{
border-color: #DB8F7C;
}
</style>