Shades of My Pink #D58B7E
Tints of My Pink #D58B7E
RGB
CMYK
RGB Variations
Color information
#D58B7E (or 0xD58B7E) is known color: My Pink. HEX triplet: D5, 8B and 7E. RGB value is (213,139,126). Sum of RGB (Red+Green+Blue) = 213+139+126=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58B7E is #2A7481. Grayscale: #9F9F9F. Windows color (decimal): -2782338 or 8293333. OLE color: 8293333.
HSL color Cylindrical-coordinate representation of color #D58B7E: hue angle of 8.97º 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 #D58B7E is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 126 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.16 |
| HSL | 8.97º | 0.51% | 0.66% | - |
| HSV(B) | 8.97º | 0.41% | 0.84% | - |
| XYZ | 40.44 | 34.12 | 24.19 | - |
| YUV | 159.64 | 109.02 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 126 | 0 | 0.35 | 0.41 | 0.16 | 8.97 | 0.51 | 0.66 |
| Hex | D5 | 8B | 7E | 0 | 23 | 29 | 10 | 9 | 33 | 42 |
| Octal | 325 | 213 | 176 | 0 | 43 | 51 | 20 | 11 | 63 | 102 |
| Binary | 11010101 | 10001011 | 1111110 | 0 | 100011 | 101001 | 10000 | 1001 | 110011 | 1000010 |
Color Harmonies of #D58B7E
Complementary color
Monochromatic Colors of #D58B7E
Black with #D58B7E
Text Example
Text Example
White with #D58B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58B7E; }
p { color: rgb(213,139,126); }
H1.HeaderClassName
{
color: #D58B7E;
}
.AnyTagClassName
{
color: #D58B7E;
}
</style>
background-color css
<style>
a { background-color: #D58B7E; }
a { background-color: rgb(213,139,126); }
div.DivClassName
{
background-color: #D58B7E;
}
.BgClassName
{
background-color: #D58B7E;
}
</style>
border-color css
<style>
span { border-color: #D58B7E; }
span { border-color: rgb(213,139,126); }
td.TdClassName
{
border-color: #D58B7E;
}
.TagClassName
{
border-color: #D58B7E;
}
</style>