Shades of Carissma #DA888A
Tints of Carissma #DA888A
RGB
CMYK
RGB Variations
Color information
#DA888A (or 0xDA888A) is known color: Carissma. HEX triplet: DA, 88 and 8A. RGB value is (218,136,138). Sum of RGB (Red+Green+Blue) = 218+136+138=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA888A is #257775. Grayscale: #A0A0A0. Windows color (decimal): -2455414 or 9079002. OLE color: 9079002.
HSL color Cylindrical-coordinate representation of color #DA888A: hue angle of 358.54º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA888A is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 138 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.15 |
| HSL | 358.54º | 0.53% | 0.69% | - |
| HSV(B) | 358.54º | 0.38% | 0.85% | - |
| XYZ | 42.31 | 34.35 | 28.45 | - |
| YUV | 160.75 | 115.17 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 138 | 0 | 0.38 | 0.37 | 0.15 | 358.54 | 0.53 | 0.69 |
| Hex | DA | 88 | 8A | 0 | 26 | 25 | F | 167 | 35 | 45 |
| Octal | 332 | 210 | 212 | 0 | 46 | 45 | 17 | 547 | 65 | 105 |
| Binary | 11011010 | 10001000 | 10001010 | 0 | 100110 | 100101 | 1111 | 101100111 | 110101 | 1000101 |
Color Harmonies of #DA888A
Complementary color
Monochromatic Colors of #DA888A
Black with #DA888A
Text Example
Text Example
White with #DA888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA888A; }
p { color: rgb(218,136,138); }
H1.HeaderClassName
{
color: #DA888A;
}
.AnyTagClassName
{
color: #DA888A;
}
</style>
background-color css
<style>
a { background-color: #DA888A; }
a { background-color: rgb(218,136,138); }
div.DivClassName
{
background-color: #DA888A;
}
.BgClassName
{
background-color: #DA888A;
}
</style>
border-color css
<style>
span { border-color: #DA888A; }
span { border-color: rgb(218,136,138); }
td.TdClassName
{
border-color: #DA888A;
}
.TagClassName
{
border-color: #DA888A;
}
</style>