Shades of My Pink #D5897B
Tints of My Pink #D5897B
RGB
CMYK
RGB Variations
Color information
#D5897B (or 0xD5897B) is known color: My Pink. HEX triplet: D5, 89 and 7B. RGB value is (213,137,123). Sum of RGB (Red+Green+Blue) = 213+137+123=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D5897B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5897B is #2A7684. Grayscale: #9E9E9E. Windows color (decimal): -2782853 or 8096213. OLE color: 8096213.
HSL color Cylindrical-coordinate representation of color #D5897B: hue angle of 9.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5897B is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 137 | 123 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.16 |
| HSL | 9.33º | 0.52% | 0.66% | - |
| HSV(B) | 9.33º | 0.42% | 0.84% | - |
| XYZ | 39.96 | 33.47 | 23.09 | - |
| YUV | 158.13 | 108.18 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 137 | 123 | 0 | 0.36 | 0.42 | 0.16 | 9.33 | 0.52 | 0.66 |
| Hex | D5 | 89 | 7B | 0 | 24 | 2A | 10 | 9 | 34 | 42 |
| Octal | 325 | 211 | 173 | 0 | 44 | 52 | 20 | 11 | 64 | 102 |
| Binary | 11010101 | 10001001 | 1111011 | 0 | 100100 | 101010 | 10000 | 1001 | 110100 | 1000010 |
Color Harmonies of #D5897B
Complementary color
Monochromatic Colors of #D5897B
Black with #D5897B
Text Example
Text Example
White with #D5897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5897B; }
p { color: rgb(213,137,123); }
H1.HeaderClassName
{
color: #D5897B;
}
.AnyTagClassName
{
color: #D5897B;
}
</style>
background-color css
<style>
a { background-color: #D5897B; }
a { background-color: rgb(213,137,123); }
div.DivClassName
{
background-color: #D5897B;
}
.BgClassName
{
background-color: #D5897B;
}
</style>
border-color css
<style>
span { border-color: #D5897B; }
span { border-color: rgb(213,137,123); }
td.TdClassName
{
border-color: #D5897B;
}
.TagClassName
{
border-color: #D5897B;
}
</style>