Shades of Carissma #DA8186
Tints of Carissma #DA8186
RGB
CMYK
RGB Variations
Color information
#DA8186 (or 0xDA8186) is known color: Carissma. HEX triplet: DA, 81 and 86. RGB value is (218,129,134). Sum of RGB (Red+Green+Blue) = 218+129+134=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8186 is #257E79. Grayscale: #9C9C9C. Windows color (decimal): -2457210 or 8815066. OLE color: 8815066.
HSL color Cylindrical-coordinate representation of color #DA8186: hue angle of 356.63º 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 #DA8186 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 134 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.15 |
| HSL | 356.63º | 0.55% | 0.68% | - |
| HSV(B) | 356.63º | 0.41% | 0.85% | - |
| XYZ | 41.07 | 32.33 | 26.63 | - |
| YUV | 156.18 | 115.49 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 134 | 0 | 0.41 | 0.39 | 0.15 | 356.63 | 0.55 | 0.68 |
| Hex | DA | 81 | 86 | 0 | 29 | 27 | F | 165 | 37 | 44 |
| Octal | 332 | 201 | 206 | 0 | 51 | 47 | 17 | 545 | 67 | 104 |
| Binary | 11011010 | 10000001 | 10000110 | 0 | 101001 | 100111 | 1111 | 101100101 | 110111 | 1000100 |
Color Harmonies of #DA8186
Complementary color
Monochromatic Colors of #DA8186
Black with #DA8186
Text Example
Text Example
White with #DA8186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8186; }
p { color: rgb(218,129,134); }
H1.HeaderClassName
{
color: #DA8186;
}
.AnyTagClassName
{
color: #DA8186;
}
</style>
background-color css
<style>
a { background-color: #DA8186; }
a { background-color: rgb(218,129,134); }
div.DivClassName
{
background-color: #DA8186;
}
.BgClassName
{
background-color: #DA8186;
}
</style>
border-color css
<style>
span { border-color: #DA8186; }
span { border-color: rgb(218,129,134); }
td.TdClassName
{
border-color: #DA8186;
}
.TagClassName
{
border-color: #DA8186;
}
</style>