Shades of My Pink #D58C7E
Tints of My Pink #D58C7E
RGB
CMYK
RGB Variations
Color information
#D58C7E (or 0xD58C7E) is known color: My Pink. HEX triplet: D5, 8C and 7E. RGB value is (213,140,126). Sum of RGB (Red+Green+Blue) = 213+140+126=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58C7E is #2A7381. Grayscale: #A0A0A0. Windows color (decimal): -2782082 or 8293589. OLE color: 8293589.
HSL color Cylindrical-coordinate representation of color #D58C7E: hue angle of 9.66º 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 #D58C7E is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 126 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.16 |
| HSL | 9.66º | 0.51% | 0.66% | - |
| HSV(B) | 9.66º | 0.41% | 0.84% | - |
| XYZ | 40.58 | 34.41 | 24.24 | - |
| YUV | 160.23 | 108.68 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 126 | 0 | 0.34 | 0.41 | 0.16 | 9.66 | 0.51 | 0.66 |
| Hex | D5 | 8C | 7E | 0 | 22 | 29 | 10 | A | 33 | 42 |
| Octal | 325 | 214 | 176 | 0 | 42 | 51 | 20 | 12 | 63 | 102 |
| Binary | 11010101 | 10001100 | 1111110 | 0 | 100010 | 101001 | 10000 | 1010 | 110011 | 1000010 |
Color Harmonies of #D58C7E
Complementary color
Monochromatic Colors of #D58C7E
Black with #D58C7E
Text Example
Text Example
White with #D58C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58C7E; }
p { color: rgb(213,140,126); }
H1.HeaderClassName
{
color: #D58C7E;
}
.AnyTagClassName
{
color: #D58C7E;
}
</style>
background-color css
<style>
a { background-color: #D58C7E; }
a { background-color: rgb(213,140,126); }
div.DivClassName
{
background-color: #D58C7E;
}
.BgClassName
{
background-color: #D58C7E;
}
</style>
border-color css
<style>
span { border-color: #D58C7E; }
span { border-color: rgb(213,140,126); }
td.TdClassName
{
border-color: #D58C7E;
}
.TagClassName
{
border-color: #D58C7E;
}
</style>