Shades of Carissma #DF878E
Tints of Carissma #DF878E
RGB
CMYK
RGB Variations
Color information
#DF878E (or 0xDF878E) is known color: Carissma. HEX triplet: DF, 87 and 8E. RGB value is (223,135,142). Sum of RGB (Red+Green+Blue) = 223+135+142=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF878E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF878E is #207871. Grayscale: #A2A2A2. Windows color (decimal): -2127986 or 9340895. OLE color: 9340895.
HSL color Cylindrical-coordinate representation of color #DF878E: hue angle of 355.23º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF878E is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 142 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.13 |
| HSL | 355.23º | 0.58% | 0.7% | - |
| HSV(B) | 355.23º | 0.39% | 0.87% | - |
| XYZ | 43.98 | 34.97 | 30.02 | - |
| YUV | 162.11 | 116.65 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 142 | 0 | 0.39 | 0.36 | 0.13 | 355.23 | 0.58 | 0.7 |
| Hex | DF | 87 | 8E | 0 | 27 | 24 | D | 163 | 3A | 46 |
| Octal | 337 | 207 | 216 | 0 | 47 | 44 | 15 | 543 | 72 | 106 |
| Binary | 11011111 | 10000111 | 10001110 | 0 | 100111 | 100100 | 1101 | 101100011 | 111010 | 1000110 |
Color Harmonies of #DF878E
Complementary color
Monochromatic Colors of #DF878E
Black with #DF878E
Text Example
Text Example
White with #DF878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF878E; }
p { color: rgb(223,135,142); }
H1.HeaderClassName
{
color: #DF878E;
}
.AnyTagClassName
{
color: #DF878E;
}
</style>
background-color css
<style>
a { background-color: #DF878E; }
a { background-color: rgb(223,135,142); }
div.DivClassName
{
background-color: #DF878E;
}
.BgClassName
{
background-color: #DF878E;
}
</style>
border-color css
<style>
span { border-color: #DF878E; }
span { border-color: rgb(223,135,142); }
td.TdClassName
{
border-color: #DF878E;
}
.TagClassName
{
border-color: #DF878E;
}
</style>