Shades of My Pink #DC897D
Tints of My Pink #DC897D
RGB
CMYK
RGB Variations
Color information
#DC897D (or 0xDC897D) is known color: My Pink. HEX triplet: DC, 89 and 7D. RGB value is (220,137,125). Sum of RGB (Red+Green+Blue) = 220+137+125=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC897D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC897D is #237682. Grayscale: #A0A0A0. Windows color (decimal): -2324099 or 8227292. OLE color: 8227292.
HSL color Cylindrical-coordinate representation of color #DC897D: hue angle of 7.58º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC897D is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 125 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.14 |
| HSL | 7.58º | 0.58% | 0.68% | - |
| HSV(B) | 7.58º | 0.43% | 0.86% | - |
| XYZ | 42.16 | 34.59 | 23.86 | - |
| YUV | 160.45 | 108 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 125 | 0 | 0.38 | 0.43 | 0.14 | 7.58 | 0.58 | 0.68 |
| Hex | DC | 89 | 7D | 0 | 26 | 2B | E | 8 | 3A | 44 |
| Octal | 334 | 211 | 175 | 0 | 46 | 53 | 16 | 10 | 72 | 104 |
| Binary | 11011100 | 10001001 | 1111101 | 0 | 100110 | 101011 | 1110 | 1000 | 111010 | 1000100 |
Color Harmonies of #DC897D
Complementary color
Monochromatic Colors of #DC897D
Black with #DC897D
Text Example
Text Example
White with #DC897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC897D; }
p { color: rgb(220,137,125); }
H1.HeaderClassName
{
color: #DC897D;
}
.AnyTagClassName
{
color: #DC897D;
}
</style>
background-color css
<style>
a { background-color: #DC897D; }
a { background-color: rgb(220,137,125); }
div.DivClassName
{
background-color: #DC897D;
}
.BgClassName
{
background-color: #DC897D;
}
</style>
border-color css
<style>
span { border-color: #DC897D; }
span { border-color: rgb(220,137,125); }
td.TdClassName
{
border-color: #DC897D;
}
.TagClassName
{
border-color: #DC897D;
}
</style>