Shades of Carissma #DA8486
Tints of Carissma #DA8486
RGB
CMYK
RGB Variations
Color information
#DA8486 (or 0xDA8486) is known color: Carissma. HEX triplet: DA, 84 and 86. RGB value is (218,132,134). Sum of RGB (Red+Green+Blue) = 218+132+134=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8486 is #257B79. Grayscale: #9E9E9E. Windows color (decimal): -2456442 or 8815834. OLE color: 8815834.
HSL color Cylindrical-coordinate representation of color #DA8486: hue angle of 358.6º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA8486 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 134 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.15 |
| HSL | 358.6º | 0.54% | 0.69% | - |
| HSV(B) | 358.6º | 0.39% | 0.85% | - |
| XYZ | 41.47 | 33.13 | 26.76 | - |
| YUV | 157.94 | 114.49 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 134 | 0 | 0.39 | 0.39 | 0.15 | 358.6 | 0.54 | 0.69 |
| Hex | DA | 84 | 86 | 0 | 27 | 27 | F | 167 | 36 | 45 |
| Octal | 332 | 204 | 206 | 0 | 47 | 47 | 17 | 547 | 66 | 105 |
| Binary | 11011010 | 10000100 | 10000110 | 0 | 100111 | 100111 | 1111 | 101100111 | 110110 | 1000101 |
Color Harmonies of #DA8486
Complementary color
Monochromatic Colors of #DA8486
Black with #DA8486
Text Example
Text Example
White with #DA8486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8486; }
p { color: rgb(218,132,134); }
H1.HeaderClassName
{
color: #DA8486;
}
.AnyTagClassName
{
color: #DA8486;
}
</style>
background-color css
<style>
a { background-color: #DA8486; }
a { background-color: rgb(218,132,134); }
div.DivClassName
{
background-color: #DA8486;
}
.BgClassName
{
background-color: #DA8486;
}
</style>
border-color css
<style>
span { border-color: #DA8486; }
span { border-color: rgb(218,132,134); }
td.TdClassName
{
border-color: #DA8486;
}
.TagClassName
{
border-color: #DA8486;
}
</style>