Shades of Carissma #DA8095
Tints of Carissma #DA8095
RGB
CMYK
RGB Variations
Color information
#DA8095 (or 0xDA8095) is known color: Carissma. HEX triplet: DA, 80 and 95. RGB value is (218,128,149). Sum of RGB (Red+Green+Blue) = 218+128+149=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8095 is #257F6A. Grayscale: #9D9D9D. Windows color (decimal): -2457451 or 9797850. OLE color: 9797850.
HSL color Cylindrical-coordinate representation of color #DA8095: hue angle of 346º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA8095 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 149 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.15 |
| HSL | 346º | 0.55% | 0.68% | - |
| HSV(B) | 346º | 0.41% | 0.85% | - |
| XYZ | 42.06 | 32.51 | 32.49 | - |
| YUV | 157.3 | 123.32 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 149 | 0 | 0.41 | 0.32 | 0.15 | 346 | 0.55 | 0.68 |
| Hex | DA | 80 | 95 | 0 | 29 | 20 | F | 15A | 37 | 44 |
| Octal | 332 | 200 | 225 | 0 | 51 | 40 | 17 | 532 | 67 | 104 |
| Binary | 11011010 | 10000000 | 10010101 | 0 | 101001 | 100000 | 1111 | 101011010 | 110111 | 1000100 |
Color Harmonies of #DA8095
Complementary color
Monochromatic Colors of #DA8095
Black with #DA8095
Text Example
Text Example
White with #DA8095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8095; }
p { color: rgb(218,128,149); }
H1.HeaderClassName
{
color: #DA8095;
}
.AnyTagClassName
{
color: #DA8095;
}
</style>
background-color css
<style>
a { background-color: #DA8095; }
a { background-color: rgb(218,128,149); }
div.DivClassName
{
background-color: #DA8095;
}
.BgClassName
{
background-color: #DA8095;
}
</style>
border-color css
<style>
span { border-color: #DA8095; }
span { border-color: rgb(218,128,149); }
td.TdClassName
{
border-color: #DA8095;
}
.TagClassName
{
border-color: #DA8095;
}
</style>