Shades of Carissma #DA828D
Tints of Carissma #DA828D
RGB
CMYK
RGB Variations
Color information
#DA828D (or 0xDA828D) is known color: Carissma. HEX triplet: DA, 82 and 8D. RGB value is (218,130,141). Sum of RGB (Red+Green+Blue) = 218+130+141=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA828D is #257D72. Grayscale: #9D9D9D. Windows color (decimal): -2456947 or 9274074. OLE color: 9274074.
HSL color Cylindrical-coordinate representation of color #DA828D: hue angle of 352.5º 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 #DA828D is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 141 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.15 |
| HSL | 352.5º | 0.54% | 0.68% | - |
| HSV(B) | 352.5º | 0.4% | 0.85% | - |
| XYZ | 41.7 | 32.79 | 29.33 | - |
| YUV | 157.57 | 118.65 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 141 | 0 | 0.40 | 0.35 | 0.15 | 352.5 | 0.54 | 0.68 |
| Hex | DA | 82 | 8D | 0 | 28 | 23 | F | 160 | 36 | 44 |
| Octal | 332 | 202 | 215 | 0 | 50 | 43 | 17 | 540 | 66 | 104 |
| Binary | 11011010 | 10000010 | 10001101 | 0 | 101000 | 100011 | 1111 | 101100000 | 110110 | 1000100 |
Color Harmonies of #DA828D
Complementary color
Monochromatic Colors of #DA828D
Black with #DA828D
Text Example
Text Example
White with #DA828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA828D; }
p { color: rgb(218,130,141); }
H1.HeaderClassName
{
color: #DA828D;
}
.AnyTagClassName
{
color: #DA828D;
}
</style>
background-color css
<style>
a { background-color: #DA828D; }
a { background-color: rgb(218,130,141); }
div.DivClassName
{
background-color: #DA828D;
}
.BgClassName
{
background-color: #DA828D;
}
</style>
border-color css
<style>
span { border-color: #DA828D; }
span { border-color: rgb(218,130,141); }
td.TdClassName
{
border-color: #DA828D;
}
.TagClassName
{
border-color: #DA828D;
}
</style>