Shades of My Pink #DC887B
Tints of My Pink #DC887B
RGB
CMYK
RGB Variations
Color information
#DC887B (or 0xDC887B) is known color: My Pink. HEX triplet: DC, 88 and 7B. RGB value is (220,136,123). Sum of RGB (Red+Green+Blue) = 220+136+123=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC887B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC887B is #237784. Grayscale: #9F9F9F. Windows color (decimal): -2324357 or 8095964. OLE color: 8095964.
HSL color Cylindrical-coordinate representation of color #DC887B: hue angle of 8.04º 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 #DC887B is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 123 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.14 |
| HSL | 8.04º | 0.58% | 0.67% | - |
| HSV(B) | 8.04º | 0.44% | 0.86% | - |
| XYZ | 41.89 | 34.25 | 23.14 | - |
| YUV | 159.63 | 107.33 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 123 | 0 | 0.38 | 0.44 | 0.14 | 8.04 | 0.58 | 0.67 |
| Hex | DC | 88 | 7B | 0 | 26 | 2C | E | 8 | 3A | 43 |
| Octal | 334 | 210 | 173 | 0 | 46 | 54 | 16 | 10 | 72 | 103 |
| Binary | 11011100 | 10001000 | 1111011 | 0 | 100110 | 101100 | 1110 | 1000 | 111010 | 1000011 |
Color Harmonies of #DC887B
Complementary color
Monochromatic Colors of #DC887B
Black with #DC887B
Text Example
Text Example
White with #DC887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC887B; }
p { color: rgb(220,136,123); }
H1.HeaderClassName
{
color: #DC887B;
}
.AnyTagClassName
{
color: #DC887B;
}
</style>
background-color css
<style>
a { background-color: #DC887B; }
a { background-color: rgb(220,136,123); }
div.DivClassName
{
background-color: #DC887B;
}
.BgClassName
{
background-color: #DC887B;
}
</style>
border-color css
<style>
span { border-color: #DC887B; }
span { border-color: rgb(220,136,123); }
td.TdClassName
{
border-color: #DC887B;
}
.TagClassName
{
border-color: #DC887B;
}
</style>