Shades of My Pink #DA8C7F
Tints of My Pink #DA8C7F
RGB
CMYK
RGB Variations
Color information
#DA8C7F (or 0xDA8C7F) is known color: My Pink. HEX triplet: DA, 8C and 7F. RGB value is (218,140,127). Sum of RGB (Red+Green+Blue) = 218+140+127=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8C7F is #257380. Grayscale: #A1A1A1. Windows color (decimal): -2454401 or 8359130. OLE color: 8359130.
HSL color Cylindrical-coordinate representation of color #DA8C7F: hue angle of 8.57º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA8C7F is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 127 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.15 |
| HSL | 8.57º | 0.55% | 0.68% | - |
| HSV(B) | 8.57º | 0.42% | 0.85% | - |
| XYZ | 42.12 | 35.19 | 24.65 | - |
| YUV | 161.84 | 108.34 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 127 | 0 | 0.36 | 0.42 | 0.15 | 8.57 | 0.55 | 0.68 |
| Hex | DA | 8C | 7F | 0 | 24 | 2A | F | 9 | 37 | 44 |
| Octal | 332 | 214 | 177 | 0 | 44 | 52 | 17 | 11 | 67 | 104 |
| Binary | 11011010 | 10001100 | 1111111 | 0 | 100100 | 101010 | 1111 | 1001 | 110111 | 1000100 |
Color Harmonies of #DA8C7F
Complementary color
Monochromatic Colors of #DA8C7F
Black with #DA8C7F
Text Example
Text Example
White with #DA8C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C7F; }
p { color: rgb(218,140,127); }
H1.HeaderClassName
{
color: #DA8C7F;
}
.AnyTagClassName
{
color: #DA8C7F;
}
</style>
background-color css
<style>
a { background-color: #DA8C7F; }
a { background-color: rgb(218,140,127); }
div.DivClassName
{
background-color: #DA8C7F;
}
.BgClassName
{
background-color: #DA8C7F;
}
</style>
border-color css
<style>
span { border-color: #DA8C7F; }
span { border-color: rgb(218,140,127); }
td.TdClassName
{
border-color: #DA8C7F;
}
.TagClassName
{
border-color: #DA8C7F;
}
</style>