Shades of My Pink #D58D7E
Tints of My Pink #D58D7E
RGB
CMYK
RGB Variations
Color information
#D58D7E (or 0xD58D7E) is known color: My Pink. HEX triplet: D5, 8D and 7E. RGB value is (213,141,126). Sum of RGB (Red+Green+Blue) = 213+141+126=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58D7E is #2A7281. Grayscale: #A0A0A0. Windows color (decimal): -2781826 or 8293845. OLE color: 8293845.
HSL color Cylindrical-coordinate representation of color #D58D7E: hue angle of 10.34º 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 #D58D7E is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 126 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.16 |
| HSL | 10.34º | 0.51% | 0.66% | - |
| HSV(B) | 10.34º | 0.41% | 0.84% | - |
| XYZ | 40.73 | 34.7 | 24.29 | - |
| YUV | 160.82 | 108.35 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 126 | 0 | 0.34 | 0.41 | 0.16 | 10.34 | 0.51 | 0.66 |
| Hex | D5 | 8D | 7E | 0 | 22 | 29 | 10 | A | 33 | 42 |
| Octal | 325 | 215 | 176 | 0 | 42 | 51 | 20 | 12 | 63 | 102 |
| Binary | 11010101 | 10001101 | 1111110 | 0 | 100010 | 101001 | 10000 | 1010 | 110011 | 1000010 |
Color Harmonies of #D58D7E
Complementary color
Monochromatic Colors of #D58D7E
Black with #D58D7E
Text Example
Text Example
White with #D58D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58D7E; }
p { color: rgb(213,141,126); }
H1.HeaderClassName
{
color: #D58D7E;
}
.AnyTagClassName
{
color: #D58D7E;
}
</style>
background-color css
<style>
a { background-color: #D58D7E; }
a { background-color: rgb(213,141,126); }
div.DivClassName
{
background-color: #D58D7E;
}
.BgClassName
{
background-color: #D58D7E;
}
</style>
border-color css
<style>
span { border-color: #D58D7E; }
span { border-color: rgb(213,141,126); }
td.TdClassName
{
border-color: #D58D7E;
}
.TagClassName
{
border-color: #D58D7E;
}
</style>