Shades of Carissma #DA828A
Tints of Carissma #DA828A
RGB
CMYK
RGB Variations
Color information
#DA828A (or 0xDA828A) is known color: Carissma. HEX triplet: DA, 82 and 8A. RGB value is (218,130,138). Sum of RGB (Red+Green+Blue) = 218+130+138=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA828A is #257D75. Grayscale: #9D9D9D. Windows color (decimal): -2456950 or 9077466. OLE color: 9077466.
HSL color Cylindrical-coordinate representation of color #DA828A: hue angle of 354.55º 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 #DA828A is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 138 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.15 |
| HSL | 354.55º | 0.54% | 0.68% | - |
| HSV(B) | 354.55º | 0.4% | 0.85% | - |
| XYZ | 41.48 | 32.71 | 28.17 | - |
| YUV | 157.22 | 117.15 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 138 | 0 | 0.40 | 0.37 | 0.15 | 354.55 | 0.54 | 0.68 |
| Hex | DA | 82 | 8A | 0 | 28 | 25 | F | 163 | 36 | 44 |
| Octal | 332 | 202 | 212 | 0 | 50 | 45 | 17 | 543 | 66 | 104 |
| Binary | 11011010 | 10000010 | 10001010 | 0 | 101000 | 100101 | 1111 | 101100011 | 110110 | 1000100 |
Color Harmonies of #DA828A
Complementary color
Monochromatic Colors of #DA828A
Black with #DA828A
Text Example
Text Example
White with #DA828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA828A; }
p { color: rgb(218,130,138); }
H1.HeaderClassName
{
color: #DA828A;
}
.AnyTagClassName
{
color: #DA828A;
}
</style>
background-color css
<style>
a { background-color: #DA828A; }
a { background-color: rgb(218,130,138); }
div.DivClassName
{
background-color: #DA828A;
}
.BgClassName
{
background-color: #DA828A;
}
</style>
border-color css
<style>
span { border-color: #DA828A; }
span { border-color: rgb(218,130,138); }
td.TdClassName
{
border-color: #DA828A;
}
.TagClassName
{
border-color: #DA828A;
}
</style>