Shades of My Pink #DA8B7B
Tints of My Pink #DA8B7B
RGB
CMYK
RGB Variations
Color information
#DA8B7B (or 0xDA8B7B) is known color: My Pink. HEX triplet: DA, 8B and 7B. RGB value is (218,139,123). Sum of RGB (Red+Green+Blue) = 218+139+123=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8B7B is #257484. Grayscale: #A0A0A0. Windows color (decimal): -2454661 or 8096730. OLE color: 8096730.
HSL color Cylindrical-coordinate representation of color #DA8B7B: hue angle of 10.11º 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 #DA8B7B is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 139 | 123 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.15 |
| HSL | 10.11º | 0.56% | 0.67% | - |
| HSV(B) | 10.11º | 0.44% | 0.85% | - |
| XYZ | 41.72 | 34.8 | 23.26 | - |
| YUV | 160.8 | 106.67 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 139 | 123 | 0 | 0.36 | 0.44 | 0.15 | 10.11 | 0.56 | 0.67 |
| Hex | DA | 8B | 7B | 0 | 24 | 2C | F | A | 38 | 43 |
| Octal | 332 | 213 | 173 | 0 | 44 | 54 | 17 | 12 | 70 | 103 |
| Binary | 11011010 | 10001011 | 1111011 | 0 | 100100 | 101100 | 1111 | 1010 | 111000 | 1000011 |
Color Harmonies of #DA8B7B
Complementary color
Monochromatic Colors of #DA8B7B
Black with #DA8B7B
Text Example
Text Example
White with #DA8B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8B7B; }
p { color: rgb(218,139,123); }
H1.HeaderClassName
{
color: #DA8B7B;
}
.AnyTagClassName
{
color: #DA8B7B;
}
</style>
background-color css
<style>
a { background-color: #DA8B7B; }
a { background-color: rgb(218,139,123); }
div.DivClassName
{
background-color: #DA8B7B;
}
.BgClassName
{
background-color: #DA8B7B;
}
</style>
border-color css
<style>
span { border-color: #DA8B7B; }
span { border-color: rgb(218,139,123); }
td.TdClassName
{
border-color: #DA8B7B;
}
.TagClassName
{
border-color: #DA8B7B;
}
</style>