Shades of My Pink #D4897F
Tints of My Pink #D4897F
RGB
CMYK
RGB Variations
Color information
#D4897F (or 0xD4897F) is known color: My Pink. HEX triplet: D4, 89 and 7F. RGB value is (212,137,127). Sum of RGB (Red+Green+Blue) = 212+137+127=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D4897F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4897F is #2B7680. Grayscale: #9E9E9E. Windows color (decimal): -2848385 or 8358356. OLE color: 8358356.
HSL color Cylindrical-coordinate representation of color #D4897F: hue angle of 7.06º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4897F is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 137 | 127 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.17 |
| HSL | 7.06º | 0.5% | 0.66% | - |
| HSV(B) | 7.06º | 0.4% | 0.83% | - |
| XYZ | 39.93 | 33.42 | 24.43 | - |
| YUV | 158.29 | 110.35 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 137 | 127 | 0 | 0.35 | 0.40 | 0.17 | 7.06 | 0.5 | 0.66 |
| Hex | D4 | 89 | 7F | 0 | 23 | 28 | 11 | 7 | 32 | 42 |
| Octal | 324 | 211 | 177 | 0 | 43 | 50 | 21 | 7 | 62 | 102 |
| Binary | 11010100 | 10001001 | 1111111 | 0 | 100011 | 101000 | 10001 | 111 | 110010 | 1000010 |
Color Harmonies of #D4897F
Complementary color
Monochromatic Colors of #D4897F
Black with #D4897F
Text Example
Text Example
White with #D4897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4897F; }
p { color: rgb(212,137,127); }
H1.HeaderClassName
{
color: #D4897F;
}
.AnyTagClassName
{
color: #D4897F;
}
</style>
background-color css
<style>
a { background-color: #D4897F; }
a { background-color: rgb(212,137,127); }
div.DivClassName
{
background-color: #D4897F;
}
.BgClassName
{
background-color: #D4897F;
}
</style>
border-color css
<style>
span { border-color: #D4897F; }
span { border-color: rgb(212,137,127); }
td.TdClassName
{
border-color: #D4897F;
}
.TagClassName
{
border-color: #D4897F;
}
</style>