Shades of Carissma #DF848E
Tints of Carissma #DF848E
RGB
CMYK
RGB Variations
Color information
#DF848E (or 0xDF848E) is known color: Carissma. HEX triplet: DF, 84 and 8E. RGB value is (223,132,142). Sum of RGB (Red+Green+Blue) = 223+132+142=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF848E is #207B71. Grayscale: #A0A0A0. Windows color (decimal): -2128754 or 9340127. OLE color: 9340127.
HSL color Cylindrical-coordinate representation of color #DF848E: hue angle of 353.41º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF848E is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 142 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.13 |
| HSL | 353.41º | 0.59% | 0.7% | - |
| HSV(B) | 353.41º | 0.41% | 0.87% | - |
| XYZ | 43.57 | 34.14 | 29.89 | - |
| YUV | 160.35 | 117.65 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 142 | 0 | 0.41 | 0.36 | 0.13 | 353.41 | 0.59 | 0.7 |
| Hex | DF | 84 | 8E | 0 | 29 | 24 | D | 161 | 3B | 46 |
| Octal | 337 | 204 | 216 | 0 | 51 | 44 | 15 | 541 | 73 | 106 |
| Binary | 11011111 | 10000100 | 10001110 | 0 | 101001 | 100100 | 1101 | 101100001 | 111011 | 1000110 |
Color Harmonies of #DF848E
Complementary color
Monochromatic Colors of #DF848E
Black with #DF848E
Text Example
Text Example
White with #DF848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF848E; }
p { color: rgb(223,132,142); }
H1.HeaderClassName
{
color: #DF848E;
}
.AnyTagClassName
{
color: #DF848E;
}
</style>
background-color css
<style>
a { background-color: #DF848E; }
a { background-color: rgb(223,132,142); }
div.DivClassName
{
background-color: #DF848E;
}
.BgClassName
{
background-color: #DF848E;
}
</style>
border-color css
<style>
span { border-color: #DF848E; }
span { border-color: rgb(223,132,142); }
td.TdClassName
{
border-color: #DF848E;
}
.TagClassName
{
border-color: #DF848E;
}
</style>