Shades of My Pink #D58B7A
Tints of My Pink #D58B7A
RGB
CMYK
RGB Variations
Color information
#D58B7A (or 0xD58B7A) is known color: My Pink. HEX triplet: D5, 8B and 7A. RGB value is (213,139,122). Sum of RGB (Red+Green+Blue) = 213+139+122=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58B7A is #2A7485. Grayscale: #9F9F9F. Windows color (decimal): -2782342 or 8031189. OLE color: 8031189.
HSL color Cylindrical-coordinate representation of color #D58B7A: hue angle of 11.21º 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 #D58B7A is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 122 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.16 |
| HSL | 11.21º | 0.52% | 0.66% | - |
| HSV(B) | 11.21º | 0.43% | 0.84% | - |
| XYZ | 40.19 | 34.02 | 22.86 | - |
| YUV | 159.19 | 107.02 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 122 | 0 | 0.35 | 0.43 | 0.16 | 11.21 | 0.52 | 0.66 |
| Hex | D5 | 8B | 7A | 0 | 23 | 2B | 10 | B | 34 | 42 |
| Octal | 325 | 213 | 172 | 0 | 43 | 53 | 20 | 13 | 64 | 102 |
| Binary | 11010101 | 10001011 | 1111010 | 0 | 100011 | 101011 | 10000 | 1011 | 110100 | 1000010 |
Color Harmonies of #D58B7A
Complementary color
Monochromatic Colors of #D58B7A
Black with #D58B7A
Text Example
Text Example
White with #D58B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58B7A; }
p { color: rgb(213,139,122); }
H1.HeaderClassName
{
color: #D58B7A;
}
.AnyTagClassName
{
color: #D58B7A;
}
</style>
background-color css
<style>
a { background-color: #D58B7A; }
a { background-color: rgb(213,139,122); }
div.DivClassName
{
background-color: #D58B7A;
}
.BgClassName
{
background-color: #D58B7A;
}
</style>
border-color css
<style>
span { border-color: #D58B7A; }
span { border-color: rgb(213,139,122); }
td.TdClassName
{
border-color: #D58B7A;
}
.TagClassName
{
border-color: #D58B7A;
}
</style>