Shades of Carissma #DA8893
Tints of Carissma #DA8893
RGB
CMYK
RGB Variations
Color information
#DA8893 (or 0xDA8893) is known color: Carissma. HEX triplet: DA, 88 and 93. RGB value is (218,136,147). Sum of RGB (Red+Green+Blue) = 218+136+147=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8893 is #25776C. Grayscale: #A1A1A1. Windows color (decimal): -2455405 or 9668826. OLE color: 9668826.
HSL color Cylindrical-coordinate representation of color #DA8893: hue angle of 351.95º 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 #DA8893 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 147 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.15 |
| HSL | 351.95º | 0.53% | 0.69% | - |
| HSV(B) | 351.95º | 0.38% | 0.85% | - |
| XYZ | 42.98 | 34.62 | 32.02 | - |
| YUV | 161.77 | 119.67 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 147 | 0 | 0.38 | 0.33 | 0.15 | 351.95 | 0.53 | 0.69 |
| Hex | DA | 88 | 93 | 0 | 26 | 21 | F | 160 | 35 | 45 |
| Octal | 332 | 210 | 223 | 0 | 46 | 41 | 17 | 540 | 65 | 105 |
| Binary | 11011010 | 10001000 | 10010011 | 0 | 100110 | 100001 | 1111 | 101100000 | 110101 | 1000101 |
Color Harmonies of #DA8893
Complementary color
Monochromatic Colors of #DA8893
Black with #DA8893
Text Example
Text Example
White with #DA8893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8893; }
p { color: rgb(218,136,147); }
H1.HeaderClassName
{
color: #DA8893;
}
.AnyTagClassName
{
color: #DA8893;
}
</style>
background-color css
<style>
a { background-color: #DA8893; }
a { background-color: rgb(218,136,147); }
div.DivClassName
{
background-color: #DA8893;
}
.BgClassName
{
background-color: #DA8893;
}
</style>
border-color css
<style>
span { border-color: #DA8893; }
span { border-color: rgb(218,136,147); }
td.TdClassName
{
border-color: #DA8893;
}
.TagClassName
{
border-color: #DA8893;
}
</style>