Shades of Carissma #DA878A
Tints of Carissma #DA878A
RGB
CMYK
RGB Variations
Color information
#DA878A (or 0xDA878A) is known color: Carissma. HEX triplet: DA, 87 and 8A. RGB value is (218,135,138). Sum of RGB (Red+Green+Blue) = 218+135+138=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA878A is #257875. Grayscale: #A0A0A0. Windows color (decimal): -2455670 or 9078746. OLE color: 9078746.
HSL color Cylindrical-coordinate representation of color #DA878A: hue angle of 357.83º 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 #DA878A is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 135 | 138 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.15 |
| HSL | 357.83º | 0.53% | 0.69% | - |
| HSV(B) | 357.83º | 0.38% | 0.85% | - |
| XYZ | 42.16 | 34.07 | 28.4 | - |
| YUV | 160.16 | 115.5 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 135 | 138 | 0 | 0.38 | 0.37 | 0.15 | 357.83 | 0.53 | 0.69 |
| Hex | DA | 87 | 8A | 0 | 26 | 25 | F | 166 | 35 | 45 |
| Octal | 332 | 207 | 212 | 0 | 46 | 45 | 17 | 546 | 65 | 105 |
| Binary | 11011010 | 10000111 | 10001010 | 0 | 100110 | 100101 | 1111 | 101100110 | 110101 | 1000101 |
Color Harmonies of #DA878A
Complementary color
Monochromatic Colors of #DA878A
Black with #DA878A
Text Example
Text Example
White with #DA878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA878A; }
p { color: rgb(218,135,138); }
H1.HeaderClassName
{
color: #DA878A;
}
.AnyTagClassName
{
color: #DA878A;
}
</style>
background-color css
<style>
a { background-color: #DA878A; }
a { background-color: rgb(218,135,138); }
div.DivClassName
{
background-color: #DA878A;
}
.BgClassName
{
background-color: #DA878A;
}
</style>
border-color css
<style>
span { border-color: #DA878A; }
span { border-color: rgb(218,135,138); }
td.TdClassName
{
border-color: #DA878A;
}
.TagClassName
{
border-color: #DA878A;
}
</style>