Shades of Carissma #DA8391
Tints of Carissma #DA8391
RGB
CMYK
RGB Variations
Color information
#DA8391 (or 0xDA8391) is known color: Carissma. HEX triplet: DA, 83 and 91. RGB value is (218,131,145). Sum of RGB (Red+Green+Blue) = 218+131+145=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8391 is #257C6E. Grayscale: #9E9E9E. Windows color (decimal): -2456687 or 9536474. OLE color: 9536474.
HSL color Cylindrical-coordinate representation of color #DA8391: hue angle of 350.34º degrees, saturation: 0.54, 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 #DA8391 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 131 | 145 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.15 |
| HSL | 350.34º | 0.54% | 0.68% | - |
| HSV(B) | 350.34º | 0.4% | 0.85% | - |
| XYZ | 42.14 | 33.18 | 30.97 | - |
| YUV | 158.61 | 120.32 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 131 | 145 | 0 | 0.40 | 0.33 | 0.15 | 350.34 | 0.54 | 0.68 |
| Hex | DA | 83 | 91 | 0 | 28 | 21 | F | 15E | 36 | 44 |
| Octal | 332 | 203 | 221 | 0 | 50 | 41 | 17 | 536 | 66 | 104 |
| Binary | 11011010 | 10000011 | 10010001 | 0 | 101000 | 100001 | 1111 | 101011110 | 110110 | 1000100 |
Color Harmonies of #DA8391
Complementary color
Monochromatic Colors of #DA8391
Black with #DA8391
Text Example
Text Example
White with #DA8391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8391; }
p { color: rgb(218,131,145); }
H1.HeaderClassName
{
color: #DA8391;
}
.AnyTagClassName
{
color: #DA8391;
}
</style>
background-color css
<style>
a { background-color: #DA8391; }
a { background-color: rgb(218,131,145); }
div.DivClassName
{
background-color: #DA8391;
}
.BgClassName
{
background-color: #DA8391;
}
</style>
border-color css
<style>
span { border-color: #DA8391; }
span { border-color: rgb(218,131,145); }
td.TdClassName
{
border-color: #DA8391;
}
.TagClassName
{
border-color: #DA8391;
}
</style>