Shades of My Pink #DB8A81
Tints of My Pink #DB8A81
RGB
CMYK
RGB Variations
Color information
#DB8A81 (or 0xDB8A81) is known color: My Pink. HEX triplet: DB, 8A and 81. RGB value is (219,138,129). Sum of RGB (Red+Green+Blue) = 219+138+129=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8A81 is #24757E. Grayscale: #A1A1A1. Windows color (decimal): -2389375 or 8489691. OLE color: 8489691.
HSL color Cylindrical-coordinate representation of color #DB8A81: hue angle of 6º degrees, saturation: 0.56, 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 #DB8A81 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 129 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.14 |
| HSL | 6º | 0.56% | 0.68% | - |
| HSV(B) | 6º | 0.41% | 0.86% | - |
| XYZ | 42.26 | 34.82 | 25.26 | - |
| YUV | 161.19 | 109.84 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 129 | 0 | 0.37 | 0.41 | 0.14 | 6 | 0.56 | 0.68 |
| Hex | DB | 8A | 81 | 0 | 25 | 29 | E | 6 | 38 | 44 |
| Octal | 333 | 212 | 201 | 0 | 45 | 51 | 16 | 6 | 70 | 104 |
| Binary | 11011011 | 10001010 | 10000001 | 0 | 100101 | 101001 | 1110 | 110 | 111000 | 1000100 |
Color Harmonies of #DB8A81
Complementary color
Monochromatic Colors of #DB8A81
Black with #DB8A81
Text Example
Text Example
White with #DB8A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A81; }
p { color: rgb(219,138,129); }
H1.HeaderClassName
{
color: #DB8A81;
}
.AnyTagClassName
{
color: #DB8A81;
}
</style>
background-color css
<style>
a { background-color: #DB8A81; }
a { background-color: rgb(219,138,129); }
div.DivClassName
{
background-color: #DB8A81;
}
.BgClassName
{
background-color: #DB8A81;
}
</style>
border-color css
<style>
span { border-color: #DB8A81; }
span { border-color: rgb(219,138,129); }
td.TdClassName
{
border-color: #DB8A81;
}
.TagClassName
{
border-color: #DB8A81;
}
</style>