Shades of Carissma #DF868D
Tints of Carissma #DF868D
RGB
CMYK
RGB Variations
Color information
#DF868D (or 0xDF868D) is known color: Carissma. HEX triplet: DF, 86 and 8D. RGB value is (223,134,141). Sum of RGB (Red+Green+Blue) = 223+134+141=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF868D is #207972. Grayscale: #A1A1A1. Windows color (decimal): -2128243 or 9275103. OLE color: 9275103.
HSL color Cylindrical-coordinate representation of color #DF868D: hue angle of 355.28º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF868D is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 141 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.13 |
| HSL | 355.28º | 0.58% | 0.7% | - |
| HSV(B) | 355.28º | 0.4% | 0.87% | - |
| XYZ | 43.76 | 34.66 | 29.58 | - |
| YUV | 161.41 | 116.49 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 141 | 0 | 0.40 | 0.37 | 0.13 | 355.28 | 0.58 | 0.7 |
| Hex | DF | 86 | 8D | 0 | 28 | 25 | D | 163 | 3A | 46 |
| Octal | 337 | 206 | 215 | 0 | 50 | 45 | 15 | 543 | 72 | 106 |
| Binary | 11011111 | 10000110 | 10001101 | 0 | 101000 | 100101 | 1101 | 101100011 | 111010 | 1000110 |
Color Harmonies of #DF868D
Complementary color
Monochromatic Colors of #DF868D
Black with #DF868D
Text Example
Text Example
White with #DF868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF868D; }
p { color: rgb(223,134,141); }
H1.HeaderClassName
{
color: #DF868D;
}
.AnyTagClassName
{
color: #DF868D;
}
</style>
background-color css
<style>
a { background-color: #DF868D; }
a { background-color: rgb(223,134,141); }
div.DivClassName
{
background-color: #DF868D;
}
.BgClassName
{
background-color: #DF868D;
}
</style>
border-color css
<style>
span { border-color: #DF868D; }
span { border-color: rgb(223,134,141); }
td.TdClassName
{
border-color: #DF868D;
}
.TagClassName
{
border-color: #DF868D;
}
</style>