Shades of My Pink #DA8C85
Tints of My Pink #DA8C85
RGB
CMYK
RGB Variations
Color information
#DA8C85 (or 0xDA8C85) is known color: My Pink. HEX triplet: DA, 8C and 85. RGB value is (218,140,133). Sum of RGB (Red+Green+Blue) = 218+140+133=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8C85 is #25737A. Grayscale: #A2A2A2. Windows color (decimal): -2454395 or 8752346. OLE color: 8752346.
HSL color Cylindrical-coordinate representation of color #DA8C85: hue angle of 4.94º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA8C85 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 133 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.15 |
| HSL | 4.94º | 0.53% | 0.69% | - |
| HSV(B) | 4.94º | 0.39% | 0.85% | - |
| XYZ | 42.53 | 35.36 | 26.77 | - |
| YUV | 162.52 | 111.34 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 133 | 0 | 0.36 | 0.39 | 0.15 | 4.94 | 0.53 | 0.69 |
| Hex | DA | 8C | 85 | 0 | 24 | 27 | F | 5 | 35 | 45 |
| Octal | 332 | 214 | 205 | 0 | 44 | 47 | 17 | 5 | 65 | 105 |
| Binary | 11011010 | 10001100 | 10000101 | 0 | 100100 | 100111 | 1111 | 101 | 110101 | 1000101 |
Color Harmonies of #DA8C85
Complementary color
Monochromatic Colors of #DA8C85
Black with #DA8C85
Text Example
Text Example
White with #DA8C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C85; }
p { color: rgb(218,140,133); }
H1.HeaderClassName
{
color: #DA8C85;
}
.AnyTagClassName
{
color: #DA8C85;
}
</style>
background-color css
<style>
a { background-color: #DA8C85; }
a { background-color: rgb(218,140,133); }
div.DivClassName
{
background-color: #DA8C85;
}
.BgClassName
{
background-color: #DA8C85;
}
</style>
border-color css
<style>
span { border-color: #DA8C85; }
span { border-color: rgb(218,140,133); }
td.TdClassName
{
border-color: #DA8C85;
}
.TagClassName
{
border-color: #DA8C85;
}
</style>