Shades of Carissma #DA878E
Tints of Carissma #DA878E
RGB
CMYK
RGB Variations
Color information
#DA878E (or 0xDA878E) is known color: Carissma. HEX triplet: DA, 87 and 8E. RGB value is (218,135,142). Sum of RGB (Red+Green+Blue) = 218+135+142=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA878E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA878E is #257871. Grayscale: #A0A0A0. Windows color (decimal): -2455666 or 9340890. OLE color: 9340890.
HSL color Cylindrical-coordinate representation of color #DA878E: hue angle of 354.94º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA878E is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 135 | 142 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.15 |
| HSL | 354.94º | 0.53% | 0.69% | - |
| HSV(B) | 354.94º | 0.38% | 0.85% | - |
| XYZ | 42.46 | 34.19 | 29.95 | - |
| YUV | 160.62 | 117.5 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 135 | 142 | 0 | 0.38 | 0.35 | 0.15 | 354.94 | 0.53 | 0.69 |
| Hex | DA | 87 | 8E | 0 | 26 | 23 | F | 163 | 35 | 45 |
| Octal | 332 | 207 | 216 | 0 | 46 | 43 | 17 | 543 | 65 | 105 |
| Binary | 11011010 | 10000111 | 10001110 | 0 | 100110 | 100011 | 1111 | 101100011 | 110101 | 1000101 |
Color Harmonies of #DA878E
Complementary color
Monochromatic Colors of #DA878E
Black with #DA878E
Text Example
Text Example
White with #DA878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA878E; }
p { color: rgb(218,135,142); }
H1.HeaderClassName
{
color: #DA878E;
}
.AnyTagClassName
{
color: #DA878E;
}
</style>
background-color css
<style>
a { background-color: #DA878E; }
a { background-color: rgb(218,135,142); }
div.DivClassName
{
background-color: #DA878E;
}
.BgClassName
{
background-color: #DA878E;
}
</style>
border-color css
<style>
span { border-color: #DA878E; }
span { border-color: rgb(218,135,142); }
td.TdClassName
{
border-color: #DA878E;
}
.TagClassName
{
border-color: #DA878E;
}
</style>