Shades of Carissma #DA828F
Tints of Carissma #DA828F
RGB
CMYK
RGB Variations
Color information
#DA828F (or 0xDA828F) is known color: Carissma. HEX triplet: DA, 82 and 8F. RGB value is (218,130,143). Sum of RGB (Red+Green+Blue) = 218+130+143=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA828F is #257D70. Grayscale: #9D9D9D. Windows color (decimal): -2456945 or 9405146. OLE color: 9405146.
HSL color Cylindrical-coordinate representation of color #DA828F: hue angle of 351.14º 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 #DA828F is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 143 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.15 |
| HSL | 351.14º | 0.54% | 0.68% | - |
| HSV(B) | 351.14º | 0.4% | 0.85% | - |
| XYZ | 41.85 | 32.85 | 30.12 | - |
| YUV | 157.79 | 119.65 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 143 | 0 | 0.40 | 0.34 | 0.15 | 351.14 | 0.54 | 0.68 |
| Hex | DA | 82 | 8F | 0 | 28 | 22 | F | 15F | 36 | 44 |
| Octal | 332 | 202 | 217 | 0 | 50 | 42 | 17 | 537 | 66 | 104 |
| Binary | 11011010 | 10000010 | 10001111 | 0 | 101000 | 100010 | 1111 | 101011111 | 110110 | 1000100 |
Color Harmonies of #DA828F
Complementary color
Monochromatic Colors of #DA828F
Black with #DA828F
Text Example
Text Example
White with #DA828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA828F; }
p { color: rgb(218,130,143); }
H1.HeaderClassName
{
color: #DA828F;
}
.AnyTagClassName
{
color: #DA828F;
}
</style>
background-color css
<style>
a { background-color: #DA828F; }
a { background-color: rgb(218,130,143); }
div.DivClassName
{
background-color: #DA828F;
}
.BgClassName
{
background-color: #DA828F;
}
</style>
border-color css
<style>
span { border-color: #DA828F; }
span { border-color: rgb(218,130,143); }
td.TdClassName
{
border-color: #DA828F;
}
.TagClassName
{
border-color: #DA828F;
}
</style>