Shades of Carissma #DA888D
Tints of Carissma #DA888D
RGB
CMYK
RGB Variations
Color information
#DA888D (or 0xDA888D) is known color: Carissma. HEX triplet: DA, 88 and 8D. RGB value is (218,136,141). Sum of RGB (Red+Green+Blue) = 218+136+141=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA888D is #257772. Grayscale: #A1A1A1. Windows color (decimal): -2455411 or 9275610. OLE color: 9275610.
HSL color Cylindrical-coordinate representation of color #DA888D: hue angle of 356.34º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA888D is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 141 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.15 |
| HSL | 356.34º | 0.53% | 0.69% | - |
| HSV(B) | 356.34º | 0.38% | 0.85% | - |
| XYZ | 42.53 | 34.44 | 29.6 | - |
| YUV | 161.09 | 116.67 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 141 | 0 | 0.38 | 0.35 | 0.15 | 356.34 | 0.53 | 0.69 |
| Hex | DA | 88 | 8D | 0 | 26 | 23 | F | 164 | 35 | 45 |
| Octal | 332 | 210 | 215 | 0 | 46 | 43 | 17 | 544 | 65 | 105 |
| Binary | 11011010 | 10001000 | 10001101 | 0 | 100110 | 100011 | 1111 | 101100100 | 110101 | 1000101 |
Color Harmonies of #DA888D
Complementary color
Monochromatic Colors of #DA888D
Black with #DA888D
Text Example
Text Example
White with #DA888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA888D; }
p { color: rgb(218,136,141); }
H1.HeaderClassName
{
color: #DA888D;
}
.AnyTagClassName
{
color: #DA888D;
}
</style>
background-color css
<style>
a { background-color: #DA888D; }
a { background-color: rgb(218,136,141); }
div.DivClassName
{
background-color: #DA888D;
}
.BgClassName
{
background-color: #DA888D;
}
</style>
border-color css
<style>
span { border-color: #DA888D; }
span { border-color: rgb(218,136,141); }
td.TdClassName
{
border-color: #DA888D;
}
.TagClassName
{
border-color: #DA888D;
}
</style>