Shades of My Pink #DB8C80
Tints of My Pink #DB8C80
RGB
CMYK
RGB Variations
Color information
#DB8C80 (or 0xDB8C80) is known color: My Pink. HEX triplet: DB, 8C and 80. RGB value is (219,140,128). Sum of RGB (Red+Green+Blue) = 219+140+128=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8C80 is #24737F. Grayscale: #A2A2A2. Windows color (decimal): -2388864 or 8424667. OLE color: 8424667.
HSL color Cylindrical-coordinate representation of color #DB8C80: hue angle of 7.91º 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 #DB8C80 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 128 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.14 |
| HSL | 7.91º | 0.56% | 0.68% | - |
| HSV(B) | 7.91º | 0.42% | 0.86% | - |
| XYZ | 42.49 | 35.37 | 25.01 | - |
| YUV | 162.25 | 108.67 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 128 | 0 | 0.36 | 0.42 | 0.14 | 7.91 | 0.56 | 0.68 |
| Hex | DB | 8C | 80 | 0 | 24 | 2A | E | 8 | 38 | 44 |
| Octal | 333 | 214 | 200 | 0 | 44 | 52 | 16 | 10 | 70 | 104 |
| Binary | 11011011 | 10001100 | 10000000 | 0 | 100100 | 101010 | 1110 | 1000 | 111000 | 1000100 |
Color Harmonies of #DB8C80
Complementary color
Monochromatic Colors of #DB8C80
Black with #DB8C80
Text Example
Text Example
White with #DB8C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8C80; }
p { color: rgb(219,140,128); }
H1.HeaderClassName
{
color: #DB8C80;
}
.AnyTagClassName
{
color: #DB8C80;
}
</style>
background-color css
<style>
a { background-color: #DB8C80; }
a { background-color: rgb(219,140,128); }
div.DivClassName
{
background-color: #DB8C80;
}
.BgClassName
{
background-color: #DB8C80;
}
</style>
border-color css
<style>
span { border-color: #DB8C80; }
span { border-color: rgb(219,140,128); }
td.TdClassName
{
border-color: #DB8C80;
}
.TagClassName
{
border-color: #DB8C80;
}
</style>