Shades of Carissma #DA8889
Tints of Carissma #DA8889
RGB
CMYK
RGB Variations
Color information
#DA8889 (or 0xDA8889) is known color: Carissma. HEX triplet: DA, 88 and 89. RGB value is (218,136,137). Sum of RGB (Red+Green+Blue) = 218+136+137=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8889 is #257776. Grayscale: #A0A0A0. Windows color (decimal): -2455415 or 9013466. OLE color: 9013466.
HSL color Cylindrical-coordinate representation of color #DA8889: hue angle of 359.27º 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 #DA8889 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 137 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.15 |
| HSL | 359.27º | 0.53% | 0.69% | - |
| HSV(B) | 359.27º | 0.38% | 0.85% | - |
| XYZ | 42.23 | 34.32 | 28.07 | - |
| YUV | 160.63 | 114.67 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 137 | 0 | 0.38 | 0.37 | 0.15 | 359.27 | 0.53 | 0.69 |
| Hex | DA | 88 | 89 | 0 | 26 | 25 | F | 167 | 35 | 45 |
| Octal | 332 | 210 | 211 | 0 | 46 | 45 | 17 | 547 | 65 | 105 |
| Binary | 11011010 | 10001000 | 10001001 | 0 | 100110 | 100101 | 1111 | 101100111 | 110101 | 1000101 |
Color Harmonies of #DA8889
Complementary color
Monochromatic Colors of #DA8889
Black with #DA8889
Text Example
Text Example
White with #DA8889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8889; }
p { color: rgb(218,136,137); }
H1.HeaderClassName
{
color: #DA8889;
}
.AnyTagClassName
{
color: #DA8889;
}
</style>
background-color css
<style>
a { background-color: #DA8889; }
a { background-color: rgb(218,136,137); }
div.DivClassName
{
background-color: #DA8889;
}
.BgClassName
{
background-color: #DA8889;
}
</style>
border-color css
<style>
span { border-color: #DA8889; }
span { border-color: rgb(218,136,137); }
td.TdClassName
{
border-color: #DA8889;
}
.TagClassName
{
border-color: #DA8889;
}
</style>