Shades of My Pink #D58D79
Tints of My Pink #D58D79
RGB
CMYK
RGB Variations
Color information
#D58D79 (or 0xD58D79) is known color: My Pink. HEX triplet: D5, 8D and 79. RGB value is (213,141,121). Sum of RGB (Red+Green+Blue) = 213+141+121=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58D79 is #2A7286. Grayscale: #A0A0A0. Windows color (decimal): -2781831 or 7966165. OLE color: 7966165.
HSL color Cylindrical-coordinate representation of color #D58D79: hue angle of 13.04º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D58D79 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 121 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.16 |
| HSL | 13.04º | 0.52% | 0.65% | - |
| HSV(B) | 13.04º | 0.43% | 0.84% | - |
| XYZ | 40.42 | 34.58 | 22.63 | - |
| YUV | 160.25 | 105.85 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 121 | 0 | 0.34 | 0.43 | 0.16 | 13.04 | 0.52 | 0.65 |
| Hex | D5 | 8D | 79 | 0 | 22 | 2B | 10 | D | 34 | 41 |
| Octal | 325 | 215 | 171 | 0 | 42 | 53 | 20 | 15 | 64 | 101 |
| Binary | 11010101 | 10001101 | 1111001 | 0 | 100010 | 101011 | 10000 | 1101 | 110100 | 1000001 |
Color Harmonies of #D58D79
Complementary color
Monochromatic Colors of #D58D79
Black with #D58D79
Text Example
Text Example
White with #D58D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58D79; }
p { color: rgb(213,141,121); }
H1.HeaderClassName
{
color: #D58D79;
}
.AnyTagClassName
{
color: #D58D79;
}
</style>
background-color css
<style>
a { background-color: #D58D79; }
a { background-color: rgb(213,141,121); }
div.DivClassName
{
background-color: #D58D79;
}
.BgClassName
{
background-color: #D58D79;
}
</style>
border-color css
<style>
span { border-color: #D58D79; }
span { border-color: rgb(213,141,121); }
td.TdClassName
{
border-color: #D58D79;
}
.TagClassName
{
border-color: #D58D79;
}
</style>