Shades of My Pink #D4897B
Tints of My Pink #D4897B
RGB
CMYK
RGB Variations
Color information
#D4897B (or 0xD4897B) is known color: My Pink. HEX triplet: D4, 89 and 7B. RGB value is (212,137,123). Sum of RGB (Red+Green+Blue) = 212+137+123=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D4897B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4897B is #2B7684. Grayscale: #9D9D9D. Windows color (decimal): -2848389 or 8096212. OLE color: 8096212.
HSL color Cylindrical-coordinate representation of color #D4897B: hue angle of 9.44º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D4897B is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 137 | 123 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.17 |
| HSL | 9.44º | 0.51% | 0.66% | - |
| HSV(B) | 9.44º | 0.42% | 0.83% | - |
| XYZ | 39.67 | 33.32 | 23.08 | - |
| YUV | 157.83 | 108.35 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 137 | 123 | 0 | 0.35 | 0.42 | 0.17 | 9.44 | 0.51 | 0.66 |
| Hex | D4 | 89 | 7B | 0 | 23 | 2A | 11 | 9 | 33 | 42 |
| Octal | 324 | 211 | 173 | 0 | 43 | 52 | 21 | 11 | 63 | 102 |
| Binary | 11010100 | 10001001 | 1111011 | 0 | 100011 | 101010 | 10001 | 1001 | 110011 | 1000010 |
Color Harmonies of #D4897B
Complementary color
Monochromatic Colors of #D4897B
Black with #D4897B
Text Example
Text Example
White with #D4897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4897B; }
p { color: rgb(212,137,123); }
H1.HeaderClassName
{
color: #D4897B;
}
.AnyTagClassName
{
color: #D4897B;
}
</style>
background-color css
<style>
a { background-color: #D4897B; }
a { background-color: rgb(212,137,123); }
div.DivClassName
{
background-color: #D4897B;
}
.BgClassName
{
background-color: #D4897B;
}
</style>
border-color css
<style>
span { border-color: #D4897B; }
span { border-color: rgb(212,137,123); }
td.TdClassName
{
border-color: #D4897B;
}
.TagClassName
{
border-color: #D4897B;
}
</style>