Shades of My Pink #D5877C
Tints of My Pink #D5877C
RGB
CMYK
RGB Variations
Color information
#D5877C (or 0xD5877C) is known color: My Pink. HEX triplet: D5, 87 and 7C. RGB value is (213,135,124). Sum of RGB (Red+Green+Blue) = 213+135+124=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5877C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5877C is #2A7883. Grayscale: #9D9D9D. Windows color (decimal): -2783364 or 8161237. OLE color: 8161237.
HSL color Cylindrical-coordinate representation of color #D5877C: hue angle of 7.42º 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 #D5877C is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 124 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.16 |
| HSL | 7.42º | 0.51% | 0.66% | - |
| HSV(B) | 7.42º | 0.42% | 0.84% | - |
| XYZ | 39.74 | 32.93 | 23.33 | - |
| YUV | 157.07 | 109.34 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 124 | 0 | 0.37 | 0.42 | 0.16 | 7.42 | 0.51 | 0.66 |
| Hex | D5 | 87 | 7C | 0 | 25 | 2A | 10 | 7 | 33 | 42 |
| Octal | 325 | 207 | 174 | 0 | 45 | 52 | 20 | 7 | 63 | 102 |
| Binary | 11010101 | 10000111 | 1111100 | 0 | 100101 | 101010 | 10000 | 111 | 110011 | 1000010 |
Color Harmonies of #D5877C
Complementary color
Monochromatic Colors of #D5877C
Black with #D5877C
Text Example
Text Example
White with #D5877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5877C; }
p { color: rgb(213,135,124); }
H1.HeaderClassName
{
color: #D5877C;
}
.AnyTagClassName
{
color: #D5877C;
}
</style>
background-color css
<style>
a { background-color: #D5877C; }
a { background-color: rgb(213,135,124); }
div.DivClassName
{
background-color: #D5877C;
}
.BgClassName
{
background-color: #D5877C;
}
</style>
border-color css
<style>
span { border-color: #D5877C; }
span { border-color: rgb(213,135,124); }
td.TdClassName
{
border-color: #D5877C;
}
.TagClassName
{
border-color: #D5877C;
}
</style>