Shades of My Pink #D5857C
Tints of My Pink #D5857C
RGB
CMYK
RGB Variations
Color information
#D5857C (or 0xD5857C) is known color: My Pink. HEX triplet: D5, 85 and 7C. RGB value is (213,133,124). Sum of RGB (Red+Green+Blue) = 213+133+124=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D5857C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5857C is #2A7A83. Grayscale: #9C9C9C. Windows color (decimal): -2783876 or 8160725. OLE color: 8160725.
HSL color Cylindrical-coordinate representation of color #D5857C: hue angle of 6.07º degrees, saturation: 0.51, 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 #D5857C is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 124 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.16 |
| HSL | 6.07º | 0.51% | 0.66% | - |
| HSV(B) | 6.07º | 0.42% | 0.84% | - |
| XYZ | 39.47 | 32.38 | 23.24 | - |
| YUV | 155.89 | 110 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 124 | 0 | 0.38 | 0.42 | 0.16 | 6.07 | 0.51 | 0.66 |
| Hex | D5 | 85 | 7C | 0 | 26 | 2A | 10 | 6 | 33 | 42 |
| Octal | 325 | 205 | 174 | 0 | 46 | 52 | 20 | 6 | 63 | 102 |
| Binary | 11010101 | 10000101 | 1111100 | 0 | 100110 | 101010 | 10000 | 110 | 110011 | 1000010 |
Color Harmonies of #D5857C
Complementary color
Monochromatic Colors of #D5857C
Black with #D5857C
Text Example
Text Example
White with #D5857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5857C; }
p { color: rgb(213,133,124); }
H1.HeaderClassName
{
color: #D5857C;
}
.AnyTagClassName
{
color: #D5857C;
}
</style>
background-color css
<style>
a { background-color: #D5857C; }
a { background-color: rgb(213,133,124); }
div.DivClassName
{
background-color: #D5857C;
}
.BgClassName
{
background-color: #D5857C;
}
</style>
border-color css
<style>
span { border-color: #D5857C; }
span { border-color: rgb(213,133,124); }
td.TdClassName
{
border-color: #D5857C;
}
.TagClassName
{
border-color: #D5857C;
}
</style>