Shades of Carissma #DF858D
Tints of Carissma #DF858D
RGB
CMYK
RGB Variations
Color information
#DF858D (or 0xDF858D) is known color: Carissma. HEX triplet: DF, 85 and 8D. RGB value is (223,133,141). Sum of RGB (Red+Green+Blue) = 223+133+141=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF858D is #207A72. Grayscale: #A0A0A0. Windows color (decimal): -2128499 or 9274847. OLE color: 9274847.
HSL color Cylindrical-coordinate representation of color #DF858D: hue angle of 354.67º 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 #DF858D is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 141 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.13 |
| HSL | 354.67º | 0.58% | 0.7% | - |
| HSV(B) | 354.67º | 0.4% | 0.87% | - |
| XYZ | 43.63 | 34.39 | 29.54 | - |
| YUV | 160.82 | 116.82 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 141 | 0 | 0.40 | 0.37 | 0.13 | 354.67 | 0.58 | 0.7 |
| Hex | DF | 85 | 8D | 0 | 28 | 25 | D | 163 | 3A | 46 |
| Octal | 337 | 205 | 215 | 0 | 50 | 45 | 15 | 543 | 72 | 106 |
| Binary | 11011111 | 10000101 | 10001101 | 0 | 101000 | 100101 | 1101 | 101100011 | 111010 | 1000110 |
Color Harmonies of #DF858D
Complementary color
Monochromatic Colors of #DF858D
Black with #DF858D
Text Example
Text Example
White with #DF858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF858D; }
p { color: rgb(223,133,141); }
H1.HeaderClassName
{
color: #DF858D;
}
.AnyTagClassName
{
color: #DF858D;
}
</style>
background-color css
<style>
a { background-color: #DF858D; }
a { background-color: rgb(223,133,141); }
div.DivClassName
{
background-color: #DF858D;
}
.BgClassName
{
background-color: #DF858D;
}
</style>
border-color css
<style>
span { border-color: #DF858D; }
span { border-color: rgb(223,133,141); }
td.TdClassName
{
border-color: #DF858D;
}
.TagClassName
{
border-color: #DF858D;
}
</style>