Shades of My Pink #DA957F
Tints of My Pink #DA957F
RGB
CMYK
RGB Variations
Color information
#DA957F (or 0xDA957F) is known color: My Pink. HEX triplet: DA, 95 and 7F. RGB value is (218,149,127). Sum of RGB (Red+Green+Blue) = 218+149+127=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA957F is #256A80. Grayscale: #A7A7A7. Windows color (decimal): -2452097 or 8361434. OLE color: 8361434.
HSL color Cylindrical-coordinate representation of color #DA957F: hue angle of 14.51º 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 #DA957F is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 127 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.15 |
| HSL | 14.51º | 0.55% | 0.68% | - |
| HSV(B) | 14.51º | 0.42% | 0.85% | - |
| XYZ | 43.49 | 37.93 | 25.11 | - |
| YUV | 167.12 | 105.36 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 127 | 0 | 0.32 | 0.42 | 0.15 | 14.51 | 0.55 | 0.68 |
| Hex | DA | 95 | 7F | 0 | 20 | 2A | F | F | 37 | 44 |
| Octal | 332 | 225 | 177 | 0 | 40 | 52 | 17 | 17 | 67 | 104 |
| Binary | 11011010 | 10010101 | 1111111 | 0 | 100000 | 101010 | 1111 | 1111 | 110111 | 1000100 |
Color Harmonies of #DA957F
Complementary color
Monochromatic Colors of #DA957F
Black with #DA957F
Text Example
Text Example
White with #DA957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA957F; }
p { color: rgb(218,149,127); }
H1.HeaderClassName
{
color: #DA957F;
}
.AnyTagClassName
{
color: #DA957F;
}
</style>
background-color css
<style>
a { background-color: #DA957F; }
a { background-color: rgb(218,149,127); }
div.DivClassName
{
background-color: #DA957F;
}
.BgClassName
{
background-color: #DA957F;
}
</style>
border-color css
<style>
span { border-color: #DA957F; }
span { border-color: rgb(218,149,127); }
td.TdClassName
{
border-color: #DA957F;
}
.TagClassName
{
border-color: #DA957F;
}
</style>