Shades of Carissma #DA878B
Tints of Carissma #DA878B
RGB
CMYK
RGB Variations
Color information
#DA878B (or 0xDA878B) is known color: Carissma. HEX triplet: DA, 87 and 8B. RGB value is (218,135,139). Sum of RGB (Red+Green+Blue) = 218+135+139=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA878B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA878B is #257874. Grayscale: #A0A0A0. Windows color (decimal): -2455669 or 9144282. OLE color: 9144282.
HSL color Cylindrical-coordinate representation of color #DA878B: hue angle of 357.11º 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 #DA878B is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 135 | 139 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.15 |
| HSL | 357.11º | 0.53% | 0.69% | - |
| HSV(B) | 357.11º | 0.38% | 0.85% | - |
| XYZ | 42.24 | 34.1 | 28.78 | - |
| YUV | 160.27 | 116 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 135 | 139 | 0 | 0.38 | 0.36 | 0.15 | 357.11 | 0.53 | 0.69 |
| Hex | DA | 87 | 8B | 0 | 26 | 24 | F | 165 | 35 | 45 |
| Octal | 332 | 207 | 213 | 0 | 46 | 44 | 17 | 545 | 65 | 105 |
| Binary | 11011010 | 10000111 | 10001011 | 0 | 100110 | 100100 | 1111 | 101100101 | 110101 | 1000101 |
Color Harmonies of #DA878B
Complementary color
Monochromatic Colors of #DA878B
Black with #DA878B
Text Example
Text Example
White with #DA878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA878B; }
p { color: rgb(218,135,139); }
H1.HeaderClassName
{
color: #DA878B;
}
.AnyTagClassName
{
color: #DA878B;
}
</style>
background-color css
<style>
a { background-color: #DA878B; }
a { background-color: rgb(218,135,139); }
div.DivClassName
{
background-color: #DA878B;
}
.BgClassName
{
background-color: #DA878B;
}
</style>
border-color css
<style>
span { border-color: #DA878B; }
span { border-color: rgb(218,135,139); }
td.TdClassName
{
border-color: #DA878B;
}
.TagClassName
{
border-color: #DA878B;
}
</style>