Shades of My Pink #D58C7B
Tints of My Pink #D58C7B
RGB
CMYK
RGB Variations
Color information
#D58C7B (or 0xD58C7B) is known color: My Pink. HEX triplet: D5, 8C and 7B. RGB value is (213,140,123). Sum of RGB (Red+Green+Blue) = 213+140+123=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58C7B is #2A7384. Grayscale: #A0A0A0. Windows color (decimal): -2782085 or 8096981. OLE color: 8096981.
HSL color Cylindrical-coordinate representation of color #D58C7B: hue angle of 11.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D58C7B is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 123 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.16 |
| HSL | 11.33º | 0.52% | 0.66% | - |
| HSV(B) | 11.33º | 0.42% | 0.84% | - |
| XYZ | 40.39 | 34.33 | 23.24 | - |
| YUV | 159.89 | 107.18 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 123 | 0 | 0.34 | 0.42 | 0.16 | 11.33 | 0.52 | 0.66 |
| Hex | D5 | 8C | 7B | 0 | 22 | 2A | 10 | B | 34 | 42 |
| Octal | 325 | 214 | 173 | 0 | 42 | 52 | 20 | 13 | 64 | 102 |
| Binary | 11010101 | 10001100 | 1111011 | 0 | 100010 | 101010 | 10000 | 1011 | 110100 | 1000010 |
Color Harmonies of #D58C7B
Complementary color
Monochromatic Colors of #D58C7B
Black with #D58C7B
Text Example
Text Example
White with #D58C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58C7B; }
p { color: rgb(213,140,123); }
H1.HeaderClassName
{
color: #D58C7B;
}
.AnyTagClassName
{
color: #D58C7B;
}
</style>
background-color css
<style>
a { background-color: #D58C7B; }
a { background-color: rgb(213,140,123); }
div.DivClassName
{
background-color: #D58C7B;
}
.BgClassName
{
background-color: #D58C7B;
}
</style>
border-color css
<style>
span { border-color: #D58C7B; }
span { border-color: rgb(213,140,123); }
td.TdClassName
{
border-color: #D58C7B;
}
.TagClassName
{
border-color: #D58C7B;
}
</style>