Shades of My Pink #DC897B
Tints of My Pink #DC897B
RGB
CMYK
RGB Variations
Color information
#DC897B (or 0xDC897B) is known color: My Pink. HEX triplet: DC, 89 and 7B. RGB value is (220,137,123). Sum of RGB (Red+Green+Blue) = 220+137+123=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC897B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC897B is #237684. Grayscale: #A0A0A0. Windows color (decimal): -2324101 or 8096220. OLE color: 8096220.
HSL color Cylindrical-coordinate representation of color #DC897B: hue angle of 8.66º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC897B is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 123 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.14 |
| HSL | 8.66º | 0.58% | 0.67% | - |
| HSV(B) | 8.66º | 0.44% | 0.86% | - |
| XYZ | 42.04 | 34.54 | 23.19 | - |
| YUV | 160.22 | 107 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 123 | 0 | 0.38 | 0.44 | 0.14 | 8.66 | 0.58 | 0.67 |
| Hex | DC | 89 | 7B | 0 | 26 | 2C | E | 9 | 3A | 43 |
| Octal | 334 | 211 | 173 | 0 | 46 | 54 | 16 | 11 | 72 | 103 |
| Binary | 11011100 | 10001001 | 1111011 | 0 | 100110 | 101100 | 1110 | 1001 | 111010 | 1000011 |
Color Harmonies of #DC897B
Complementary color
Monochromatic Colors of #DC897B
Black with #DC897B
Text Example
Text Example
White with #DC897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC897B; }
p { color: rgb(220,137,123); }
H1.HeaderClassName
{
color: #DC897B;
}
.AnyTagClassName
{
color: #DC897B;
}
</style>
background-color css
<style>
a { background-color: #DC897B; }
a { background-color: rgb(220,137,123); }
div.DivClassName
{
background-color: #DC897B;
}
.BgClassName
{
background-color: #DC897B;
}
</style>
border-color css
<style>
span { border-color: #DC897B; }
span { border-color: rgb(220,137,123); }
td.TdClassName
{
border-color: #DC897B;
}
.TagClassName
{
border-color: #DC897B;
}
</style>