Shades of Carissma #D8888D
Tints of Carissma #D8888D
RGB
CMYK
RGB Variations
Color information
#D8888D (or 0xD8888D) is known color: Carissma. HEX triplet: D8, 88 and 8D. RGB value is (216,136,141). Sum of RGB (Red+Green+Blue) = 216+136+141=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D8888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8888D is #277772. Grayscale: #A0A0A0. Windows color (decimal): -2586483 or 9275608. OLE color: 9275608.
HSL color Cylindrical-coordinate representation of color #D8888D: hue angle of 356.25º degrees, saturation: 0.51, 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 #D8888D is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 136 | 141 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.15 |
| HSL | 356.25º | 0.51% | 0.69% | - |
| HSV(B) | 356.25º | 0.37% | 0.85% | - |
| XYZ | 41.93 | 34.13 | 29.58 | - |
| YUV | 160.49 | 117 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 136 | 141 | 0 | 0.37 | 0.35 | 0.15 | 356.25 | 0.51 | 0.69 |
| Hex | D8 | 88 | 8D | 0 | 25 | 23 | F | 164 | 33 | 45 |
| Octal | 330 | 210 | 215 | 0 | 45 | 43 | 17 | 544 | 63 | 105 |
| Binary | 11011000 | 10001000 | 10001101 | 0 | 100101 | 100011 | 1111 | 101100100 | 110011 | 1000101 |
Color Harmonies of #D8888D
Complementary color
Monochromatic Colors of #D8888D
Black with #D8888D
Text Example
Text Example
White with #D8888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8888D; }
p { color: rgb(216,136,141); }
H1.HeaderClassName
{
color: #D8888D;
}
.AnyTagClassName
{
color: #D8888D;
}
</style>
background-color css
<style>
a { background-color: #D8888D; }
a { background-color: rgb(216,136,141); }
div.DivClassName
{
background-color: #D8888D;
}
.BgClassName
{
background-color: #D8888D;
}
</style>
border-color css
<style>
span { border-color: #D8888D; }
span { border-color: rgb(216,136,141); }
td.TdClassName
{
border-color: #D8888D;
}
.TagClassName
{
border-color: #D8888D;
}
</style>