Shades of Carissma #D8818C
Tints of Carissma #D8818C
RGB
CMYK
RGB Variations
Color information
#D8818C (or 0xD8818C) is known color: Carissma. HEX triplet: D8, 81 and 8C. RGB value is (216,129,140). Sum of RGB (Red+Green+Blue) = 216+129+140=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D8818C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8818C is #277E73. Grayscale: #9C9C9C. Windows color (decimal): -2588276 or 9208280. OLE color: 9208280.
HSL color Cylindrical-coordinate representation of color #D8818C: hue angle of 352.41º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D8818C is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 129 | 140 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.15 |
| HSL | 352.41º | 0.53% | 0.68% | - |
| HSV(B) | 352.41º | 0.4% | 0.85% | - |
| XYZ | 40.9 | 32.19 | 28.87 | - |
| YUV | 156.27 | 118.82 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 129 | 140 | 0 | 0.40 | 0.35 | 0.15 | 352.41 | 0.53 | 0.68 |
| Hex | D8 | 81 | 8C | 0 | 28 | 23 | F | 160 | 35 | 44 |
| Octal | 330 | 201 | 214 | 0 | 50 | 43 | 17 | 540 | 65 | 104 |
| Binary | 11011000 | 10000001 | 10001100 | 0 | 101000 | 100011 | 1111 | 101100000 | 110101 | 1000100 |
Color Harmonies of #D8818C
Complementary color
Monochromatic Colors of #D8818C
Black with #D8818C
Text Example
Text Example
White with #D8818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8818C; }
p { color: rgb(216,129,140); }
H1.HeaderClassName
{
color: #D8818C;
}
.AnyTagClassName
{
color: #D8818C;
}
</style>
background-color css
<style>
a { background-color: #D8818C; }
a { background-color: rgb(216,129,140); }
div.DivClassName
{
background-color: #D8818C;
}
.BgClassName
{
background-color: #D8818C;
}
</style>
border-color css
<style>
span { border-color: #D8818C; }
span { border-color: rgb(216,129,140); }
td.TdClassName
{
border-color: #D8818C;
}
.TagClassName
{
border-color: #D8818C;
}
</style>