Shades of My Pink #D58B85
Tints of My Pink #D58B85
RGB
CMYK
RGB Variations
Color information
#D58B85 (or 0xD58B85) is known color: My Pink. HEX triplet: D5, 8B and 85. RGB value is (213,139,133). Sum of RGB (Red+Green+Blue) = 213+139+133=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58B85 is #2A747A. Grayscale: #A0A0A0. Windows color (decimal): -2782331 or 8752085. OLE color: 8752085.
HSL color Cylindrical-coordinate representation of color #D58B85: hue angle of 4.5º 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 #D58B85 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 133 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.16 |
| HSL | 4.5º | 0.49% | 0.68% | - |
| HSV(B) | 4.5º | 0.38% | 0.84% | - |
| XYZ | 40.91 | 34.3 | 26.66 | - |
| YUV | 160.44 | 112.52 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 133 | 0 | 0.35 | 0.38 | 0.16 | 4.5 | 0.49 | 0.68 |
| Hex | D5 | 8B | 85 | 0 | 23 | 26 | 10 | 4 | 31 | 44 |
| Octal | 325 | 213 | 205 | 0 | 43 | 46 | 20 | 4 | 61 | 104 |
| Binary | 11010101 | 10001011 | 10000101 | 0 | 100011 | 100110 | 10000 | 100 | 110001 | 1000100 |
Color Harmonies of #D58B85
Complementary color
Monochromatic Colors of #D58B85
Black with #D58B85
Text Example
Text Example
White with #D58B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58B85; }
p { color: rgb(213,139,133); }
H1.HeaderClassName
{
color: #D58B85;
}
.AnyTagClassName
{
color: #D58B85;
}
</style>
background-color css
<style>
a { background-color: #D58B85; }
a { background-color: rgb(213,139,133); }
div.DivClassName
{
background-color: #D58B85;
}
.BgClassName
{
background-color: #D58B85;
}
</style>
border-color css
<style>
span { border-color: #D58B85; }
span { border-color: rgb(213,139,133); }
td.TdClassName
{
border-color: #D58B85;
}
.TagClassName
{
border-color: #D58B85;
}
</style>