Shades of My Pink #D58B8B
Tints of My Pink #D58B8B
RGB
CMYK
RGB Variations
Color information
#D58B8B (or 0xD58B8B) is known color: My Pink. HEX triplet: D5, 8B and 8B. RGB value is (213,139,139). Sum of RGB (Red+Green+Blue) = 213+139+139=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58B8B is #2A7474. Grayscale: #A1A1A1. Windows color (decimal): -2782325 or 9145301. OLE color: 9145301.
HSL color Cylindrical-coordinate representation of color #D58B8B: hue angle of 0º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58B8B is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 139 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.16 |
| HSL | 0º | 0.47% | 0.69% | - |
| HSV(B) | 0º | 0.35% | 0.84% | - |
| XYZ | 41.33 | 34.48 | 28.9 | - |
| YUV | 161.13 | 115.52 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 139 | 0 | 0.35 | 0.35 | 0.16 | 0 | 0.47 | 0.69 |
| Hex | D5 | 8B | 8B | 0 | 23 | 23 | 10 | 0 | 2F | 45 |
| Octal | 325 | 213 | 213 | 0 | 43 | 43 | 20 | 0 | 57 | 105 |
| Binary | 11010101 | 10001011 | 10001011 | 0 | 100011 | 100011 | 10000 | 0 | 101111 | 1000101 |
Color Harmonies of #D58B8B
Complementary color
Monochromatic Colors of #D58B8B
Black with #D58B8B
Text Example
Text Example
White with #D58B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58B8B; }
p { color: rgb(213,139,139); }
H1.HeaderClassName
{
color: #D58B8B;
}
.AnyTagClassName
{
color: #D58B8B;
}
</style>
background-color css
<style>
a { background-color: #D58B8B; }
a { background-color: rgb(213,139,139); }
div.DivClassName
{
background-color: #D58B8B;
}
.BgClassName
{
background-color: #D58B8B;
}
</style>
border-color css
<style>
span { border-color: #D58B8B; }
span { border-color: rgb(213,139,139); }
td.TdClassName
{
border-color: #D58B8B;
}
.TagClassName
{
border-color: #D58B8B;
}
</style>