Shades of Carissma #DA818A
Tints of Carissma #DA818A
RGB
CMYK
RGB Variations
Color information
#DA818A (or 0xDA818A) is known color: Carissma. HEX triplet: DA, 81 and 8A. RGB value is (218,129,138). Sum of RGB (Red+Green+Blue) = 218+129+138=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA818A is #257E75. Grayscale: #9C9C9C. Windows color (decimal): -2457206 or 9077210. OLE color: 9077210.
HSL color Cylindrical-coordinate representation of color #DA818A: hue angle of 353.93º 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 #DA818A is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 138 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.15 |
| HSL | 353.93º | 0.55% | 0.68% | - |
| HSV(B) | 353.93º | 0.41% | 0.85% | - |
| XYZ | 41.35 | 32.44 | 28.13 | - |
| YUV | 156.64 | 117.49 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 138 | 0 | 0.41 | 0.37 | 0.15 | 353.93 | 0.55 | 0.68 |
| Hex | DA | 81 | 8A | 0 | 29 | 25 | F | 162 | 37 | 44 |
| Octal | 332 | 201 | 212 | 0 | 51 | 45 | 17 | 542 | 67 | 104 |
| Binary | 11011010 | 10000001 | 10001010 | 0 | 101001 | 100101 | 1111 | 101100010 | 110111 | 1000100 |
Color Harmonies of #DA818A
Complementary color
Monochromatic Colors of #DA818A
Black with #DA818A
Text Example
Text Example
White with #DA818A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA818A; }
p { color: rgb(218,129,138); }
H1.HeaderClassName
{
color: #DA818A;
}
.AnyTagClassName
{
color: #DA818A;
}
</style>
background-color css
<style>
a { background-color: #DA818A; }
a { background-color: rgb(218,129,138); }
div.DivClassName
{
background-color: #DA818A;
}
.BgClassName
{
background-color: #DA818A;
}
</style>
border-color css
<style>
span { border-color: #DA818A; }
span { border-color: rgb(218,129,138); }
td.TdClassName
{
border-color: #DA818A;
}
.TagClassName
{
border-color: #DA818A;
}
</style>