Shades of Carissma #DF898B
Tints of Carissma #DF898B
RGB
CMYK
RGB Variations
Color information
#DF898B (or 0xDF898B) is known color: Carissma. HEX triplet: DF, 89 and 8B. RGB value is (223,137,139). Sum of RGB (Red+Green+Blue) = 223+137+139=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF898B is #207674. Grayscale: #A3A3A3. Windows color (decimal): -2127477 or 9144799. OLE color: 9144799.
HSL color Cylindrical-coordinate representation of color #DF898B: hue angle of 358.6º 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 #DF898B is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 139 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.13 |
| HSL | 358.6º | 0.57% | 0.71% | - |
| HSV(B) | 358.6º | 0.39% | 0.87% | - |
| XYZ | 44.04 | 35.44 | 28.95 | - |
| YUV | 162.94 | 114.49 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 139 | 0 | 0.39 | 0.38 | 0.13 | 358.6 | 0.57 | 0.71 |
| Hex | DF | 89 | 8B | 0 | 27 | 26 | D | 167 | 39 | 47 |
| Octal | 337 | 211 | 213 | 0 | 47 | 46 | 15 | 547 | 71 | 107 |
| Binary | 11011111 | 10001001 | 10001011 | 0 | 100111 | 100110 | 1101 | 101100111 | 111001 | 1000111 |
Color Harmonies of #DF898B
Complementary color
Monochromatic Colors of #DF898B
Black with #DF898B
Text Example
Text Example
White with #DF898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF898B; }
p { color: rgb(223,137,139); }
H1.HeaderClassName
{
color: #DF898B;
}
.AnyTagClassName
{
color: #DF898B;
}
</style>
background-color css
<style>
a { background-color: #DF898B; }
a { background-color: rgb(223,137,139); }
div.DivClassName
{
background-color: #DF898B;
}
.BgClassName
{
background-color: #DF898B;
}
</style>
border-color css
<style>
span { border-color: #DF898B; }
span { border-color: rgb(223,137,139); }
td.TdClassName
{
border-color: #DF898B;
}
.TagClassName
{
border-color: #DF898B;
}
</style>