Shades of Carissma #DF878F
Tints of Carissma #DF878F
RGB
CMYK
RGB Variations
Color information
#DF878F (or 0xDF878F) is known color: Carissma. HEX triplet: DF, 87 and 8F. RGB value is (223,135,143). Sum of RGB (Red+Green+Blue) = 223+135+143=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF878F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF878F is #207870. Grayscale: #A2A2A2. Windows color (decimal): -2127985 or 9406431. OLE color: 9406431.
HSL color Cylindrical-coordinate representation of color #DF878F: hue angle of 354.55º 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 #DF878F is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 143 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.13 |
| HSL | 354.55º | 0.58% | 0.7% | - |
| HSV(B) | 354.55º | 0.39% | 0.87% | - |
| XYZ | 44.05 | 35 | 30.42 | - |
| YUV | 162.22 | 117.15 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 143 | 0 | 0.39 | 0.36 | 0.13 | 354.55 | 0.58 | 0.7 |
| Hex | DF | 87 | 8F | 0 | 27 | 24 | D | 163 | 3A | 46 |
| Octal | 337 | 207 | 217 | 0 | 47 | 44 | 15 | 543 | 72 | 106 |
| Binary | 11011111 | 10000111 | 10001111 | 0 | 100111 | 100100 | 1101 | 101100011 | 111010 | 1000110 |
Color Harmonies of #DF878F
Complementary color
Monochromatic Colors of #DF878F
Black with #DF878F
Text Example
Text Example
White with #DF878F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF878F; }
p { color: rgb(223,135,143); }
H1.HeaderClassName
{
color: #DF878F;
}
.AnyTagClassName
{
color: #DF878F;
}
</style>
background-color css
<style>
a { background-color: #DF878F; }
a { background-color: rgb(223,135,143); }
div.DivClassName
{
background-color: #DF878F;
}
.BgClassName
{
background-color: #DF878F;
}
</style>
border-color css
<style>
span { border-color: #DF878F; }
span { border-color: rgb(223,135,143); }
td.TdClassName
{
border-color: #DF878F;
}
.TagClassName
{
border-color: #DF878F;
}
</style>