Shades of Charm #DA8085
Tints of Charm #DA8085
RGB
CMYK
RGB Variations
Color information
#DA8085 (or 0xDA8085) is known color: Charm. HEX triplet: DA, 80 and 85. RGB value is (218,128,133). Sum of RGB (Red+Green+Blue) = 218+128+133=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8085 is #257F7A. Grayscale: #9B9B9B. Windows color (decimal): -2457467 or 8749274. OLE color: 8749274.
HSL color Cylindrical-coordinate representation of color #DA8085: hue angle of 356.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA8085 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 133 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.15 |
| HSL | 356.67º | 0.55% | 0.68% | - |
| HSV(B) | 356.67º | 0.41% | 0.85% | - |
| XYZ | 40.87 | 32.04 | 26.22 | - |
| YUV | 155.48 | 115.32 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 133 | 0 | 0.41 | 0.39 | 0.15 | 356.67 | 0.55 | 0.68 |
| Hex | DA | 80 | 85 | 0 | 29 | 27 | F | 165 | 37 | 44 |
| Octal | 332 | 200 | 205 | 0 | 51 | 47 | 17 | 545 | 67 | 104 |
| Binary | 11011010 | 10000000 | 10000101 | 0 | 101001 | 100111 | 1111 | 101100101 | 110111 | 1000100 |
Color Harmonies of #DA8085
Complementary color
Monochromatic Colors of #DA8085
Black with #DA8085
Text Example
Text Example
White with #DA8085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8085; }
p { color: rgb(218,128,133); }
H1.HeaderClassName
{
color: #DA8085;
}
.AnyTagClassName
{
color: #DA8085;
}
</style>
background-color css
<style>
a { background-color: #DA8085; }
a { background-color: rgb(218,128,133); }
div.DivClassName
{
background-color: #DA8085;
}
.BgClassName
{
background-color: #DA8085;
}
</style>
border-color css
<style>
span { border-color: #DA8085; }
span { border-color: rgb(218,128,133); }
td.TdClassName
{
border-color: #DA8085;
}
.TagClassName
{
border-color: #DA8085;
}
</style>