Shades of My Pink #D5857D
Tints of My Pink #D5857D
RGB
CMYK
RGB Variations
Color information
#D5857D (or 0xD5857D) is known color: My Pink. HEX triplet: D5, 85 and 7D. RGB value is (213,133,125). Sum of RGB (Red+Green+Blue) = 213+133+125=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5857D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5857D is #2A7A82. Grayscale: #9C9C9C. Windows color (decimal): -2783875 or 8226261. OLE color: 8226261.
HSL color Cylindrical-coordinate representation of color #D5857D: hue angle of 5.45º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5857D is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 125 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.16 |
| HSL | 5.45º | 0.51% | 0.66% | - |
| HSV(B) | 5.45º | 0.41% | 0.84% | - |
| XYZ | 39.53 | 32.4 | 23.57 | - |
| YUV | 156.01 | 110.5 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 125 | 0 | 0.38 | 0.41 | 0.16 | 5.45 | 0.51 | 0.66 |
| Hex | D5 | 85 | 7D | 0 | 26 | 29 | 10 | 5 | 33 | 42 |
| Octal | 325 | 205 | 175 | 0 | 46 | 51 | 20 | 5 | 63 | 102 |
| Binary | 11010101 | 10000101 | 1111101 | 0 | 100110 | 101001 | 10000 | 101 | 110011 | 1000010 |
Color Harmonies of #D5857D
Complementary color
Monochromatic Colors of #D5857D
Black with #D5857D
Text Example
Text Example
White with #D5857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5857D; }
p { color: rgb(213,133,125); }
H1.HeaderClassName
{
color: #D5857D;
}
.AnyTagClassName
{
color: #D5857D;
}
</style>
background-color css
<style>
a { background-color: #D5857D; }
a { background-color: rgb(213,133,125); }
div.DivClassName
{
background-color: #D5857D;
}
.BgClassName
{
background-color: #D5857D;
}
</style>
border-color css
<style>
span { border-color: #D5857D; }
span { border-color: rgb(213,133,125); }
td.TdClassName
{
border-color: #D5857D;
}
.TagClassName
{
border-color: #D5857D;
}
</style>