Shades of My Pink #D58D7A
Tints of My Pink #D58D7A
RGB
CMYK
RGB Variations
Color information
#D58D7A (or 0xD58D7A) is known color: My Pink. HEX triplet: D5, 8D and 7A. RGB value is (213,141,122). Sum of RGB (Red+Green+Blue) = 213+141+122=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58D7A is #2A7285. Grayscale: #A0A0A0. Windows color (decimal): -2781830 or 8031701. OLE color: 8031701.
HSL color Cylindrical-coordinate representation of color #D58D7A: hue angle of 12.53º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D58D7A is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 122 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.16 |
| HSL | 12.53º | 0.52% | 0.66% | - |
| HSV(B) | 12.53º | 0.43% | 0.84% | - |
| XYZ | 40.48 | 34.6 | 22.96 | - |
| YUV | 160.36 | 106.35 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 122 | 0 | 0.34 | 0.43 | 0.16 | 12.53 | 0.52 | 0.66 |
| Hex | D5 | 8D | 7A | 0 | 22 | 2B | 10 | D | 34 | 42 |
| Octal | 325 | 215 | 172 | 0 | 42 | 53 | 20 | 15 | 64 | 102 |
| Binary | 11010101 | 10001101 | 1111010 | 0 | 100010 | 101011 | 10000 | 1101 | 110100 | 1000010 |
Color Harmonies of #D58D7A
Complementary color
Monochromatic Colors of #D58D7A
Black with #D58D7A
Text Example
Text Example
White with #D58D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58D7A; }
p { color: rgb(213,141,122); }
H1.HeaderClassName
{
color: #D58D7A;
}
.AnyTagClassName
{
color: #D58D7A;
}
</style>
background-color css
<style>
a { background-color: #D58D7A; }
a { background-color: rgb(213,141,122); }
div.DivClassName
{
background-color: #D58D7A;
}
.BgClassName
{
background-color: #D58D7A;
}
</style>
border-color css
<style>
span { border-color: #D58D7A; }
span { border-color: rgb(213,141,122); }
td.TdClassName
{
border-color: #D58D7A;
}
.TagClassName
{
border-color: #D58D7A;
}
</style>