Shades of My Pink #DB8F85
Tints of My Pink #DB8F85
RGB
CMYK
RGB Variations
Color information
#DB8F85 (or 0xDB8F85) is known color: My Pink. HEX triplet: DB, 8F and 85. RGB value is (219,143,133). Sum of RGB (Red+Green+Blue) = 219+143+133=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8F85 is #24707A. Grayscale: #A4A4A4. Windows color (decimal): -2388091 or 8753115. OLE color: 8753115.
HSL color Cylindrical-coordinate representation of color #DB8F85: hue angle of 6.98º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB8F85 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 133 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.14 |
| HSL | 6.98º | 0.54% | 0.69% | - |
| HSV(B) | 6.98º | 0.39% | 0.86% | - |
| XYZ | 43.27 | 36.4 | 26.94 | - |
| YUV | 164.58 | 110.18 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 133 | 0 | 0.35 | 0.39 | 0.14 | 6.98 | 0.54 | 0.69 |
| Hex | DB | 8F | 85 | 0 | 23 | 27 | E | 7 | 36 | 45 |
| Octal | 333 | 217 | 205 | 0 | 43 | 47 | 16 | 7 | 66 | 105 |
| Binary | 11011011 | 10001111 | 10000101 | 0 | 100011 | 100111 | 1110 | 111 | 110110 | 1000101 |
Color Harmonies of #DB8F85
Complementary color
Monochromatic Colors of #DB8F85
Black with #DB8F85
Text Example
Text Example
White with #DB8F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F85; }
p { color: rgb(219,143,133); }
H1.HeaderClassName
{
color: #DB8F85;
}
.AnyTagClassName
{
color: #DB8F85;
}
</style>
background-color css
<style>
a { background-color: #DB8F85; }
a { background-color: rgb(219,143,133); }
div.DivClassName
{
background-color: #DB8F85;
}
.BgClassName
{
background-color: #DB8F85;
}
</style>
border-color css
<style>
span { border-color: #DB8F85; }
span { border-color: rgb(219,143,133); }
td.TdClassName
{
border-color: #DB8F85;
}
.TagClassName
{
border-color: #DB8F85;
}
</style>