Shades of Carissma #D8848B
Tints of Carissma #D8848B
RGB
CMYK
RGB Variations
Color information
#D8848B (or 0xD8848B) is known color: Carissma. HEX triplet: D8, 84 and 8B. RGB value is (216,132,139). Sum of RGB (Red+Green+Blue) = 216+132+139=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D8848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8848B is #277B74. Grayscale: #9D9D9D. Windows color (decimal): -2587509 or 9143512. OLE color: 9143512.
HSL color Cylindrical-coordinate representation of color #D8848B: hue angle of 355º 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 #D8848B is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 132 | 139 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.15 |
| HSL | 355º | 0.52% | 0.68% | - |
| HSV(B) | 355º | 0.39% | 0.85% | - |
| XYZ | 41.23 | 32.97 | 28.62 | - |
| YUV | 157.91 | 117.33 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 132 | 139 | 0 | 0.39 | 0.36 | 0.15 | 355 | 0.52 | 0.68 |
| Hex | D8 | 84 | 8B | 0 | 27 | 24 | F | 163 | 34 | 44 |
| Octal | 330 | 204 | 213 | 0 | 47 | 44 | 17 | 543 | 64 | 104 |
| Binary | 11011000 | 10000100 | 10001011 | 0 | 100111 | 100100 | 1111 | 101100011 | 110100 | 1000100 |
Color Harmonies of #D8848B
Complementary color
Monochromatic Colors of #D8848B
Black with #D8848B
Text Example
Text Example
White with #D8848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8848B; }
p { color: rgb(216,132,139); }
H1.HeaderClassName
{
color: #D8848B;
}
.AnyTagClassName
{
color: #D8848B;
}
</style>
background-color css
<style>
a { background-color: #D8848B; }
a { background-color: rgb(216,132,139); }
div.DivClassName
{
background-color: #D8848B;
}
.BgClassName
{
background-color: #D8848B;
}
</style>
border-color css
<style>
span { border-color: #D8848B; }
span { border-color: rgb(216,132,139); }
td.TdClassName
{
border-color: #D8848B;
}
.TagClassName
{
border-color: #D8848B;
}
</style>