Shades of My Pink #D89181
Tints of My Pink #D89181
RGB
CMYK
RGB Variations
Color information
#D89181 (or 0xD89181) is known color: My Pink. HEX triplet: D8, 91 and 81. RGB value is (216,145,129). Sum of RGB (Red+Green+Blue) = 216+145+129=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D89181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89181 is #276E7E. Grayscale: #A4A4A4. Windows color (decimal): -2584191 or 8491480. OLE color: 8491480.
HSL color Cylindrical-coordinate representation of color #D89181: hue angle of 11.03º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D89181 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 145 | 129 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.15 |
| HSL | 11.03º | 0.53% | 0.68% | - |
| HSV(B) | 11.03º | 0.4% | 0.85% | - |
| XYZ | 42.41 | 36.43 | 25.57 | - |
| YUV | 164.41 | 108.02 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 145 | 129 | 0 | 0.33 | 0.40 | 0.15 | 11.03 | 0.53 | 0.68 |
| Hex | D8 | 91 | 81 | 0 | 21 | 28 | F | B | 35 | 44 |
| Octal | 330 | 221 | 201 | 0 | 41 | 50 | 17 | 13 | 65 | 104 |
| Binary | 11011000 | 10010001 | 10000001 | 0 | 100001 | 101000 | 1111 | 1011 | 110101 | 1000100 |
Color Harmonies of #D89181
Complementary color
Monochromatic Colors of #D89181
Black with #D89181
Text Example
Text Example
White with #D89181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89181; }
p { color: rgb(216,145,129); }
H1.HeaderClassName
{
color: #D89181;
}
.AnyTagClassName
{
color: #D89181;
}
</style>
background-color css
<style>
a { background-color: #D89181; }
a { background-color: rgb(216,145,129); }
div.DivClassName
{
background-color: #D89181;
}
.BgClassName
{
background-color: #D89181;
}
</style>
border-color css
<style>
span { border-color: #D89181; }
span { border-color: rgb(216,145,129); }
td.TdClassName
{
border-color: #D89181;
}
.TagClassName
{
border-color: #D89181;
}
</style>