Shades of Carissma #DA828C
Tints of Carissma #DA828C
RGB
CMYK
RGB Variations
Color information
#DA828C (or 0xDA828C) is known color: Carissma. HEX triplet: DA, 82 and 8C. RGB value is (218,130,140). Sum of RGB (Red+Green+Blue) = 218+130+140=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA828C is #257D73. Grayscale: #9D9D9D. Windows color (decimal): -2456948 or 9208538. OLE color: 9208538.
HSL color Cylindrical-coordinate representation of color #DA828C: hue angle of 353.18º 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 #DA828C is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 140 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.15 |
| HSL | 353.18º | 0.54% | 0.68% | - |
| HSV(B) | 353.18º | 0.4% | 0.85% | - |
| XYZ | 41.63 | 32.76 | 28.94 | - |
| YUV | 157.45 | 118.15 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 140 | 0 | 0.40 | 0.36 | 0.15 | 353.18 | 0.54 | 0.68 |
| Hex | DA | 82 | 8C | 0 | 28 | 24 | F | 161 | 36 | 44 |
| Octal | 332 | 202 | 214 | 0 | 50 | 44 | 17 | 541 | 66 | 104 |
| Binary | 11011010 | 10000010 | 10001100 | 0 | 101000 | 100100 | 1111 | 101100001 | 110110 | 1000100 |
Color Harmonies of #DA828C
Complementary color
Monochromatic Colors of #DA828C
Black with #DA828C
Text Example
Text Example
White with #DA828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA828C; }
p { color: rgb(218,130,140); }
H1.HeaderClassName
{
color: #DA828C;
}
.AnyTagClassName
{
color: #DA828C;
}
</style>
background-color css
<style>
a { background-color: #DA828C; }
a { background-color: rgb(218,130,140); }
div.DivClassName
{
background-color: #DA828C;
}
.BgClassName
{
background-color: #DA828C;
}
</style>
border-color css
<style>
span { border-color: #DA828C; }
span { border-color: rgb(218,130,140); }
td.TdClassName
{
border-color: #DA828C;
}
.TagClassName
{
border-color: #DA828C;
}
</style>