Shades of Carissma #D8898D
Tints of Carissma #D8898D
RGB
CMYK
RGB Variations
Color information
#D8898D (or 0xD8898D) is known color: Carissma. HEX triplet: D8, 89 and 8D. RGB value is (216,137,141). Sum of RGB (Red+Green+Blue) = 216+137+141=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D8898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8898D is #277672. Grayscale: #A1A1A1. Windows color (decimal): -2586227 or 9275864. OLE color: 9275864.
HSL color Cylindrical-coordinate representation of color #D8898D: hue angle of 356.96º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D8898D is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 137 | 141 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.15 |
| HSL | 356.96º | 0.5% | 0.69% | - |
| HSV(B) | 356.96º | 0.37% | 0.85% | - |
| XYZ | 42.07 | 34.41 | 29.62 | - |
| YUV | 161.08 | 116.67 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 137 | 141 | 0 | 0.37 | 0.35 | 0.15 | 356.96 | 0.5 | 0.69 |
| Hex | D8 | 89 | 8D | 0 | 25 | 23 | F | 165 | 32 | 45 |
| Octal | 330 | 211 | 215 | 0 | 45 | 43 | 17 | 545 | 62 | 105 |
| Binary | 11011000 | 10001001 | 10001101 | 0 | 100101 | 100011 | 1111 | 101100101 | 110010 | 1000101 |
Color Harmonies of #D8898D
Complementary color
Monochromatic Colors of #D8898D
Black with #D8898D
Text Example
Text Example
White with #D8898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8898D; }
p { color: rgb(216,137,141); }
H1.HeaderClassName
{
color: #D8898D;
}
.AnyTagClassName
{
color: #D8898D;
}
</style>
background-color css
<style>
a { background-color: #D8898D; }
a { background-color: rgb(216,137,141); }
div.DivClassName
{
background-color: #D8898D;
}
.BgClassName
{
background-color: #D8898D;
}
</style>
border-color css
<style>
span { border-color: #D8898D; }
span { border-color: rgb(216,137,141); }
td.TdClassName
{
border-color: #D8898D;
}
.TagClassName
{
border-color: #D8898D;
}
</style>