Shades of My Pink #DA8D78
Tints of My Pink #DA8D78
RGB
CMYK
RGB Variations
Color information
#DA8D78 (or 0xDA8D78) is known color: My Pink. HEX triplet: DA, 8D and 78. RGB value is (218,141,120). Sum of RGB (Red+Green+Blue) = 218+141+120=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8D78 is #257287. Grayscale: #A1A1A1. Windows color (decimal): -2454152 or 7900634. OLE color: 7900634.
HSL color Cylindrical-coordinate representation of color #DA8D78: hue angle of 12.86º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA8D78 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 120 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.15 |
| HSL | 12.86º | 0.57% | 0.66% | - |
| HSV(B) | 12.86º | 0.45% | 0.85% | - |
| XYZ | 41.83 | 35.31 | 22.38 | - |
| YUV | 161.63 | 104.51 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 120 | 0 | 0.35 | 0.45 | 0.15 | 12.86 | 0.57 | 0.66 |
| Hex | DA | 8D | 78 | 0 | 23 | 2D | F | D | 39 | 42 |
| Octal | 332 | 215 | 170 | 0 | 43 | 55 | 17 | 15 | 71 | 102 |
| Binary | 11011010 | 10001101 | 1111000 | 0 | 100011 | 101101 | 1111 | 1101 | 111001 | 1000010 |
Color Harmonies of #DA8D78
Complementary color
Monochromatic Colors of #DA8D78
Black with #DA8D78
Text Example
Text Example
White with #DA8D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8D78; }
p { color: rgb(218,141,120); }
H1.HeaderClassName
{
color: #DA8D78;
}
.AnyTagClassName
{
color: #DA8D78;
}
</style>
background-color css
<style>
a { background-color: #DA8D78; }
a { background-color: rgb(218,141,120); }
div.DivClassName
{
background-color: #DA8D78;
}
.BgClassName
{
background-color: #DA8D78;
}
</style>
border-color css
<style>
span { border-color: #DA8D78; }
span { border-color: rgb(218,141,120); }
td.TdClassName
{
border-color: #DA8D78;
}
.TagClassName
{
border-color: #DA8D78;
}
</style>