Shades of My Pink #DA8A7B
Tints of My Pink #DA8A7B
RGB
CMYK
RGB Variations
Color information
#DA8A7B (or 0xDA8A7B) is known color: My Pink. HEX triplet: DA, 8A and 7B. RGB value is (218,138,123). Sum of RGB (Red+Green+Blue) = 218+138+123=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8A7B is #257584. Grayscale: #A0A0A0. Windows color (decimal): -2454917 or 8096474. OLE color: 8096474.
HSL color Cylindrical-coordinate representation of color #DA8A7B: hue angle of 9.47º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA8A7B is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 123 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.15 |
| HSL | 9.47º | 0.56% | 0.67% | - |
| HSV(B) | 9.47º | 0.44% | 0.85% | - |
| XYZ | 41.58 | 34.51 | 23.21 | - |
| YUV | 160.21 | 107 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 123 | 0 | 0.37 | 0.44 | 0.15 | 9.47 | 0.56 | 0.67 |
| Hex | DA | 8A | 7B | 0 | 25 | 2C | F | 9 | 38 | 43 |
| Octal | 332 | 212 | 173 | 0 | 45 | 54 | 17 | 11 | 70 | 103 |
| Binary | 11011010 | 10001010 | 1111011 | 0 | 100101 | 101100 | 1111 | 1001 | 111000 | 1000011 |
Color Harmonies of #DA8A7B
Complementary color
Monochromatic Colors of #DA8A7B
Black with #DA8A7B
Text Example
Text Example
White with #DA8A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A7B; }
p { color: rgb(218,138,123); }
H1.HeaderClassName
{
color: #DA8A7B;
}
.AnyTagClassName
{
color: #DA8A7B;
}
</style>
background-color css
<style>
a { background-color: #DA8A7B; }
a { background-color: rgb(218,138,123); }
div.DivClassName
{
background-color: #DA8A7B;
}
.BgClassName
{
background-color: #DA8A7B;
}
</style>
border-color css
<style>
span { border-color: #DA8A7B; }
span { border-color: rgb(218,138,123); }
td.TdClassName
{
border-color: #DA8A7B;
}
.TagClassName
{
border-color: #DA8A7B;
}
</style>