Shades of My Pink #D58D7D
Tints of My Pink #D58D7D
RGB
CMYK
RGB Variations
Color information
#D58D7D (or 0xD58D7D) is known color: My Pink. HEX triplet: D5, 8D and 7D. RGB value is (213,141,125). Sum of RGB (Red+Green+Blue) = 213+141+125=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58D7D is #2A7282. Grayscale: #A0A0A0. Windows color (decimal): -2781827 or 8228309. OLE color: 8228309.
HSL color Cylindrical-coordinate representation of color #D58D7D: hue angle of 10.91º 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 #D58D7D is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 125 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.16 |
| HSL | 10.91º | 0.51% | 0.66% | - |
| HSV(B) | 10.91º | 0.41% | 0.84% | - |
| XYZ | 40.67 | 34.68 | 23.95 | - |
| YUV | 160.7 | 107.85 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 125 | 0 | 0.34 | 0.41 | 0.16 | 10.91 | 0.51 | 0.66 |
| Hex | D5 | 8D | 7D | 0 | 22 | 29 | 10 | B | 33 | 42 |
| Octal | 325 | 215 | 175 | 0 | 42 | 51 | 20 | 13 | 63 | 102 |
| Binary | 11010101 | 10001101 | 1111101 | 0 | 100010 | 101001 | 10000 | 1011 | 110011 | 1000010 |
Color Harmonies of #D58D7D
Complementary color
Monochromatic Colors of #D58D7D
Black with #D58D7D
Text Example
Text Example
White with #D58D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58D7D; }
p { color: rgb(213,141,125); }
H1.HeaderClassName
{
color: #D58D7D;
}
.AnyTagClassName
{
color: #D58D7D;
}
</style>
background-color css
<style>
a { background-color: #D58D7D; }
a { background-color: rgb(213,141,125); }
div.DivClassName
{
background-color: #D58D7D;
}
.BgClassName
{
background-color: #D58D7D;
}
</style>
border-color css
<style>
span { border-color: #D58D7D; }
span { border-color: rgb(213,141,125); }
td.TdClassName
{
border-color: #D58D7D;
}
.TagClassName
{
border-color: #D58D7D;
}
</style>