Shades of My Pink #D0847B
Tints of My Pink #D0847B
RGB
CMYK
RGB Variations
Color information
#D0847B (or 0xD0847B) is known color: My Pink. HEX triplet: D0, 84 and 7B. RGB value is (208,132,123). Sum of RGB (Red+Green+Blue) = 208+132+123=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D0847B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0847B is #2F7B84. Grayscale: #999999. Windows color (decimal): -3111813 or 8094928. OLE color: 8094928.
HSL color Cylindrical-coordinate representation of color #D0847B: hue angle of 6.35º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D0847B is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 123 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.18 |
| HSL | 6.35º | 0.47% | 0.65% | - |
| HSV(B) | 6.35º | 0.41% | 0.82% | - |
| XYZ | 37.84 | 31.34 | 22.79 | - |
| YUV | 153.7 | 110.68 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 123 | 0 | 0.37 | 0.41 | 0.18 | 6.35 | 0.47 | 0.65 |
| Hex | D0 | 84 | 7B | 0 | 25 | 29 | 12 | 6 | 2F | 41 |
| Octal | 320 | 204 | 173 | 0 | 45 | 51 | 22 | 6 | 57 | 101 |
| Binary | 11010000 | 10000100 | 1111011 | 0 | 100101 | 101001 | 10010 | 110 | 101111 | 1000001 |
Color Harmonies of #D0847B
Complementary color
Monochromatic Colors of #D0847B
Black with #D0847B
Text Example
Text Example
White with #D0847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0847B; }
p { color: rgb(208,132,123); }
H1.HeaderClassName
{
color: #D0847B;
}
.AnyTagClassName
{
color: #D0847B;
}
</style>
background-color css
<style>
a { background-color: #D0847B; }
a { background-color: rgb(208,132,123); }
div.DivClassName
{
background-color: #D0847B;
}
.BgClassName
{
background-color: #D0847B;
}
</style>
border-color css
<style>
span { border-color: #D0847B; }
span { border-color: rgb(208,132,123); }
td.TdClassName
{
border-color: #D0847B;
}
.TagClassName
{
border-color: #D0847B;
}
</style>