Shades of My Pink #D58D84
Tints of My Pink #D58D84
RGB
CMYK
RGB Variations
Color information
#D58D84 (or 0xD58D84) is known color: My Pink. HEX triplet: D5, 8D and 84. RGB value is (213,141,132). Sum of RGB (Red+Green+Blue) = 213+141+132=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58D84 is #2A727B. Grayscale: #A1A1A1. Windows color (decimal): -2781820 or 8687061. OLE color: 8687061.
HSL color Cylindrical-coordinate representation of color #D58D84: hue angle of 6.67º 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 #D58D84 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 132 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.16 |
| HSL | 6.67º | 0.49% | 0.68% | - |
| HSV(B) | 6.67º | 0.38% | 0.84% | - |
| XYZ | 41.13 | 34.86 | 26.39 | - |
| YUV | 161.5 | 111.35 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 132 | 0 | 0.34 | 0.38 | 0.16 | 6.67 | 0.49 | 0.68 |
| Hex | D5 | 8D | 84 | 0 | 22 | 26 | 10 | 7 | 31 | 44 |
| Octal | 325 | 215 | 204 | 0 | 42 | 46 | 20 | 7 | 61 | 104 |
| Binary | 11010101 | 10001101 | 10000100 | 0 | 100010 | 100110 | 10000 | 111 | 110001 | 1000100 |
Color Harmonies of #D58D84
Complementary color
Monochromatic Colors of #D58D84
Black with #D58D84
Text Example
Text Example
White with #D58D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58D84; }
p { color: rgb(213,141,132); }
H1.HeaderClassName
{
color: #D58D84;
}
.AnyTagClassName
{
color: #D58D84;
}
</style>
background-color css
<style>
a { background-color: #D58D84; }
a { background-color: rgb(213,141,132); }
div.DivClassName
{
background-color: #D58D84;
}
.BgClassName
{
background-color: #D58D84;
}
</style>
border-color css
<style>
span { border-color: #D58D84; }
span { border-color: rgb(213,141,132); }
td.TdClassName
{
border-color: #D58D84;
}
.TagClassName
{
border-color: #D58D84;
}
</style>