Shades of My Pink #D58D85
Tints of My Pink #D58D85
RGB
CMYK
RGB Variations
Color information
#D58D85 (or 0xD58D85) is known color: My Pink. HEX triplet: D5, 8D and 85. RGB value is (213,141,133). Sum of RGB (Red+Green+Blue) = 213+141+133=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58D85 is #2A727A. Grayscale: #A1A1A1. Windows color (decimal): -2781819 or 8752597. OLE color: 8752597.
HSL color Cylindrical-coordinate representation of color #D58D85: hue angle of 6º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D58D85 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 133 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.16 |
| HSL | 6º | 0.49% | 0.68% | - |
| HSV(B) | 6º | 0.38% | 0.84% | - |
| XYZ | 41.2 | 34.89 | 26.75 | - |
| YUV | 161.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 133 | 0 | 0.34 | 0.38 | 0.16 | 6 | 0.49 | 0.68 |
| Hex | D5 | 8D | 85 | 0 | 22 | 26 | 10 | 6 | 31 | 44 |
| Octal | 325 | 215 | 205 | 0 | 42 | 46 | 20 | 6 | 61 | 104 |
| Binary | 11010101 | 10001101 | 10000101 | 0 | 100010 | 100110 | 10000 | 110 | 110001 | 1000100 |
Color Harmonies of #D58D85
Complementary color
Monochromatic Colors of #D58D85
Black with #D58D85
Text Example
Text Example
White with #D58D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58D85; }
p { color: rgb(213,141,133); }
H1.HeaderClassName
{
color: #D58D85;
}
.AnyTagClassName
{
color: #D58D85;
}
</style>
background-color css
<style>
a { background-color: #D58D85; }
a { background-color: rgb(213,141,133); }
div.DivClassName
{
background-color: #D58D85;
}
.BgClassName
{
background-color: #D58D85;
}
</style>
border-color css
<style>
span { border-color: #D58D85; }
span { border-color: rgb(213,141,133); }
td.TdClassName
{
border-color: #D58D85;
}
.TagClassName
{
border-color: #D58D85;
}
</style>