Shades of Carissma #DA8193
Tints of Carissma #DA8193
RGB
CMYK
RGB Variations
Color information
#DA8193 (or 0xDA8193) is known color: Carissma. HEX triplet: DA, 81 and 93. RGB value is (218,129,147). Sum of RGB (Red+Green+Blue) = 218+129+147=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8193 is #257E6C. Grayscale: #9D9D9D. Windows color (decimal): -2457197 or 9667034. OLE color: 9667034.
HSL color Cylindrical-coordinate representation of color #DA8193: hue angle of 347.87º 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 #DA8193 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 147 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.15 |
| HSL | 347.87º | 0.55% | 0.68% | - |
| HSV(B) | 347.87º | 0.41% | 0.85% | - |
| XYZ | 42.03 | 32.71 | 31.7 | - |
| YUV | 157.66 | 121.99 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 147 | 0 | 0.41 | 0.33 | 0.15 | 347.87 | 0.55 | 0.68 |
| Hex | DA | 81 | 93 | 0 | 29 | 21 | F | 15C | 37 | 44 |
| Octal | 332 | 201 | 223 | 0 | 51 | 41 | 17 | 534 | 67 | 104 |
| Binary | 11011010 | 10000001 | 10010011 | 0 | 101001 | 100001 | 1111 | 101011100 | 110111 | 1000100 |
Color Harmonies of #DA8193
Complementary color
Monochromatic Colors of #DA8193
Black with #DA8193
Text Example
Text Example
White with #DA8193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8193; }
p { color: rgb(218,129,147); }
H1.HeaderClassName
{
color: #DA8193;
}
.AnyTagClassName
{
color: #DA8193;
}
</style>
background-color css
<style>
a { background-color: #DA8193; }
a { background-color: rgb(218,129,147); }
div.DivClassName
{
background-color: #DA8193;
}
.BgClassName
{
background-color: #DA8193;
}
</style>
border-color css
<style>
span { border-color: #DA8193; }
span { border-color: rgb(218,129,147); }
td.TdClassName
{
border-color: #DA8193;
}
.TagClassName
{
border-color: #DA8193;
}
</style>