Shades of Carissma #DF898C
Tints of Carissma #DF898C
RGB
CMYK
RGB Variations
Color information
#DF898C (or 0xDF898C) is known color: Carissma. HEX triplet: DF, 89 and 8C. RGB value is (223,137,140). Sum of RGB (Red+Green+Blue) = 223+137+140=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF898C is #207673. Grayscale: #A3A3A3. Windows color (decimal): -2127476 or 9210335. OLE color: 9210335.
HSL color Cylindrical-coordinate representation of color #DF898C: hue angle of 357.91º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF898C is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 140 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.13 |
| HSL | 357.91º | 0.57% | 0.71% | - |
| HSV(B) | 357.91º | 0.39% | 0.87% | - |
| XYZ | 44.11 | 35.47 | 29.33 | - |
| YUV | 163.06 | 114.99 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 140 | 0 | 0.39 | 0.37 | 0.13 | 357.91 | 0.57 | 0.71 |
| Hex | DF | 89 | 8C | 0 | 27 | 25 | D | 166 | 39 | 47 |
| Octal | 337 | 211 | 214 | 0 | 47 | 45 | 15 | 546 | 71 | 107 |
| Binary | 11011111 | 10001001 | 10001100 | 0 | 100111 | 100101 | 1101 | 101100110 | 111001 | 1000111 |
Color Harmonies of #DF898C
Complementary color
Monochromatic Colors of #DF898C
Black with #DF898C
Text Example
Text Example
White with #DF898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF898C; }
p { color: rgb(223,137,140); }
H1.HeaderClassName
{
color: #DF898C;
}
.AnyTagClassName
{
color: #DF898C;
}
</style>
background-color css
<style>
a { background-color: #DF898C; }
a { background-color: rgb(223,137,140); }
div.DivClassName
{
background-color: #DF898C;
}
.BgClassName
{
background-color: #DF898C;
}
</style>
border-color css
<style>
span { border-color: #DF898C; }
span { border-color: rgb(223,137,140); }
td.TdClassName
{
border-color: #DF898C;
}
.TagClassName
{
border-color: #DF898C;
}
</style>