Shades of Carissma #DA818C
Tints of Carissma #DA818C
RGB
CMYK
RGB Variations
Color information
#DA818C (or 0xDA818C) is known color: Carissma. HEX triplet: DA, 81 and 8C. RGB value is (218,129,140). Sum of RGB (Red+Green+Blue) = 218+129+140=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA818C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA818C is #257E73. Grayscale: #9C9C9C. Windows color (decimal): -2457204 or 9208282. OLE color: 9208282.
HSL color Cylindrical-coordinate representation of color #DA818C: hue angle of 352.58º 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 #DA818C is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 140 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.15 |
| HSL | 352.58º | 0.55% | 0.68% | - |
| HSV(B) | 352.58º | 0.41% | 0.85% | - |
| XYZ | 41.5 | 32.5 | 28.9 | - |
| YUV | 156.87 | 118.49 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 140 | 0 | 0.41 | 0.36 | 0.15 | 352.58 | 0.55 | 0.68 |
| Hex | DA | 81 | 8C | 0 | 29 | 24 | F | 161 | 37 | 44 |
| Octal | 332 | 201 | 214 | 0 | 51 | 44 | 17 | 541 | 67 | 104 |
| Binary | 11011010 | 10000001 | 10001100 | 0 | 101001 | 100100 | 1111 | 101100001 | 110111 | 1000100 |
Color Harmonies of #DA818C
Complementary color
Monochromatic Colors of #DA818C
Black with #DA818C
Text Example
Text Example
White with #DA818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA818C; }
p { color: rgb(218,129,140); }
H1.HeaderClassName
{
color: #DA818C;
}
.AnyTagClassName
{
color: #DA818C;
}
</style>
background-color css
<style>
a { background-color: #DA818C; }
a { background-color: rgb(218,129,140); }
div.DivClassName
{
background-color: #DA818C;
}
.BgClassName
{
background-color: #DA818C;
}
</style>
border-color css
<style>
span { border-color: #DA818C; }
span { border-color: rgb(218,129,140); }
td.TdClassName
{
border-color: #DA818C;
}
.TagClassName
{
border-color: #DA818C;
}
</style>