Shades of My Pink #DA877B
Tints of My Pink #DA877B
RGB
CMYK
RGB Variations
Color information
#DA877B (or 0xDA877B) is known color: My Pink. HEX triplet: DA, 87 and 7B. RGB value is (218,135,123). Sum of RGB (Red+Green+Blue) = 218+135+123=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA877B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA877B is #257884. Grayscale: #9E9E9E. Windows color (decimal): -2455685 or 8095706. OLE color: 8095706.
HSL color Cylindrical-coordinate representation of color #DA877B: hue angle of 7.58º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA877B is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 135 | 123 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.15 |
| HSL | 7.58º | 0.56% | 0.67% | - |
| HSV(B) | 7.58º | 0.44% | 0.85% | - |
| XYZ | 41.15 | 33.66 | 23.07 | - |
| YUV | 158.45 | 108 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 135 | 123 | 0 | 0.38 | 0.44 | 0.15 | 7.58 | 0.56 | 0.67 |
| Hex | DA | 87 | 7B | 0 | 26 | 2C | F | 8 | 38 | 43 |
| Octal | 332 | 207 | 173 | 0 | 46 | 54 | 17 | 10 | 70 | 103 |
| Binary | 11011010 | 10000111 | 1111011 | 0 | 100110 | 101100 | 1111 | 1000 | 111000 | 1000011 |
Color Harmonies of #DA877B
Complementary color
Monochromatic Colors of #DA877B
Black with #DA877B
Text Example
Text Example
White with #DA877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA877B; }
p { color: rgb(218,135,123); }
H1.HeaderClassName
{
color: #DA877B;
}
.AnyTagClassName
{
color: #DA877B;
}
</style>
background-color css
<style>
a { background-color: #DA877B; }
a { background-color: rgb(218,135,123); }
div.DivClassName
{
background-color: #DA877B;
}
.BgClassName
{
background-color: #DA877B;
}
</style>
border-color css
<style>
span { border-color: #DA877B; }
span { border-color: rgb(218,135,123); }
td.TdClassName
{
border-color: #DA877B;
}
.TagClassName
{
border-color: #DA877B;
}
</style>