Shades of Carissma #DA858B
Tints of Carissma #DA858B
RGB
CMYK
RGB Variations
Color information
#DA858B (or 0xDA858B) is known color: Carissma. HEX triplet: DA, 85 and 8B. RGB value is (218,133,139). Sum of RGB (Red+Green+Blue) = 218+133+139=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA858B is #257A74. Grayscale: #9F9F9F. Windows color (decimal): -2456181 or 9143770. OLE color: 9143770.
HSL color Cylindrical-coordinate representation of color #DA858B: hue angle of 355.76º 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 #DA858B is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 139 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.15 |
| HSL | 355.76º | 0.53% | 0.69% | - |
| HSV(B) | 355.76º | 0.39% | 0.85% | - |
| XYZ | 41.96 | 33.54 | 28.69 | - |
| YUV | 159.1 | 116.66 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 139 | 0 | 0.39 | 0.36 | 0.15 | 355.76 | 0.53 | 0.69 |
| Hex | DA | 85 | 8B | 0 | 27 | 24 | F | 164 | 35 | 45 |
| Octal | 332 | 205 | 213 | 0 | 47 | 44 | 17 | 544 | 65 | 105 |
| Binary | 11011010 | 10000101 | 10001011 | 0 | 100111 | 100100 | 1111 | 101100100 | 110101 | 1000101 |
Color Harmonies of #DA858B
Complementary color
Monochromatic Colors of #DA858B
Black with #DA858B
Text Example
Text Example
White with #DA858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA858B; }
p { color: rgb(218,133,139); }
H1.HeaderClassName
{
color: #DA858B;
}
.AnyTagClassName
{
color: #DA858B;
}
</style>
background-color css
<style>
a { background-color: #DA858B; }
a { background-color: rgb(218,133,139); }
div.DivClassName
{
background-color: #DA858B;
}
.BgClassName
{
background-color: #DA858B;
}
</style>
border-color css
<style>
span { border-color: #DA858B; }
span { border-color: rgb(218,133,139); }
td.TdClassName
{
border-color: #DA858B;
}
.TagClassName
{
border-color: #DA858B;
}
</style>