Shades of Carissma #DF898D
Tints of Carissma #DF898D
RGB
CMYK
RGB Variations
Color information
#DF898D (or 0xDF898D) is known color: Carissma. HEX triplet: DF, 89 and 8D. RGB value is (223,137,141). Sum of RGB (Red+Green+Blue) = 223+137+141=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF898D is #207672. Grayscale: #A3A3A3. Windows color (decimal): -2127475 or 9275871. OLE color: 9275871.
HSL color Cylindrical-coordinate representation of color #DF898D: hue angle of 357.21º 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 #DF898D is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 141 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.13 |
| HSL | 357.21º | 0.57% | 0.71% | - |
| HSV(B) | 357.21º | 0.39% | 0.87% | - |
| XYZ | 44.18 | 35.5 | 29.72 | - |
| YUV | 163.17 | 115.49 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 141 | 0 | 0.39 | 0.37 | 0.13 | 357.21 | 0.57 | 0.71 |
| Hex | DF | 89 | 8D | 0 | 27 | 25 | D | 165 | 39 | 47 |
| Octal | 337 | 211 | 215 | 0 | 47 | 45 | 15 | 545 | 71 | 107 |
| Binary | 11011111 | 10001001 | 10001101 | 0 | 100111 | 100101 | 1101 | 101100101 | 111001 | 1000111 |
Color Harmonies of #DF898D
Complementary color
Monochromatic Colors of #DF898D
Black with #DF898D
Text Example
Text Example
White with #DF898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF898D; }
p { color: rgb(223,137,141); }
H1.HeaderClassName
{
color: #DF898D;
}
.AnyTagClassName
{
color: #DF898D;
}
</style>
background-color css
<style>
a { background-color: #DF898D; }
a { background-color: rgb(223,137,141); }
div.DivClassName
{
background-color: #DF898D;
}
.BgClassName
{
background-color: #DF898D;
}
</style>
border-color css
<style>
span { border-color: #DF898D; }
span { border-color: rgb(223,137,141); }
td.TdClassName
{
border-color: #DF898D;
}
.TagClassName
{
border-color: #DF898D;
}
</style>