Shades of My Pink #DA877D
Tints of My Pink #DA877D
RGB
CMYK
RGB Variations
Color information
#DA877D (or 0xDA877D) is known color: My Pink. HEX triplet: DA, 87 and 7D. RGB value is (218,135,125). Sum of RGB (Red+Green+Blue) = 218+135+125=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA877D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA877D is #257882. Grayscale: #9E9E9E. Windows color (decimal): -2455683 or 8226778. OLE color: 8226778.
HSL color Cylindrical-coordinate representation of color #DA877D: hue angle of 6.45º 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 #DA877D is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 135 | 125 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.15 |
| HSL | 6.45º | 0.56% | 0.67% | - |
| HSV(B) | 6.45º | 0.43% | 0.85% | - |
| XYZ | 41.28 | 33.71 | 23.73 | - |
| YUV | 158.68 | 109 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 135 | 125 | 0 | 0.38 | 0.43 | 0.15 | 6.45 | 0.56 | 0.67 |
| Hex | DA | 87 | 7D | 0 | 26 | 2B | F | 6 | 38 | 43 |
| Octal | 332 | 207 | 175 | 0 | 46 | 53 | 17 | 6 | 70 | 103 |
| Binary | 11011010 | 10000111 | 1111101 | 0 | 100110 | 101011 | 1111 | 110 | 111000 | 1000011 |
Color Harmonies of #DA877D
Complementary color
Monochromatic Colors of #DA877D
Black with #DA877D
Text Example
Text Example
White with #DA877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA877D; }
p { color: rgb(218,135,125); }
H1.HeaderClassName
{
color: #DA877D;
}
.AnyTagClassName
{
color: #DA877D;
}
</style>
background-color css
<style>
a { background-color: #DA877D; }
a { background-color: rgb(218,135,125); }
div.DivClassName
{
background-color: #DA877D;
}
.BgClassName
{
background-color: #DA877D;
}
</style>
border-color css
<style>
span { border-color: #DA877D; }
span { border-color: rgb(218,135,125); }
td.TdClassName
{
border-color: #DA877D;
}
.TagClassName
{
border-color: #DA877D;
}
</style>