Shades of My Pink #DA877C
Tints of My Pink #DA877C
RGB
CMYK
RGB Variations
Color information
#DA877C (or 0xDA877C) is known color: My Pink. HEX triplet: DA, 87 and 7C. RGB value is (218,135,124). Sum of RGB (Red+Green+Blue) = 218+135+124=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA877C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA877C is #257883. Grayscale: #9E9E9E. Windows color (decimal): -2455684 or 8161242. OLE color: 8161242.
HSL color Cylindrical-coordinate representation of color #DA877C: hue angle of 7.02º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA877C is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 135 | 124 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.15 |
| HSL | 7.02º | 0.56% | 0.67% | - |
| HSV(B) | 7.02º | 0.43% | 0.85% | - |
| XYZ | 41.22 | 33.69 | 23.4 | - |
| YUV | 158.56 | 108.5 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 135 | 124 | 0 | 0.38 | 0.43 | 0.15 | 7.02 | 0.56 | 0.67 |
| Hex | DA | 87 | 7C | 0 | 26 | 2B | F | 7 | 38 | 43 |
| Octal | 332 | 207 | 174 | 0 | 46 | 53 | 17 | 7 | 70 | 103 |
| Binary | 11011010 | 10000111 | 1111100 | 0 | 100110 | 101011 | 1111 | 111 | 111000 | 1000011 |
Color Harmonies of #DA877C
Complementary color
Monochromatic Colors of #DA877C
Black with #DA877C
Text Example
Text Example
White with #DA877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA877C; }
p { color: rgb(218,135,124); }
H1.HeaderClassName
{
color: #DA877C;
}
.AnyTagClassName
{
color: #DA877C;
}
</style>
background-color css
<style>
a { background-color: #DA877C; }
a { background-color: rgb(218,135,124); }
div.DivClassName
{
background-color: #DA877C;
}
.BgClassName
{
background-color: #DA877C;
}
</style>
border-color css
<style>
span { border-color: #DA877C; }
span { border-color: rgb(218,135,124); }
td.TdClassName
{
border-color: #DA877C;
}
.TagClassName
{
border-color: #DA877C;
}
</style>