Shades of Carissma #D8888E
Tints of Carissma #D8888E
RGB
CMYK
RGB Variations
Color information
#D8888E (or 0xD8888E) is known color: Carissma. HEX triplet: D8, 88 and 8E. RGB value is (216,136,142). Sum of RGB (Red+Green+Blue) = 216+136+142=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D8888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8888E is #277771. Grayscale: #A0A0A0. Windows color (decimal): -2586482 or 9341144. OLE color: 9341144.
HSL color Cylindrical-coordinate representation of color #D8888E: hue angle of 355.5º 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 #D8888E is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 136 | 142 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.15 |
| HSL | 355.5º | 0.51% | 0.69% | - |
| HSV(B) | 355.5º | 0.37% | 0.85% | - |
| XYZ | 42.01 | 34.16 | 29.97 | - |
| YUV | 160.6 | 117.5 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 136 | 142 | 0 | 0.37 | 0.34 | 0.15 | 355.5 | 0.51 | 0.69 |
| Hex | D8 | 88 | 8E | 0 | 25 | 22 | F | 164 | 33 | 45 |
| Octal | 330 | 210 | 216 | 0 | 45 | 42 | 17 | 544 | 63 | 105 |
| Binary | 11011000 | 10001000 | 10001110 | 0 | 100101 | 100010 | 1111 | 101100100 | 110011 | 1000101 |
Color Harmonies of #D8888E
Complementary color
Monochromatic Colors of #D8888E
Black with #D8888E
Text Example
Text Example
White with #D8888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8888E; }
p { color: rgb(216,136,142); }
H1.HeaderClassName
{
color: #D8888E;
}
.AnyTagClassName
{
color: #D8888E;
}
</style>
background-color css
<style>
a { background-color: #D8888E; }
a { background-color: rgb(216,136,142); }
div.DivClassName
{
background-color: #D8888E;
}
.BgClassName
{
background-color: #D8888E;
}
</style>
border-color css
<style>
span { border-color: #D8888E; }
span { border-color: rgb(216,136,142); }
td.TdClassName
{
border-color: #D8888E;
}
.TagClassName
{
border-color: #D8888E;
}
</style>