Shades of Carissma #D8828E
Tints of Carissma #D8828E
RGB
CMYK
RGB Variations
Color information
#D8828E (or 0xD8828E) is known color: Carissma. HEX triplet: D8, 82 and 8E. RGB value is (216,130,142). Sum of RGB (Red+Green+Blue) = 216+130+142=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D8828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8828E is #277D71. Grayscale: #9D9D9D. Windows color (decimal): -2588018 or 9339608. OLE color: 9339608.
HSL color Cylindrical-coordinate representation of color #D8828E: hue angle of 351.63º degrees, saturation: 0.52, 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 #D8828E is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 130 | 142 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.15 |
| HSL | 351.63º | 0.52% | 0.68% | - |
| HSV(B) | 351.63º | 0.4% | 0.85% | - |
| XYZ | 41.18 | 32.52 | 29.7 | - |
| YUV | 157.08 | 119.49 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 142 | 0 | 0.40 | 0.34 | 0.15 | 351.63 | 0.52 | 0.68 |
| Hex | D8 | 82 | 8E | 0 | 28 | 22 | F | 160 | 34 | 44 |
| Octal | 330 | 202 | 216 | 0 | 50 | 42 | 17 | 540 | 64 | 104 |
| Binary | 11011000 | 10000010 | 10001110 | 0 | 101000 | 100010 | 1111 | 101100000 | 110100 | 1000100 |
Color Harmonies of #D8828E
Complementary color
Monochromatic Colors of #D8828E
Black with #D8828E
Text Example
Text Example
White with #D8828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8828E; }
p { color: rgb(216,130,142); }
H1.HeaderClassName
{
color: #D8828E;
}
.AnyTagClassName
{
color: #D8828E;
}
</style>
background-color css
<style>
a { background-color: #D8828E; }
a { background-color: rgb(216,130,142); }
div.DivClassName
{
background-color: #D8828E;
}
.BgClassName
{
background-color: #D8828E;
}
</style>
border-color css
<style>
span { border-color: #D8828E; }
span { border-color: rgb(216,130,142); }
td.TdClassName
{
border-color: #D8828E;
}
.TagClassName
{
border-color: #D8828E;
}
</style>