Shades of Carissma #DA898E
Tints of Carissma #DA898E
RGB
CMYK
RGB Variations
Color information
#DA898E (or 0xDA898E) is known color: Carissma. HEX triplet: DA, 89 and 8E. RGB value is (218,137,142). Sum of RGB (Red+Green+Blue) = 218+137+142=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA898E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA898E is #257671. Grayscale: #A1A1A1. Windows color (decimal): -2455154 or 9341402. OLE color: 9341402.
HSL color Cylindrical-coordinate representation of color #DA898E: hue angle of 356.3º 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 #DA898E is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 137 | 142 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.15 |
| HSL | 356.3º | 0.52% | 0.7% | - |
| HSV(B) | 356.3º | 0.37% | 0.85% | - |
| XYZ | 42.74 | 34.75 | 30.05 | - |
| YUV | 161.79 | 116.84 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 137 | 142 | 0 | 0.37 | 0.35 | 0.15 | 356.3 | 0.52 | 0.7 |
| Hex | DA | 89 | 8E | 0 | 25 | 23 | F | 164 | 34 | 46 |
| Octal | 332 | 211 | 216 | 0 | 45 | 43 | 17 | 544 | 64 | 106 |
| Binary | 11011010 | 10001001 | 10001110 | 0 | 100101 | 100011 | 1111 | 101100100 | 110100 | 1000110 |
Color Harmonies of #DA898E
Complementary color
Monochromatic Colors of #DA898E
Black with #DA898E
Text Example
Text Example
White with #DA898E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA898E; }
p { color: rgb(218,137,142); }
H1.HeaderClassName
{
color: #DA898E;
}
.AnyTagClassName
{
color: #DA898E;
}
</style>
background-color css
<style>
a { background-color: #DA898E; }
a { background-color: rgb(218,137,142); }
div.DivClassName
{
background-color: #DA898E;
}
.BgClassName
{
background-color: #DA898E;
}
</style>
border-color css
<style>
span { border-color: #DA898E; }
span { border-color: rgb(218,137,142); }
td.TdClassName
{
border-color: #DA898E;
}
.TagClassName
{
border-color: #DA898E;
}
</style>