Shades of Carissma #DA8393
Tints of Carissma #DA8393
RGB
CMYK
RGB Variations
Color information
#DA8393 (or 0xDA8393) is known color: Carissma. HEX triplet: DA, 83 and 93. RGB value is (218,131,147). Sum of RGB (Red+Green+Blue) = 218+131+147=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8393 is #257C6C. Grayscale: #9E9E9E. Windows color (decimal): -2456685 or 9667546. OLE color: 9667546.
HSL color Cylindrical-coordinate representation of color #DA8393: hue angle of 348.97º 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 #DA8393 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 131 | 147 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.15 |
| HSL | 348.97º | 0.54% | 0.68% | - |
| HSV(B) | 348.97º | 0.4% | 0.85% | - |
| XYZ | 42.3 | 33.24 | 31.79 | - |
| YUV | 158.84 | 121.32 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 131 | 147 | 0 | 0.40 | 0.33 | 0.15 | 348.97 | 0.54 | 0.68 |
| Hex | DA | 83 | 93 | 0 | 28 | 21 | F | 15D | 36 | 44 |
| Octal | 332 | 203 | 223 | 0 | 50 | 41 | 17 | 535 | 66 | 104 |
| Binary | 11011010 | 10000011 | 10010011 | 0 | 101000 | 100001 | 1111 | 101011101 | 110110 | 1000100 |
Color Harmonies of #DA8393
Complementary color
Monochromatic Colors of #DA8393
Black with #DA8393
Text Example
Text Example
White with #DA8393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8393; }
p { color: rgb(218,131,147); }
H1.HeaderClassName
{
color: #DA8393;
}
.AnyTagClassName
{
color: #DA8393;
}
</style>
background-color css
<style>
a { background-color: #DA8393; }
a { background-color: rgb(218,131,147); }
div.DivClassName
{
background-color: #DA8393;
}
.BgClassName
{
background-color: #DA8393;
}
</style>
border-color css
<style>
span { border-color: #DA8393; }
span { border-color: rgb(218,131,147); }
td.TdClassName
{
border-color: #DA8393;
}
.TagClassName
{
border-color: #DA8393;
}
</style>