Shades of Carissma #DA8991
Tints of Carissma #DA8991
RGB
CMYK
RGB Variations
Color information
#DA8991 (or 0xDA8991) is known color: Carissma. HEX triplet: DA, 89 and 91. RGB value is (218,137,145). Sum of RGB (Red+Green+Blue) = 218+137+145=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8991 is #25766E. Grayscale: #A2A2A2. Windows color (decimal): -2455151 or 9538010. OLE color: 9538010.
HSL color Cylindrical-coordinate representation of color #DA8991: hue angle of 354.07º 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 #DA8991 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 137 | 145 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.15 |
| HSL | 354.07º | 0.52% | 0.7% | - |
| HSV(B) | 354.07º | 0.37% | 0.85% | - |
| XYZ | 42.97 | 34.84 | 31.25 | - |
| YUV | 162.13 | 118.34 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 137 | 145 | 0 | 0.37 | 0.33 | 0.15 | 354.07 | 0.52 | 0.7 |
| Hex | DA | 89 | 91 | 0 | 25 | 21 | F | 162 | 34 | 46 |
| Octal | 332 | 211 | 221 | 0 | 45 | 41 | 17 | 542 | 64 | 106 |
| Binary | 11011010 | 10001001 | 10010001 | 0 | 100101 | 100001 | 1111 | 101100010 | 110100 | 1000110 |
Color Harmonies of #DA8991
Complementary color
Monochromatic Colors of #DA8991
Black with #DA8991
Text Example
Text Example
White with #DA8991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8991; }
p { color: rgb(218,137,145); }
H1.HeaderClassName
{
color: #DA8991;
}
.AnyTagClassName
{
color: #DA8991;
}
</style>
background-color css
<style>
a { background-color: #DA8991; }
a { background-color: rgb(218,137,145); }
div.DivClassName
{
background-color: #DA8991;
}
.BgClassName
{
background-color: #DA8991;
}
</style>
border-color css
<style>
span { border-color: #DA8991; }
span { border-color: rgb(218,137,145); }
td.TdClassName
{
border-color: #DA8991;
}
.TagClassName
{
border-color: #DA8991;
}
</style>