Shades of Carissma #DA858F
Tints of Carissma #DA858F
RGB
CMYK
RGB Variations
Color information
#DA858F (or 0xDA858F) is known color: Carissma. HEX triplet: DA, 85 and 8F. RGB value is (218,133,143). Sum of RGB (Red+Green+Blue) = 218+133+143=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA858F is #257A70. Grayscale: #9F9F9F. Windows color (decimal): -2456177 or 9405914. OLE color: 9405914.
HSL color Cylindrical-coordinate representation of color #DA858F: hue angle of 352.94º 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 #DA858F is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 143 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.15 |
| HSL | 352.94º | 0.53% | 0.69% | - |
| HSV(B) | 352.94º | 0.39% | 0.85% | - |
| XYZ | 42.26 | 33.66 | 30.26 | - |
| YUV | 159.56 | 118.66 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 143 | 0 | 0.39 | 0.34 | 0.15 | 352.94 | 0.53 | 0.69 |
| Hex | DA | 85 | 8F | 0 | 27 | 22 | F | 161 | 35 | 45 |
| Octal | 332 | 205 | 217 | 0 | 47 | 42 | 17 | 541 | 65 | 105 |
| Binary | 11011010 | 10000101 | 10001111 | 0 | 100111 | 100010 | 1111 | 101100001 | 110101 | 1000101 |
Color Harmonies of #DA858F
Complementary color
Monochromatic Colors of #DA858F
Black with #DA858F
Text Example
Text Example
White with #DA858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA858F; }
p { color: rgb(218,133,143); }
H1.HeaderClassName
{
color: #DA858F;
}
.AnyTagClassName
{
color: #DA858F;
}
</style>
background-color css
<style>
a { background-color: #DA858F; }
a { background-color: rgb(218,133,143); }
div.DivClassName
{
background-color: #DA858F;
}
.BgClassName
{
background-color: #DA858F;
}
</style>
border-color css
<style>
span { border-color: #DA858F; }
span { border-color: rgb(218,133,143); }
td.TdClassName
{
border-color: #DA858F;
}
.TagClassName
{
border-color: #DA858F;
}
</style>