Shades of My Pink #D4857C
Tints of My Pink #D4857C
RGB
CMYK
RGB Variations
Color information
#D4857C (or 0xD4857C) is known color: My Pink. HEX triplet: D4, 85 and 7C. RGB value is (212,133,124). Sum of RGB (Red+Green+Blue) = 212+133+124=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D4857C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4857C is #2B7A83. Grayscale: #9B9B9B. Windows color (decimal): -2849412 or 8160724. OLE color: 8160724.
HSL color Cylindrical-coordinate representation of color #D4857C: hue angle of 6.14º 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 #D4857C is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 133 | 124 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.17 |
| HSL | 6.14º | 0.51% | 0.66% | - |
| HSV(B) | 6.14º | 0.42% | 0.83% | - |
| XYZ | 39.18 | 32.23 | 23.22 | - |
| YUV | 155.6 | 110.17 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 133 | 124 | 0 | 0.37 | 0.42 | 0.17 | 6.14 | 0.51 | 0.66 |
| Hex | D4 | 85 | 7C | 0 | 25 | 2A | 11 | 6 | 33 | 42 |
| Octal | 324 | 205 | 174 | 0 | 45 | 52 | 21 | 6 | 63 | 102 |
| Binary | 11010100 | 10000101 | 1111100 | 0 | 100101 | 101010 | 10001 | 110 | 110011 | 1000010 |
Color Harmonies of #D4857C
Complementary color
Monochromatic Colors of #D4857C
Black with #D4857C
Text Example
Text Example
White with #D4857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4857C; }
p { color: rgb(212,133,124); }
H1.HeaderClassName
{
color: #D4857C;
}
.AnyTagClassName
{
color: #D4857C;
}
</style>
background-color css
<style>
a { background-color: #D4857C; }
a { background-color: rgb(212,133,124); }
div.DivClassName
{
background-color: #D4857C;
}
.BgClassName
{
background-color: #D4857C;
}
</style>
border-color css
<style>
span { border-color: #D4857C; }
span { border-color: rgb(212,133,124); }
td.TdClassName
{
border-color: #D4857C;
}
.TagClassName
{
border-color: #D4857C;
}
</style>