Shades of Carissma #DA858A
Tints of Carissma #DA858A
RGB
CMYK
RGB Variations
Color information
#DA858A (or 0xDA858A) is known color: Carissma. HEX triplet: DA, 85 and 8A. RGB value is (218,133,138). Sum of RGB (Red+Green+Blue) = 218+133+138=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA858A is #257A75. Grayscale: #9F9F9F. Windows color (decimal): -2456182 or 9078234. OLE color: 9078234.
HSL color Cylindrical-coordinate representation of color #DA858A: hue angle of 356.47º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA858A is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 138 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.15 |
| HSL | 356.47º | 0.53% | 0.69% | - |
| HSV(B) | 356.47º | 0.39% | 0.85% | - |
| XYZ | 41.89 | 33.52 | 28.31 | - |
| YUV | 158.99 | 116.16 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 138 | 0 | 0.39 | 0.37 | 0.15 | 356.47 | 0.53 | 0.69 |
| Hex | DA | 85 | 8A | 0 | 27 | 25 | F | 164 | 35 | 45 |
| Octal | 332 | 205 | 212 | 0 | 47 | 45 | 17 | 544 | 65 | 105 |
| Binary | 11011010 | 10000101 | 10001010 | 0 | 100111 | 100101 | 1111 | 101100100 | 110101 | 1000101 |
Color Harmonies of #DA858A
Complementary color
Monochromatic Colors of #DA858A
Black with #DA858A
Text Example
Text Example
White with #DA858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA858A; }
p { color: rgb(218,133,138); }
H1.HeaderClassName
{
color: #DA858A;
}
.AnyTagClassName
{
color: #DA858A;
}
</style>
background-color css
<style>
a { background-color: #DA858A; }
a { background-color: rgb(218,133,138); }
div.DivClassName
{
background-color: #DA858A;
}
.BgClassName
{
background-color: #DA858A;
}
</style>
border-color css
<style>
span { border-color: #DA858A; }
span { border-color: rgb(218,133,138); }
td.TdClassName
{
border-color: #DA858A;
}
.TagClassName
{
border-color: #DA858A;
}
</style>