Shades of Carissma #DA898A
Tints of Carissma #DA898A
RGB
CMYK
RGB Variations
Color information
#DA898A (or 0xDA898A) is known color: Carissma. HEX triplet: DA, 89 and 8A. RGB value is (218,137,138). Sum of RGB (Red+Green+Blue) = 218+137+138=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA898A is #257675. Grayscale: #A1A1A1. Windows color (decimal): -2455158 or 9079258. OLE color: 9079258.
HSL color Cylindrical-coordinate representation of color #DA898A: hue angle of 359.26º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA898A is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 137 | 138 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.15 |
| HSL | 359.26º | 0.52% | 0.7% | - |
| HSV(B) | 359.26º | 0.37% | 0.85% | - |
| XYZ | 42.45 | 34.63 | 28.49 | - |
| YUV | 161.33 | 114.84 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 137 | 138 | 0 | 0.37 | 0.37 | 0.15 | 359.26 | 0.52 | 0.7 |
| Hex | DA | 89 | 8A | 0 | 25 | 25 | F | 167 | 34 | 46 |
| Octal | 332 | 211 | 212 | 0 | 45 | 45 | 17 | 547 | 64 | 106 |
| Binary | 11011010 | 10001001 | 10001010 | 0 | 100101 | 100101 | 1111 | 101100111 | 110100 | 1000110 |
Color Harmonies of #DA898A
Complementary color
Monochromatic Colors of #DA898A
Black with #DA898A
Text Example
Text Example
White with #DA898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA898A; }
p { color: rgb(218,137,138); }
H1.HeaderClassName
{
color: #DA898A;
}
.AnyTagClassName
{
color: #DA898A;
}
</style>
background-color css
<style>
a { background-color: #DA898A; }
a { background-color: rgb(218,137,138); }
div.DivClassName
{
background-color: #DA898A;
}
.BgClassName
{
background-color: #DA898A;
}
</style>
border-color css
<style>
span { border-color: #DA898A; }
span { border-color: rgb(218,137,138); }
td.TdClassName
{
border-color: #DA898A;
}
.TagClassName
{
border-color: #DA898A;
}
</style>