Shades of My Pink #D58B7F
Tints of My Pink #D58B7F
RGB
CMYK
RGB Variations
Color information
#D58B7F (or 0xD58B7F) is known color: My Pink. HEX triplet: D5, 8B and 7F. RGB value is (213,139,127). Sum of RGB (Red+Green+Blue) = 213+139+127=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58B7F is #2A7480. Grayscale: #9F9F9F. Windows color (decimal): -2782337 or 8358869. OLE color: 8358869.
HSL color Cylindrical-coordinate representation of color #D58B7F: hue angle of 8.37º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D58B7F is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 127 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.16 |
| HSL | 8.37º | 0.51% | 0.67% | - |
| HSV(B) | 8.37º | 0.4% | 0.84% | - |
| XYZ | 40.5 | 34.14 | 24.53 | - |
| YUV | 159.76 | 109.52 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 127 | 0 | 0.35 | 0.40 | 0.16 | 8.37 | 0.51 | 0.67 |
| Hex | D5 | 8B | 7F | 0 | 23 | 28 | 10 | 8 | 33 | 43 |
| Octal | 325 | 213 | 177 | 0 | 43 | 50 | 20 | 10 | 63 | 103 |
| Binary | 11010101 | 10001011 | 1111111 | 0 | 100011 | 101000 | 10000 | 1000 | 110011 | 1000011 |
Color Harmonies of #D58B7F
Complementary color
Monochromatic Colors of #D58B7F
Black with #D58B7F
Text Example
Text Example
White with #D58B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58B7F; }
p { color: rgb(213,139,127); }
H1.HeaderClassName
{
color: #D58B7F;
}
.AnyTagClassName
{
color: #D58B7F;
}
</style>
background-color css
<style>
a { background-color: #D58B7F; }
a { background-color: rgb(213,139,127); }
div.DivClassName
{
background-color: #D58B7F;
}
.BgClassName
{
background-color: #D58B7F;
}
</style>
border-color css
<style>
span { border-color: #D58B7F; }
span { border-color: rgb(213,139,127); }
td.TdClassName
{
border-color: #D58B7F;
}
.TagClassName
{
border-color: #D58B7F;
}
</style>