Shades of My Pink #DA8E7F
Tints of My Pink #DA8E7F
RGB
CMYK
RGB Variations
Color information
#DA8E7F (or 0xDA8E7F) is known color: My Pink. HEX triplet: DA, 8E and 7F. RGB value is (218,142,127). Sum of RGB (Red+Green+Blue) = 218+142+127=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8E7F is #257180. Grayscale: #A3A3A3. Windows color (decimal): -2453889 or 8359642. OLE color: 8359642.
HSL color Cylindrical-coordinate representation of color #DA8E7F: hue angle of 9.89º 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 #DA8E7F is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 142 | 127 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.15 |
| HSL | 9.89º | 0.55% | 0.68% | - |
| HSV(B) | 9.89º | 0.42% | 0.85% | - |
| XYZ | 42.42 | 35.78 | 24.75 | - |
| YUV | 163.01 | 107.68 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 142 | 127 | 0 | 0.35 | 0.42 | 0.15 | 9.89 | 0.55 | 0.68 |
| Hex | DA | 8E | 7F | 0 | 23 | 2A | F | A | 37 | 44 |
| Octal | 332 | 216 | 177 | 0 | 43 | 52 | 17 | 12 | 67 | 104 |
| Binary | 11011010 | 10001110 | 1111111 | 0 | 100011 | 101010 | 1111 | 1010 | 110111 | 1000100 |
Color Harmonies of #DA8E7F
Complementary color
Monochromatic Colors of #DA8E7F
Black with #DA8E7F
Text Example
Text Example
White with #DA8E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8E7F; }
p { color: rgb(218,142,127); }
H1.HeaderClassName
{
color: #DA8E7F;
}
.AnyTagClassName
{
color: #DA8E7F;
}
</style>
background-color css
<style>
a { background-color: #DA8E7F; }
a { background-color: rgb(218,142,127); }
div.DivClassName
{
background-color: #DA8E7F;
}
.BgClassName
{
background-color: #DA8E7F;
}
</style>
border-color css
<style>
span { border-color: #DA8E7F; }
span { border-color: rgb(218,142,127); }
td.TdClassName
{
border-color: #DA8E7F;
}
.TagClassName
{
border-color: #DA8E7F;
}
</style>