Shades of Carissma #D8848D
Tints of Carissma #D8848D
RGB
CMYK
RGB Variations
Color information
#D8848D (or 0xD8848D) is known color: Carissma. HEX triplet: D8, 84 and 8D. RGB value is (216,132,141). Sum of RGB (Red+Green+Blue) = 216+132+141=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D8848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8848D is #277B72. Grayscale: #9E9E9E. Windows color (decimal): -2587507 or 9274584. OLE color: 9274584.
HSL color Cylindrical-coordinate representation of color #D8848D: hue angle of 353.57º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D8848D is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 132 | 141 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.15 |
| HSL | 353.57º | 0.52% | 0.68% | - |
| HSV(B) | 353.57º | 0.39% | 0.85% | - |
| XYZ | 41.38 | 33.02 | 29.39 | - |
| YUV | 158.14 | 118.33 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 132 | 141 | 0 | 0.39 | 0.35 | 0.15 | 353.57 | 0.52 | 0.68 |
| Hex | D8 | 84 | 8D | 0 | 27 | 23 | F | 162 | 34 | 44 |
| Octal | 330 | 204 | 215 | 0 | 47 | 43 | 17 | 542 | 64 | 104 |
| Binary | 11011000 | 10000100 | 10001101 | 0 | 100111 | 100011 | 1111 | 101100010 | 110100 | 1000100 |
Color Harmonies of #D8848D
Complementary color
Monochromatic Colors of #D8848D
Black with #D8848D
Text Example
Text Example
White with #D8848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8848D; }
p { color: rgb(216,132,141); }
H1.HeaderClassName
{
color: #D8848D;
}
.AnyTagClassName
{
color: #D8848D;
}
</style>
background-color css
<style>
a { background-color: #D8848D; }
a { background-color: rgb(216,132,141); }
div.DivClassName
{
background-color: #D8848D;
}
.BgClassName
{
background-color: #D8848D;
}
</style>
border-color css
<style>
span { border-color: #D8848D; }
span { border-color: rgb(216,132,141); }
td.TdClassName
{
border-color: #D8848D;
}
.TagClassName
{
border-color: #D8848D;
}
</style>