Shades of My Pink #D5847B
Tints of My Pink #D5847B
RGB
CMYK
RGB Variations
Color information
#D5847B (or 0xD5847B) is known color: My Pink. HEX triplet: D5, 84 and 7B. RGB value is (213,132,123). Sum of RGB (Red+Green+Blue) = 213+132+123=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D5847B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5847B is #2A7B84. Grayscale: #9B9B9B. Windows color (decimal): -2784133 or 8094933. OLE color: 8094933.
HSL color Cylindrical-coordinate representation of color #D5847B: hue angle of 6º 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 #D5847B is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 123 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.16 |
| HSL | 6º | 0.52% | 0.66% | - |
| HSV(B) | 6º | 0.42% | 0.84% | - |
| XYZ | 39.27 | 32.08 | 22.86 | - |
| YUV | 155.19 | 109.84 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 123 | 0 | 0.38 | 0.42 | 0.16 | 6 | 0.52 | 0.66 |
| Hex | D5 | 84 | 7B | 0 | 26 | 2A | 10 | 6 | 34 | 42 |
| Octal | 325 | 204 | 173 | 0 | 46 | 52 | 20 | 6 | 64 | 102 |
| Binary | 11010101 | 10000100 | 1111011 | 0 | 100110 | 101010 | 10000 | 110 | 110100 | 1000010 |
Color Harmonies of #D5847B
Complementary color
Monochromatic Colors of #D5847B
Black with #D5847B
Text Example
Text Example
White with #D5847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5847B; }
p { color: rgb(213,132,123); }
H1.HeaderClassName
{
color: #D5847B;
}
.AnyTagClassName
{
color: #D5847B;
}
</style>
background-color css
<style>
a { background-color: #D5847B; }
a { background-color: rgb(213,132,123); }
div.DivClassName
{
background-color: #D5847B;
}
.BgClassName
{
background-color: #D5847B;
}
</style>
border-color css
<style>
span { border-color: #D5847B; }
span { border-color: rgb(213,132,123); }
td.TdClassName
{
border-color: #D5847B;
}
.TagClassName
{
border-color: #D5847B;
}
</style>