Shades of My Pink #DA8C7B
Tints of My Pink #DA8C7B
RGB
CMYK
RGB Variations
Color information
#DA8C7B (or 0xDA8C7B) is known color: My Pink. HEX triplet: DA, 8C and 7B. RGB value is (218,140,123). Sum of RGB (Red+Green+Blue) = 218+140+123=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8C7B is #257384. Grayscale: #A1A1A1. Windows color (decimal): -2454405 or 8096986. OLE color: 8096986.
HSL color Cylindrical-coordinate representation of color #DA8C7B: hue angle of 10.74º 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 #DA8C7B is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 123 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.15 |
| HSL | 10.74º | 0.56% | 0.67% | - |
| HSV(B) | 10.74º | 0.44% | 0.85% | - |
| XYZ | 41.87 | 35.09 | 23.31 | - |
| YUV | 161.38 | 106.34 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 123 | 0 | 0.36 | 0.44 | 0.15 | 10.74 | 0.56 | 0.67 |
| Hex | DA | 8C | 7B | 0 | 24 | 2C | F | B | 38 | 43 |
| Octal | 332 | 214 | 173 | 0 | 44 | 54 | 17 | 13 | 70 | 103 |
| Binary | 11011010 | 10001100 | 1111011 | 0 | 100100 | 101100 | 1111 | 1011 | 111000 | 1000011 |
Color Harmonies of #DA8C7B
Complementary color
Monochromatic Colors of #DA8C7B
Black with #DA8C7B
Text Example
Text Example
White with #DA8C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C7B; }
p { color: rgb(218,140,123); }
H1.HeaderClassName
{
color: #DA8C7B;
}
.AnyTagClassName
{
color: #DA8C7B;
}
</style>
background-color css
<style>
a { background-color: #DA8C7B; }
a { background-color: rgb(218,140,123); }
div.DivClassName
{
background-color: #DA8C7B;
}
.BgClassName
{
background-color: #DA8C7B;
}
</style>
border-color css
<style>
span { border-color: #DA8C7B; }
span { border-color: rgb(218,140,123); }
td.TdClassName
{
border-color: #DA8C7B;
}
.TagClassName
{
border-color: #DA8C7B;
}
</style>