Shades of Carissma #DA878F
Tints of Carissma #DA878F
RGB
CMYK
RGB Variations
Color information
#DA878F (or 0xDA878F) is known color: Carissma. HEX triplet: DA, 87 and 8F. RGB value is (218,135,143). Sum of RGB (Red+Green+Blue) = 218+135+143=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DA878F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA878F is #257870. Grayscale: #A0A0A0. Windows color (decimal): -2455665 or 9406426. OLE color: 9406426.
HSL color Cylindrical-coordinate representation of color #DA878F: hue angle of 354.22º 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 #DA878F is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 135 | 143 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.15 |
| HSL | 354.22º | 0.53% | 0.69% | - |
| HSV(B) | 354.22º | 0.38% | 0.85% | - |
| XYZ | 42.54 | 34.22 | 30.35 | - |
| YUV | 160.73 | 118 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 135 | 143 | 0 | 0.38 | 0.34 | 0.15 | 354.22 | 0.53 | 0.69 |
| Hex | DA | 87 | 8F | 0 | 26 | 22 | F | 162 | 35 | 45 |
| Octal | 332 | 207 | 217 | 0 | 46 | 42 | 17 | 542 | 65 | 105 |
| Binary | 11011010 | 10000111 | 10001111 | 0 | 100110 | 100010 | 1111 | 101100010 | 110101 | 1000101 |
Color Harmonies of #DA878F
Complementary color
Monochromatic Colors of #DA878F
Black with #DA878F
Text Example
Text Example
White with #DA878F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA878F; }
p { color: rgb(218,135,143); }
H1.HeaderClassName
{
color: #DA878F;
}
.AnyTagClassName
{
color: #DA878F;
}
</style>
background-color css
<style>
a { background-color: #DA878F; }
a { background-color: rgb(218,135,143); }
div.DivClassName
{
background-color: #DA878F;
}
.BgClassName
{
background-color: #DA878F;
}
</style>
border-color css
<style>
span { border-color: #DA878F; }
span { border-color: rgb(218,135,143); }
td.TdClassName
{
border-color: #DA878F;
}
.TagClassName
{
border-color: #DA878F;
}
</style>