Shades of My Pink #DB8F82
Tints of My Pink #DB8F82
RGB
CMYK
RGB Variations
Color information
#DB8F82 (or 0xDB8F82) is known color: My Pink. HEX triplet: DB, 8F and 82. RGB value is (219,143,130). Sum of RGB (Red+Green+Blue) = 219+143+130=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8F82 is #24707D. Grayscale: #A4A4A4. Windows color (decimal): -2388094 or 8556507. OLE color: 8556507.
HSL color Cylindrical-coordinate representation of color #DB8F82: hue angle of 8.76º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB8F82 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 130 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.14 |
| HSL | 8.76º | 0.55% | 0.68% | - |
| HSV(B) | 8.76º | 0.41% | 0.86% | - |
| XYZ | 43.07 | 36.32 | 25.86 | - |
| YUV | 164.24 | 108.68 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 130 | 0 | 0.35 | 0.41 | 0.14 | 8.76 | 0.55 | 0.68 |
| Hex | DB | 8F | 82 | 0 | 23 | 29 | E | 9 | 37 | 44 |
| Octal | 333 | 217 | 202 | 0 | 43 | 51 | 16 | 11 | 67 | 104 |
| Binary | 11011011 | 10001111 | 10000010 | 0 | 100011 | 101001 | 1110 | 1001 | 110111 | 1000100 |
Color Harmonies of #DB8F82
Complementary color
Monochromatic Colors of #DB8F82
Black with #DB8F82
Text Example
Text Example
White with #DB8F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F82; }
p { color: rgb(219,143,130); }
H1.HeaderClassName
{
color: #DB8F82;
}
.AnyTagClassName
{
color: #DB8F82;
}
</style>
background-color css
<style>
a { background-color: #DB8F82; }
a { background-color: rgb(219,143,130); }
div.DivClassName
{
background-color: #DB8F82;
}
.BgClassName
{
background-color: #DB8F82;
}
</style>
border-color css
<style>
span { border-color: #DB8F82; }
span { border-color: rgb(219,143,130); }
td.TdClassName
{
border-color: #DB8F82;
}
.TagClassName
{
border-color: #DB8F82;
}
</style>